mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
12 lines
344 B
TOML
12 lines
344 B
TOML
|
# 3024 Night
|
||
|
[colors]
|
||
|
foreground = "#a5a2a2"
|
||
|
background = "#090300"
|
||
|
cursor_bg = "#a5a2a2"
|
||
|
cursor_fg = "#090300"
|
||
|
selection_bg = "#4a4543"
|
||
|
selection_fg = "#a5a2a2"
|
||
|
|
||
|
ansi = ["#090300","#db2d20","#01a252","#fded02","#01a0e4","#a16a94","#b5e4f4","#a5a2a2"]
|
||
|
brights = ["#5c5855","#e8bbd0","#3a3432","#4a4543","#807d7c","#d6d5d4","#cdab53","#f7f7f7"]
|