[colors.primary] background = "#282c34" # syntax-bg foreground = "#abb2bf" # syntax-fg [colors.cursor] text = "CellBackground" cursor = "CellForeground" [colors.vi_mode_cursor] text = "CellBackground" cursor = "CellForeground" [colors.search.matches] background = "#314365" # (manually extracted via color picker) foreground = "CellForeground" [colors.search.focused_match] background = "#3E4451" # (manually extracted via color picker) foreground = "CellForeground" [colors.footer_bar] background = "#1B1D23" # (manually extracted via color picker) foreground = "#abb2bf" # syntax-fg [colors.selection] background = "#3e4451" # syntax-selection-color text = "CellForeground" [colors.normal] black = "#282c34" # syntax-bg red = "#e06c75" # red 1 green = "#98c379" # green yellow = "#e5c07b" # orange 2 blue = "#61afef" # blue magenta = "#c678dd" # purple cyan = "#56b6c2" # cyan white = "#abb2bf" # syntax-fg [colors.bright] black = "#5c6370" # mono-3 red = "#be5046" # red 2 green = "#98c379" # green yellow = "#d19a66" # orange 1 blue = "#61afef" # blue magenta = "#c678dd" # purple cyan = "#56b6c2" # cyan white = "#636d83" # syntax-gutter-text-color