mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
13 lines
373 B
TOML
13 lines
373 B
TOML
# kanagawabones
|
|
[colors]
|
|
foreground = "#ddd8bb"
|
|
background = "#1f1f28"
|
|
cursor_bg = "#e6e0c2"
|
|
cursor_border = "#e6e0c2"
|
|
cursor_fg = "#1f1f28"
|
|
selection_bg = "#49473e"
|
|
selection_fg = "#ddd8bb"
|
|
|
|
ansi = ["#1f1f28","#e46a78","#98bc6d","#e5c283","#7eb3c9","#957fb8","#7eb3c9","#ddd8bb"]
|
|
brights = ["#3c3c51","#ec818c","#9ec967","#f1c982","#7bc2df","#a98fd2","#7bc2df","#a8a48d"]
|