Skip to content

Commit

Permalink
Make StatusLine less bright
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod committed Dec 21, 2022
1 parent 2c9f24a commit f18afbe
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions lua/lualine/themes/nord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ local nord = {}

nord.normal = {
a = { fg = c.polar_night.bright, bg = c.frost.ice },
b = { fg = c.snow_storm.brighter, bg = c.polar_night.brighter },
c = { fg = c.snow_storm.brighter, bg = c.polar_night.brightest },
b = { fg = c.snow_storm.brighter, bg = c.polar_night.bright },
c = { fg = c.snow_storm.brighter, bg = c.polar_night.brighter },
}

nord.insert = {
Expand Down
6 changes: 3 additions & 3 deletions lua/nord/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ function defaluts.highlights()
Normal = { fg = c.snow_storm.origin, bg = options.transparent and c.none or c.polar_night.origin }, -- normal text
NormalFloat = { fg = c.snow_storm.origin, bg = c.polar_night.origin }, -- Normal text in floating windows.
FloatBorder = { fg = c.polar_night.brightest, bg = c.polar_night.origin }, -- Borders of floating windows
Pmenu = { fg = c.snow_storm.origin, bg = c.polar_night.brighter }, -- Popup menu: normal item.
PmenuSel = { fg = c.snow_storm.origin, bg = c.polar_night.brightest }, -- Popup menu: selected item.
Pmenu = { fg = c.snow_storm.origin, bg = c.polar_night.bright }, -- Popup menu: normal item.
PmenuSel = { fg = c.snow_storm.origin, bg = c.polar_night.brighter }, -- Popup menu: selected item.
PmenuSbar = { fg = c.snow_storm.origin, bg = c.polar_night.brighter }, -- Popup menu: scrollbar.
PmenuThumb = { fg = c.frost.ice, bg = c.polar_night.brightest }, -- Popup menu: Thumb of the scrollbar.
Question = { fg = c.snow_storm.origin }, -- |hit-enter| prompt and yes/no questions
Expand All @@ -58,7 +58,7 @@ function defaluts.highlights()
undercurl = true,
}, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.

StatusLine = { fg = c.frost.ice, bg = c.polar_night.brightest }, -- status line of current window
StatusLine = { fg = c.frost.ice, bg = c.polar_night.brighter }, -- status line of current window
StatusLineNC = { fg = c.snow_storm.origin, bg = c.polar_night.brightest }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.

TabLine = { fg = c.snow_storm.origin, bg = c.fg_gutter }, -- tab pages line, not active tab page label
Expand Down
58 changes: 29 additions & 29 deletions lua/nord/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@ function ui.highlights()
WhichKeyFloat = { bg = c.polar_night.bright },

-- SmiteshP/nvim-navic
NavicIconsFile = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsModule = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsNamespace = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsPackage = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsClass = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsMethod = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsProperty = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsField = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsConstructor = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsEnum = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsInterface = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsFunction = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsVariable = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsConstant = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsString = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsNumber = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsBoolean = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsArray = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsObject = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsKey = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsKeyword = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsNull = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsEnumMember = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsStruct = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsEvent = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsOperator = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicIconsTypeParameter = { fg = c.frost.polar_water, bg = c.polar_night.brightest },
NavicText = { fg = c.snow_storm.origin, bg = c.polar_night.brightest },
NavicSeparator = { fg = c.frost.artic_water, bg = c.polar_night.brightest },
NavicIconsFile = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsModule = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsNamespace = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsPackage = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsClass = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsMethod = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsProperty = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsField = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsConstructor = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsEnum = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsInterface = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsFunction = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsVariable = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsConstant = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsString = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsNumber = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsBoolean = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsArray = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsObject = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsKey = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsKeyword = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsNull = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsEnumMember = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsStruct = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsEvent = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsOperator = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicIconsTypeParameter = { fg = c.frost.polar_water, bg = c.polar_night.brighter },
NavicText = { fg = c.snow_storm.origin, bg = c.polar_night.brighter },
NavicSeparator = { fg = c.frost.artic_water, bg = c.polar_night.brighter },

-- stevearc/aerial.nvim
AerialLine = { bg = c.polar_night.bright },
Expand Down

0 comments on commit f18afbe

Please sign in to comment.