mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 12:51:31 +03:00
12 lines
346 B
TOML
12 lines
346 B
TOML
|
# Duotone Dark
|
||
|
[colors]
|
||
|
foreground = "#b7a1ff"
|
||
|
background = "#1f1d27"
|
||
|
cursor_bg = "#ff9839"
|
||
|
cursor_fg = "#1f1d27"
|
||
|
selection_bg = "#353147"
|
||
|
selection_fg = "#b7a2ff"
|
||
|
|
||
|
ansi = ["#1f1d27","#d9393e","#2dcd73","#d9b76e","#ffc284","#de8d40","#2488ff","#b7a1ff"]
|
||
|
brights = ["#353147","#d9393e","#2dcd73","#d9b76e","#ffc284","#de8d40","#2488ff","#eae5ff"]
|