mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
341 B
TOML
12 lines
341 B
TOML
# Neutron
|
|
[colors]
|
|
foreground = "#e6e8ef"
|
|
background = "#1c1e22"
|
|
cursor_bg = "#f6f7ec"
|
|
cursor_fg = "#c4c5b5"
|
|
selection_bg = "#2f363e"
|
|
selection_fg = "#7d8fa4"
|
|
|
|
ansi = ["#23252b","#b54036","#5ab977","#deb566","#6a7c93","#a4799d","#3f94a8","#e6e8ef"]
|
|
brights = ["#23252b","#b54036","#5ab977","#deb566","#6a7c93","#a4799d","#3f94a8","#ebedf2"]
|