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
344 B
TOML
12 lines
344 B
TOML
# Subliminal
|
|
[colors]
|
|
foreground = "#d4d4d4"
|
|
background = "#282c35"
|
|
cursor_bg = "#c7c7c7"
|
|
cursor_fg = "#ffffff"
|
|
selection_bg = "#484e5b"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#7f7f7f","#e15a60","#a9cfa4","#ffe2a9","#6699cc","#f1a5ab","#5fb3b3","#d4d4d4"]
|
|
brights = ["#7f7f7f","#e15a60","#a9cfa4","#ffe2a9","#6699cc","#f1a5ab","#5fb3b3","#d4d4d4"]
|