mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
12 lines
338 B
TOML
12 lines
338 B
TOML
|
# CLRS
|
||
|
[colors]
|
||
|
foreground = "#262626"
|
||
|
background = "#ffffff"
|
||
|
cursor_bg = "#6fd3fc"
|
||
|
cursor_fg = "#ffffff"
|
||
|
selection_bg = "#6fd3fc"
|
||
|
selection_fg = "#041730"
|
||
|
|
||
|
ansi = ["#000000","#f8282a","#328a5d","#fa701d","#135cd0","#9f00bd","#33c3c1","#b3b3b3"]
|
||
|
brights = ["#555753","#fb0416","#2cc631","#fdd727","#1670ff","#e900b0","#3ad5ce","#eeeeec"]
|