mirror of
https://github.com/wez/wezterm.git
synced 2024-11-30 14:49:26 +03:00
13 lines
375 B
TOML
13 lines
375 B
TOML
# seoulbones_dark
|
|
[colors]
|
|
foreground = "#dddddd"
|
|
background = "#4b4b4b"
|
|
cursor_bg = "#e2e2e2"
|
|
cursor_border = "#e2e2e2"
|
|
cursor_fg = "#4b4b4b"
|
|
selection_bg = "#777777"
|
|
selection_fg = "#dddddd"
|
|
|
|
ansi = ["#4b4b4b","#e388a3","#98bd99","#ffdf9b","#97bdde","#a5a6c5","#6fbdbe","#dddddd"]
|
|
brights = ["#6c6465","#eb99b1","#8fcd92","#ffe5b3","#a2c8e9","#b2b3da","#6bcacb","#a8a8a8"]
|