mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 03:11:31 +03:00
13 lines
372 B
TOML
13 lines
372 B
TOML
|
# Doom Peacock
|
||
|
[colors]
|
||
|
foreground = "#ede0ce"
|
||
|
background = "#2b2a27"
|
||
|
cursor_bg = "#9c9c9d"
|
||
|
cursor_border = "#9c9c9d"
|
||
|
cursor_fg = "#36312b"
|
||
|
selection_bg = "#a60033"
|
||
|
selection_fg = "#ffffff"
|
||
|
|
||
|
ansi = ["#1c1f24","#cb4b16","#26a6a6","#bcd42a","#2a6cc6","#a9a1e1","#5699af","#ede0ce"]
|
||
|
brights = ["#2b2a27","#ff5d38","#98be65","#e6f972","#51afef","#c678dd","#46d9ff","#dfdfdf"]
|