mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 14:54:16 +03:00
43dff29391
Sync with:
555db64e47
and update the screenshots for the docs
13 lines
380 B
TOML
13 lines
380 B
TOML
# MaterialDesignColors
|
|
[colors]
|
|
foreground = "#e7ebed"
|
|
background = "#1d262a"
|
|
cursor_bg = "#eaeaea"
|
|
cursor_border = "#eaeaea"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#4e6a78"
|
|
selection_fg = "#e7ebed"
|
|
|
|
ansi = ["#435b67","#fc3841","#5cf19e","#fed032","#37b6ff","#fc226e","#59ffd1","#ffffff"]
|
|
brights = ["#a1b0b8","#fc746d","#adf7be","#fee16c","#70cfff","#fc669b","#9affe6","#ffffff"]
|