36 lines
661 B
TOML
36 lines
661 B
TOML
# Accent and UI colors
|
|
accent = "#ff2649"
|
|
active_border_color = "#ff4f6c"
|
|
active_tab_background = "#ff2649"
|
|
|
|
# Cursor colors
|
|
cursor = "#fdf6f6"
|
|
|
|
# Primary colors
|
|
foreground = "#fdf6f6"
|
|
background = "#050202"
|
|
|
|
# Selection colors
|
|
selection_foreground = "#050202"
|
|
selection_background = "#ff2649"
|
|
|
|
# Normal colors (ANSI 0-7)
|
|
color0 = "#050202"
|
|
color1 = "#f53353"
|
|
color2 = "#ff3858"
|
|
color3 = "#fa4c6a"
|
|
color4 = "#ff2649"
|
|
color5 = "#f84764"
|
|
color6 = "#fe5b75"
|
|
color7 = "#f3ced4"
|
|
|
|
# Bright colors (ANSI 8-15)
|
|
color8 = "#e4677c"
|
|
color9 = "#fc889c"
|
|
color10 = "#ff94a6"
|
|
color11 = "#fea3b3"
|
|
color12 = "#ff4f6c"
|
|
color13 = "#ff6880"
|
|
color14 = "#ff8297"
|
|
color15 = "#fdf6f6"
|