mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
347 B
TOML
12 lines
347 B
TOML
# Thayer Bright
|
|
[colors]
|
|
foreground = "#f8f8f8"
|
|
background = "#1b1d1e"
|
|
cursor_bg = "#fc971f"
|
|
cursor_fg = "#000000"
|
|
selection_bg = "#4d4d4d"
|
|
selection_fg = "#ffffff"
|
|
|
|
ansi = ["#1b1d1e","#f92672","#4df840","#f4fd22","#2757d6","#8c54fe","#38c8b5","#ccccc6"]
|
|
brights = ["#505354","#ff5995","#b6e354","#feed6c","#3f78ff","#9e6ffe","#23cfd5","#f8f8f2"]
|