You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lua/nordern/base.lua
+70-70
Original file line number
Diff line number
Diff line change
@@ -33,78 +33,78 @@ local B = {}
33
33
34
34
-- Base neovim
35
35
B.gui= {
36
-
ColorColumn= { fg=C.none, bg=C.bg }, -- Used for the columns set with 'colorcolumn'.
37
-
Conceal= { fg=C.none, bg=C.bg }, -- Placeholder characters substituted for concealed text (see 'conceallevel').
38
-
CurSearch= { fg=C.bg, bg=C.frost.turquoise }, --Used for highlighting a search pattern under the cursor (see 'hlsearch').
39
-
Cursor= { fg=C.bg, bg=C.frost.turquoise }, -- Character under the cursor.
40
-
CursorColumn= { fg=C.none, bg=C.night.c1 }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
41
-
CursorIM= { fg=C.bg, bg=C.frost.turquoise }, -- Like Cursor, but used when in IME mode. CursorIM
42
-
CursorLine= { fg=C.none, bg=C.blend.blue }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
43
-
CursorLineFold= { fg=C.none, bg=C.fg }, -- Like FoldColumn when 'cursorline' is set for the cursor line.
44
-
CursorLineNr= { fg=C.bg, bg=C.frost.turquoise }, --Like LineNr when 'cursorline' is set and 'cursorlineopt' contains "number" or is "both", for the cursor line.
45
-
CursorLineSign= { fg=C.night.c1, bg=C.blend.blue }, -- Like SignColumn when 'cursorline' is set for the cursor line.
46
-
Directory= { fg=C.fg, bg=C.none }, -- Directory names (and other special names in listings) fg = C.none, bg = C.blend.bluec1 .
47
-
EndOfBuffer= { fg=C.night.c1, bg=C.none }, -- Filler lines (~) after the end of the buffer. By default, this is highlighted like hl-NonText.
48
-
ErrorMsg= { fg=C.aurora.red, bg=C.bg }, -- Error messages on the command line.
49
-
FloatBorder= { fg=C.frost.turquoise, bg=C.bg }, -- Border of floating windows.
50
-
FloatFooter= { fg=C.frost.turquoise, bg=C.none }, -- Footer of floating windows.
51
-
FloatTitle= { fg=C.fg, bg=C.bg }, -- Title of floating windows.
NonText= { fg=C.bg, bg=C.bg }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also hl-EndOfBuffer.
64
-
Normal= { fg=C.fg, bg=C.bg }, -- Normal text.
65
-
NormalFloat= { fg=C.fg, bg=C.bg }, -- Normal text in floating windows.
66
-
NormalNC= { fg=C.fg, bg=C.bg }, -- Normal text in non-current windows.
36
+
ColorColumn= { fg=C.none, bg=C.bg }, -- Used for the columns set with 'colorcolumn'.
37
+
Conceal= { fg=C.none, bg=C.bg }, -- Placeholder characters substituted for concealed text (see 'conceallevel').
38
+
CurSearch= { fg=C.bg, bg=C.frost.turquoise }, --Used for highlighting a search pattern under the cursor (see 'hlsearch').
39
+
Cursor= { fg=C.bg, bg=C.frost.turquoise }, -- Character under the cursor.
40
+
CursorColumn= { fg=C.none, bg=C.night.c1 }, -- Screen-column at the cursor, when 'cursorcolumn' is set.
41
+
CursorIM= { fg=C.bg, bg=C.frost.turquoise }, -- Like Cursor, but used when in IME mode. CursorIM
42
+
CursorLine= { fg=C.none, bg=C.blend.blue }, -- Screen-line at the cursor, when 'cursorline' is set. Low-priority if foreground (ctermfg OR guifg) is not set.
43
+
CursorLineFold= { fg=C.none, bg=C.fg }, -- Like FoldColumn when 'cursorline' is set for the cursor line.
44
+
CursorLineNr= { fg=C.bg, bg=C.frost.turquoise }, --Like LineNr when 'cursorline' is set and 'cursorlineopt' contains "number" or is "both", for the cursor line.
45
+
CursorLineSign= { fg=C.night.c1, bg=C.blend.blue }, -- Like SignColumn when 'cursorline' is set for the cursor line.
46
+
Directory= { fg=C.fg, bg=C.none }, -- Directory names (and other special names in listings) fg = C.none, bg = C.blend.bluec1 .
47
+
EndOfBuffer= { fg=C.night.c1, bg=C.none }, -- Filler lines (~) after the end of the buffer. By default, this is highlighted like hl-NonText.
48
+
ErrorMsg= { fg=C.aurora.red, bg=C.bg }, -- Error messages on the command line.
49
+
FloatBorder= { fg=C.frost.turquoise, bg=C.none }, -- Border of floating windows.
50
+
FloatFooter= { fg=C.frost.turquoise, bg=C.none }, -- Footer of floating windows.base
51
+
FloatTitle= { fg=C.fg, bg=C.none }, -- Title of floating windows.
NonText= { fg=C.bg, bg=C.bg }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also hl-EndOfBuffer.
64
+
Normal= { fg=C.fg, bg=C.bg }, -- Normal text.
65
+
NormalFloat= { fg=C.fg, bg=C.bg }, -- Normal text in floating windows.
66
+
NormalNC= { fg=C.fg, bg=C.bg }, -- Normal text in non-current windows.
67
67
-- Pmenu
68
-
Pmenu= { fg=C.fg, bg=C.night.c0 }, -- Popup menu: Normal item.
QuickFixLine= { fg=C.fg, bg=C.none }, -- Current quickfix item in the quickfix window. Combined with hl-CursorLine when the cursor is there.
78
-
Search= { link="CurSearch" }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
79
-
SignColumn= { fg=C.none, bg=C.bg }, -- Column where signs are displayed.
80
-
SpecialKey= { fg=C.night.c1, bg=C.bg }, -- Unprintable characters: Text displayed differently from what it really is. But not 'listchars' whitespace. hl-Whitespace
81
-
SpellBad= { fg=C.aurora.red, bg=C.bg }, -- Word that is not recognized by the spellchecker. spell Combined with the highlighting used otherwise.
82
-
SpellCap= { fg=C.aurora.red, bg=C.bg }, -- Word that should start with a capital. spell Combined with the highlighting used otherwise.
83
-
SpellLocal= { fg=C.aurora.yellow, bg=C.bg }, -- Word that is recognized by the spellchecker as one that is used in another region. spell Combined with the highlighting used otherwise.
84
-
SpellRare= { fg=C.aurora.yellow, bg=C.bg }, -- Word that is recognized by the spellchecker as one that is hardly ever used. spell Combined with the highlighting used otherwise.
85
-
StatusLine= { fg=C.none, bg=C.none }, -- Status line of current window.
86
-
StatusLineNC= { fg=C.none, bg=C.none }, -- Status lines of not-current windows. Note: If this is equal to "StatusLine", Vim will use "^^^" in the status line of the current window.
87
-
Substitute= { link="CurSearch" }, -- :substitute replacement text highlighting.
88
-
TabLine= { fg=C.bg, bg=C.bg }, -- Tab pages line, not active tab page label.
89
-
TabLineFill= { fg=C.bg, bg=C.bg }, -- Tab pages line, where there are no labels.
QuickFixLine= { fg=C.fg, bg=C.none }, -- Current quickfix item in the quickfix window. Combined with hl-CursorLine when the cursor is there.
78
+
Search= { link="CurSearch" }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
79
+
SignColumn= { fg=C.none, bg=C.bg }, -- Column where signs are displayed.
80
+
SpecialKey= { fg=C.night.c1, bg=C.bg }, -- Unprintable characters: Text displayed differently from what it really is. But not 'listchars' whitespace. hl-Whitespace
81
+
SpellBad= { fg=C.aurora.red, bg=C.bg }, -- Word that is not recognized by the spellchecker. spell Combined with the highlighting used otherwise.
82
+
SpellCap= { fg=C.aurora.red, bg=C.bg }, -- Word that should start with a capital. spell Combined with the highlighting used otherwise.
83
+
SpellLocal= { fg=C.aurora.yellow, bg=C.bg }, -- Word that is recognized by the spellchecker as one that is used in another region. spell Combined with the highlighting used otherwise.
84
+
SpellRare= { fg=C.aurora.yellow, bg=C.bg }, -- Word that is recognized by the spellchecker as one that is hardly ever used. spell Combined with the highlighting used otherwise.
85
+
StatusLine= { fg=C.none, bg=C.none }, -- Status line of current window.
86
+
StatusLineNC= { fg=C.none, bg=C.none }, -- Status lines of not-current windows. Note: If this is equal to "StatusLine", Vim will use "^^^" in the status line of the current window.
87
+
Substitute= { link="CurSearch" }, -- :substitute replacement text highlighting.
88
+
TabLine= { fg=C.bg, bg=C.bg }, -- Tab pages line, not active tab page label.
89
+
TabLineFill= { fg=C.bg, bg=C.bg }, -- Tab pages line, where there are no labels.
0 commit comments