1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 04:41:34 +03:00
wezterm/assets/colors/primary.toml

13 lines
367 B
TOML
Raw Normal View History

# primary
[colors]
foreground = "#000000"
background = "#ffffff"
cursor_bg = "#000000"
cursor_border = "#000000"
cursor_fg = "#ffffff"
selection_bg = "#656565"
selection_fg = "#eeeeee"
ansi = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#db4437","#4285f4","#ffffff"]
brights = ["#000000","#db4437","#0f9d58","#f4b400","#4285f4","#4285f4","#0f9d58","#ffffff"]