mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 14:46:44 +03:00
2d50a17466
These are current as of revision d7023ef0810a92a38569be86bbf0c02536c29e3f
12 lines
343 B
TOML
12 lines
343 B
TOML
# Hopscotch
|
|
[colors]
|
|
foreground = "#b9b5b8"
|
|
background = "#322931"
|
|
cursor_bg = "#b9b5b8"
|
|
cursor_fg = "#322931"
|
|
selection_bg = "#5c545b"
|
|
selection_fg = "#b9b5b8"
|
|
|
|
ansi = ["#322931","#dd464c","#8fc13e","#fdcc59","#1290bf","#c85e7c","#149b93","#b9b5b8"]
|
|
brights = ["#797379","#fd8b19","#433b42","#5c545b","#989498","#d5d3d5","#b33508","#ffffff"]
|