mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 23:04:49 +03:00
13 lines
370 B
TOML
13 lines
370 B
TOML
|
# Fairyfloss
|
||
|
[colors]
|
||
|
foreground = "#f8f8f2"
|
||
|
background = "#5a5475"
|
||
|
cursor_bg = "#f8f8f0"
|
||
|
cursor_border = "#f8f8f0"
|
||
|
cursor_fg = "#060709"
|
||
|
selection_bg = "#8077a8"
|
||
|
selection_fg = "#f6e1ce"
|
||
|
|
||
|
ansi = ["#040303","#f92672","#c2ffdf","#e6c000","#c2ffdf","#ffb8d1","#c5a3ff","#f8f8f0"]
|
||
|
brights = ["#6090cb","#ff857f","#c2ffdf","#ffea00","#c2ffdf","#ffb8d1","#c5a3ff","#f8f8f0"]
|