mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
12 lines
341 B
TOML
12 lines
341 B
TOML
|
# DoomOne
|
||
|
[colors]
|
||
|
foreground = "#bbc2cf"
|
||
|
background = "#282c34"
|
||
|
cursor_bg = "#51afef"
|
||
|
cursor_fg = "#1b1b1b"
|
||
|
selection_bg = "#42444b"
|
||
|
selection_fg = "#bbc2cf"
|
||
|
|
||
|
ansi = ["#000000","#ff6c6b","#98be65","#ecbe7b","#a9a1e1","#c678dd","#51afef","#bbc2cf"]
|
||
|
brights = ["#000000","#ff6655","#99bb66","#ecbe7b","#a9a1e1","#c678dd","#51afef","#bfbfbf"]
|