1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/assets/colors/nord.toml

13 lines
364 B
TOML
Raw Normal View History

# nord
[colors]
foreground = "#d8dee9"
background = "#2e3440"
cursor_bg = "#eceff4"
cursor_border = "#eceff4"
cursor_fg = "#282828"
selection_bg = "#eceff4"
selection_fg = "#4c566a"
ansi = ["#3b4252","#bf616a","#a3be8c","#ebcb8b","#81a1c1","#b48ead","#88c0d0","#e5e9f0"]
brights = ["#4c566a","#bf616a","#a3be8c","#ebcb8b","#81a1c1","#b48ead","#8fbcbb","#eceff4"]