1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/assets/colors/Blazer.toml
2022-03-30 20:46:34 -07:00

13 lines
366 B
TOML

# Blazer
[colors]
foreground = "#d9e6f2"
background = "#0d1926"
cursor_bg = "#d9e6f2"
cursor_border = "#d9e6f2"
cursor_fg = "#0d1926"
selection_bg = "#c1ddff"
selection_fg = "#000000"
ansi = ["#000000","#b87a7a","#7ab87a","#b8b87a","#7a7ab8","#b87ab8","#7ab8b8","#d9d9d9"]
brights = ["#262626","#dbbdbd","#bddbbd","#dbdbbd","#bdbddb","#dbbddb","#bddbdb","#ffffff"]