Update the Nord theme to follow the Nord style guide (#7490)

pull/3631/merge
Sharpened Blade 12 months ago committed by GitHub
parent 607b426e26
commit c33795e770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,133 +1,180 @@
# Author : RayGervais<raygervais@hotmail.ca> # Nord (Dark Ambiance) port for Helix (https://helix-editor.com/)
# https://docs.helix-editor.com/themes.html
# https://www.nordtheme.com/docs/colors-and-palettes
"ui.linenr.selected" = "nord4" ## SYNTAX HIGHLIGHTING
"ui.cursorline.primary" = { bg = "nord1" }
"ui.text.focus" = { fg = "nord8", modifiers = ["bold"] }
"ui.menu" = { fg = "nord6", bg = "nord1" }
"ui.menu.selected" = { fg = "nord8", bg = "nord2" }
"ui.virtual.ruler" = { bg = "nord1" }
"info" = "nord8"
"hint" = "nord8"
# Polar Night # Constants
# nord0 - background color "constant" = "nord4"
"ui.background" = { bg = "nord0" } "constant.builtin" = "nord9"
"constant.builtin.boolean" = "nord9"
"ui.statusline.inactive" = { fg = "nord8", bg = "nord1" } "constant.builtin.character" = "nord15"
"ui.statusline.normal" = { fg = "nord0", bg = "nord8" } "constant.character.escape" = "nord13"
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" } "constant.macro" = "nord9"
"ui.statusline.select" = { fg = "nord0", bg = "nord15" } "constant.numeric" = "nord15"
"constructor" = "nord8"
# Diagnostics
"diagnostic" = "nord13"
"diagnostic.error" = "nord11"
"error" = "nord11"
"diagnostic.hint" = "nord10"
"hint" = "nord10"
"diagnostic.info" = "nord8"
"info" = "nord8"
"diagnostic.warning" = "nord13"
"warning" = "nord13"
# nord1 - status bars, panels, modals, autocompletion # Diffs
"ui.statusline" = { fg = "nord4", bg = "nord1" } "diff.delta" = "nord13"
"ui.popup" = { bg = "nord1" } "diff.minus" = "nord11"
"ui.window" = { bg = "nord1" } "diff.plus" = "nord14"
"ui.help" = { bg = "nord1", fg = "nord4" }
# nord2 - active line, highlighting # Functions
"ui.selection" = { bg = "nord2" } "function" = "nord8"
"ui.cursor.match" = { bg = "nord2" } "function.builtin" = "nord7"
"function.method" = "nord8"
"function.macro" = "nord9"
"function.special" = "nord9"
# Git
"git.delta.moved" = "nord12"
# Keywords
"keyword" = "nord9"
"keyword.control.conditional" = "nord9"
"keyword.control.exception" = "nord9"
"keyword.control.repeat" = "nord9"
"keyword.directive" = "nord9"
"keyword.function" = "nord9"
"keyword.operator" = "nord9"
"keyword.return" = "nord9"
"keyword.storage.modifier" = "nord9"
"keyword.storage.type" = "nord7"
# Punctuation
"punctuation" = "nord6"
"punctuation.bracket" = "nord6"
"punctuation.delimiter" = "nord6"
"punctuation.special" = "nord9"
# nord3 - comments, invisible/non-printable characters # Strings
"comment" = { fg = "nord3_bright", modifiers = ["italic"] } "string" = "nord14"
"ui.linenr" = "nord3_bright" "string.escape" = "nord13"
"ui.virtual.whitespace" = "nord3_bright" "string.regex" = "nord13"
"ui.virtual.inlay-hint" = { fg = "nord3_bright" } "string.special" = "nord13"
# Types
"type" = "nord4"
"type.builtin" = "nord7"
# Snow Storm # Variables
# nord4 - cursor, variables, constants, attributes, fields
"ui.cursor.primary" = { fg = "nord4", modifiers = ["reversed"] }
"attribute" = "nord4"
"variable" = "nord4" "variable" = "nord4"
"constant" = "nord4" "variable.builint" = "nord9"
"variable.builtin" = "nord4" "variable.other.member" = "nord4"
"constant.builtin" = "nord4" "variable.parameter" = "nord8"
"namespace" = "nord4" "attribute" = "nord4"
# nord5 - subtle UI text
# nord6 - base text, punctuation
"ui.text" = "nord6"
"punctuation" = "nord6"
# Frost # Misc.
# nord7 - classes, types, primitives
"type" = "nord7"
"type.builtin" = "nord7"
"label" = "nord7" "label" = "nord7"
"namespace" = "nord4"
# nord8 - declaration, methods, routines
"constructor" = "nord8"
"function" = "nord8"
"function.macro" = "nord8"
"function.builtin" = "nord8"
# nord9 - operator, tags, units, punctuations
"punctuation.delimiter" = "nord9"
"operator" = "nord9" "operator" = "nord9"
"variable.other.member" = "nord9" "special" = "nord4"
"tag" = "nord4"
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
# nord10 - keywords, special ## EDITOR UI COLORS
"keyword" = "nord10"
"keyword.directive" = "nord10"
"variable.parameter" = "nord10"
# Aurora "ui.background" = { bg = "nord0" }
# nord11 - error "ui.text" = "nord4"
"error" = "nord11" "ui.window" = "nord1"
# nord12 - annotations, decorators # Debug
"special" = "nord12" "ui.debug.active" = "nord13"
"module" = "nord12" "ui.debug.breakpoint" = "nord11"
# nord13 - warnings, escape characters, regex # Popus and menus
"warning" = "nord13" "ui.menu" = { bg = "nord1" }
"constant.character.escape" = "nord13" "ui.menu.scroll" = { fg = "nord4", bg = "nord3" }
"ui.menu.selected" = { fg = "nord8", bg = "nord2" }
"ui.popup" = { bg = "nord1" }
"ui.popup.info" = { bg = "nord1" }
"ui.help" = { bg = "nord1" }
# nord14 - strings # Gutter
"string" = "nord14" "ui.gutter" = "nord5"
"ui.linenr" = "nord3"
"ui.linenr.selected" = "nord5"
# nord15 - integer, floating point # Cursor
"constant.numeric" = "nord15" "ui.cursor" = { fg = "nord4", modifiers = [ "reversed" ] }
"ui.cursorcolumn.primary" = { bg = "nord1" }
"ui.cursorline.primary" = { bg = "nord1" }
# markup "ui.selection" = { bg = "nord2" }
"markup.heading" = "nord8" "ui.highlight" = { fg = "nord8", bg = "nord2" }
"markup.list" = "nord9"
"markup.bold" = { modifiers = ["bold"] } # Statusline
"markup.italic" = { modifiers = ["italic"] } "ui.statusline" = { bg = "nord1" }
"markup.strikethrough" = { modifiers = ["crossed_out"] } "ui.statusline.inactive" = { fg = "nord8", bg = "nord1" }
"markup.link.text" = "nord8" "ui.statusline.insert" = { fg = "nord1", bg = "nord6" }
"markup.raw" = "nord7" "ui.statusline.normal" = { fg = "nord1", bg = "nord8" }
"ui.statusline.select" = { fg = "nord1", bg = "nord7" }
# lsp diagnostics "ui.statusline.separator" = "nord3"
"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } } # Virtual/invisable text
"diagnostic.info" = { underline = { color = "nord8", style = "curl" } } "ui.virtual.indent-guide" = "nord3"
"diagnostic.hint" = { underline = { color = "nord8", style = "curl" } } "ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] }
"ui.virtual.ruler" = "nord3"
# vcs "ui.virtual.whitespace" = "nord3"
"diff.plus" = "nord14" "ui.virtual.wrap" = "nord3"
"diff.delta" = "nord12"
"diff.minus" = "nord11" # Bufferline
"ui.bufferline" = { fg = "nord5", bg = "nord1" }
"ui.bufferline.active" = { fg = "nord6", bg = "nord2", underline = { color = "nord8", style = "line" }, modifiers = [ "italic" ] }
[palette] [palette]
nord0 = "#2e3440" # Polar Night is made up of four darker colors that are commonly used for base elements like backgrounds or text color in bright ambiance designs.
nord1 = "#3b4252" #
nord2 = "#434c5e" # The origin color or the Polar Night palette
# we use a brighter nord3 based on discussion here: nord0 = "#2e3440"
# https://github.com/arcticicestudio/nord/issues/94 # A brighter shade color based on nord0
nord3_bright = "#616e88" nord1 = "#3B4252"
nord4 = "#d8dee9" # An even more brighter shade color of nord0
nord6 = "#eceff4" nord2 = "#434C5E"
nord7 = "#8fbcbb" # The brightest shade color based on nord0
nord8 = "#88c0d0" nord3 = "#4C566A"
nord9 = "#81a1c1" # 10% brighter for comments, see https://github.com/nordtheme/nord/issues/94
nord10 = "#5e81ac" nord3_bright = "#616e88"
nord11 = "#bf616a"
nord12 = "#d08770" # Snow Storm is made up of three bright colors that are commonly used for text colors or base UI elements in bright ambiance designs.
nord13 = "#ebcb8b" # The origin color or the Snow Storm palette
nord14 = "#a3be8c" nord4 = "#D8DEE9"
nord15 = "#b48ead" # A brighter shade color of nord4
nord5 = "#E5E9F0"
# The brightest shade color based on nord4
nord6 = "#ECEFF4"
# Frost can be described as the heart palette of Nord, a group of four bluish colors that are commonly used for primary UI component and text highlighting and essential code syntax elements.
#
# A calm and highly contrasted color reminiscent of frozen polar water
nord7 = "#8FBCBB"
# The bright and shiny primary accent color reminiscent of pure and clear ice
nord8 = "#88C0D0"
# A more darkened and less saturated color reminiscent of arctic waters
nord9 = "#81A1C1"
# A dark and intensive color reminiscent of the deep arctic ocean
nord10 = "#5E81AC"
# Aurora consists of five colorful components reminiscent of the "Aurora borealis", sometimes referred to as polar lights or northern lights.
#
# Red
nord11 = "#BF616A"
# Orange
nord12 = "#D08770"
# Yellow
nord13 = "#EBCB8B"
# Green
nord14 = "#A3BE8C"
# Purple
nord15 = "#B48EAD"

Loading…
Cancel
Save