1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-04 17:45:23 +03:00
wezterm/assets/colors/primary.toml
Wez Furlong 2d50a17466 Import color schemes from https://github.com/mbadolato/iTerm2-Color-Schemes
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
2020-01-12 20:51:03 -08:00

12 lines
341 B
TOML

# primary
[colors]
foreground = "#000000"
background = "#ffffff"
cursor_bg = "#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"]