mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 19:31:49 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
342 B
TOML
12 lines
342 B
TOML
# The Hulk
|
|
[colors]
|
|
foreground = "#b5b5b5"
|
|
background = "#1b1d1e"
|
|
cursor_bg = "#16b61b"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#4d504c"
|
|
selection_fg = "#0b6309"
|
|
|
|
ansi = ["#1b1d1e","#269d1b","#13ce30","#63e457","#2525f5","#641f74","#378ca9","#d9d8d1"]
|
|
brights = ["#505354","#8dff2a","#48ff77","#3afe16","#506b95","#72589d","#4085a6","#e5e6e1"]
|