mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
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"]
|