mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
345 B
TOML
12 lines
345 B
TOML
# Purple Rain
|
|
[colors]
|
|
foreground = "#fffbf6"
|
|
background = "#21084a"
|
|
cursor_bg = "#ff271d"
|
|
cursor_fg = "#ff271d"
|
|
selection_bg = "#287691"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#000000","#ff260e","#9be205","#ffc400","#00a2fa","#815bb5","#00deef","#ffffff"]
|
|
brights = ["#565656","#ff4250","#b8e36e","#ffd852","#00a6ff","#ac7bf0","#74fdf3","#ffffff"]
|