mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
12 lines
339 B
TOML
12 lines
339 B
TOML
|
# Laser
|
||
|
[colors]
|
||
|
foreground = "#f106e3"
|
||
|
background = "#030d18"
|
||
|
cursor_bg = "#00ff9c"
|
||
|
cursor_fg = "#ffffff"
|
||
|
selection_bg = "#2e206a"
|
||
|
selection_fg = "#f4f4f4"
|
||
|
|
||
|
ansi = ["#626262","#ff8373","#b4fb73","#09b4bd","#fed300","#ff90fe","#d1d1fe","#f1f1f1"]
|
||
|
brights = ["#8f8f8f","#ffc4be","#d6fcba","#fffed5","#f92883","#ffb2fe","#e6e7fe","#ffffff"]
|