mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
347 B
TOML
12 lines
347 B
TOML
# Bright Lights
|
|
[colors]
|
|
foreground = "#b3c9d7"
|
|
background = "#191919"
|
|
cursor_bg = "#f34b00"
|
|
cursor_fg = "#002831"
|
|
selection_bg = "#b3c9d7"
|
|
selection_fg = "#191919"
|
|
|
|
ansi = ["#191919","#ff355b","#b7e876","#ffc251","#76d4ff","#ba76e7","#6cbfb5","#c2c8d7"]
|
|
brights = ["#191919","#ff355b","#b7e876","#ffc251","#76d5ff","#ba76e7","#6cbfb5","#c2c8d7"]
|