mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
343 B
TOML
12 lines
343 B
TOML
# Elemental
|
|
[colors]
|
|
foreground = "#807a74"
|
|
background = "#22211d"
|
|
cursor_bg = "#facb80"
|
|
cursor_fg = "#161611"
|
|
selection_bg = "#413829"
|
|
selection_fg = "#facd77"
|
|
|
|
ansi = ["#3c3c30","#98290f","#479a43","#7f7111","#497f7d","#7f4e2f","#387f58","#807974"]
|
|
brights = ["#555445","#e0502a","#61e070","#d69927","#79d9d9","#cd7c54","#59d599","#fff1e9"]
|