2021-10-03 03:13:53 +02:00
|
|
|
# Author : RayGervais<raygervais@hotmail.ca>
|
|
|
|
|
2022-09-12 16:32:24 +02:00
|
|
|
"ui.linenr.selected" = "nord4"
|
2022-06-29 16:13:49 +02:00
|
|
|
"ui.cursorline.primary" = { bg = "nord1" }
|
2022-09-12 16:32:24 +02:00
|
|
|
"ui.text.focus" = { fg = "nord8", modifiers = ["bold"] }
|
|
|
|
"ui.menu" = { fg = "nord6", bg = "nord1" }
|
2021-10-19 05:17:05 +02:00
|
|
|
"ui.menu.selected" = { fg = "nord8", bg = "nord2" }
|
2022-08-31 03:27:40 +02:00
|
|
|
"ui.virtual.ruler" = { bg = "nord1" }
|
2021-10-03 03:13:53 +02:00
|
|
|
|
2021-10-19 05:17:05 +02:00
|
|
|
"info" = "nord8"
|
|
|
|
"hint" = "nord8"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# Polar Night
|
|
|
|
# nord0 - background color
|
2021-10-19 05:17:05 +02:00
|
|
|
"ui.background" = { bg = "nord0" }
|
2021-10-03 03:13:53 +02:00
|
|
|
|
2022-09-12 16:32:24 +02:00
|
|
|
"ui.statusline.inactive" = { fg = "nord8", bg = "nord1" }
|
2022-07-26 15:43:39 +02:00
|
|
|
"ui.statusline.normal" = { fg = "nord0", bg = "nord8" }
|
|
|
|
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
|
|
|
|
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
|
2021-10-03 03:13:53 +02:00
|
|
|
|
2023-03-20 16:11:01 +01:00
|
|
|
|
2021-10-03 03:13:53 +02:00
|
|
|
# nord1 - status bars, panels, modals, autocompletion
|
2022-09-12 16:32:24 +02:00
|
|
|
"ui.statusline" = { fg = "nord4", bg = "nord1" }
|
|
|
|
"ui.popup" = { bg = "nord1" }
|
|
|
|
"ui.window" = { bg = "nord1" }
|
|
|
|
"ui.help" = { bg = "nord1", fg = "nord4" }
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord2 - active line, highlighting
|
2021-10-19 05:17:05 +02:00
|
|
|
"ui.selection" = { bg = "nord2" }
|
|
|
|
"ui.cursor.match" = { bg = "nord2" }
|
2021-10-03 03:13:53 +02:00
|
|
|
|
2022-09-12 16:32:24 +02:00
|
|
|
# nord3 - comments, invisible/non-printable characters
|
|
|
|
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
|
|
|
"ui.linenr" = "nord3_bright"
|
|
|
|
"ui.virtual.whitespace" = "nord3_bright"
|
2023-03-20 16:11:01 +01:00
|
|
|
"ui.virtual.inlay-hint" = { fg = "nord3_bright" }
|
|
|
|
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# Snow Storm
|
|
|
|
# nord4 - cursor, variables, constants, attributes, fields
|
2021-10-19 05:17:05 +02:00
|
|
|
"ui.cursor.primary" = { fg = "nord4", modifiers = ["reversed"] }
|
|
|
|
"attribute" = "nord4"
|
2022-09-12 16:32:24 +02:00
|
|
|
"variable" = "nord4"
|
|
|
|
"constant" = "nord4"
|
2021-10-19 05:17:05 +02:00
|
|
|
"variable.builtin" = "nord4"
|
|
|
|
"constant.builtin" = "nord4"
|
|
|
|
"namespace" = "nord4"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
2022-07-06 04:49:54 +02:00
|
|
|
# nord5 - subtle UI text
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord6 - base text, punctuation
|
2022-09-12 16:32:24 +02:00
|
|
|
"ui.text" = "nord6"
|
2021-10-19 05:17:05 +02:00
|
|
|
"punctuation" = "nord6"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# Frost
|
2022-04-29 18:03:46 +02:00
|
|
|
# nord7 - classes, types, primitives
|
2021-10-19 05:17:05 +02:00
|
|
|
"type" = "nord7"
|
2022-09-12 16:32:24 +02:00
|
|
|
"type.builtin" = "nord7"
|
2021-10-19 05:17:05 +02:00
|
|
|
"label" = "nord7"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord8 - declaration, methods, routines
|
2021-10-19 05:17:05 +02:00
|
|
|
"constructor" = "nord8"
|
|
|
|
"function" = "nord8"
|
2022-09-12 16:32:24 +02:00
|
|
|
"function.macro" = "nord8"
|
|
|
|
"function.builtin" = "nord8"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord9 - operator, tags, units, punctuations
|
2021-10-19 05:17:05 +02:00
|
|
|
"punctuation.delimiter" = "nord9"
|
2022-09-12 16:32:24 +02:00
|
|
|
"operator" = "nord9"
|
2021-11-03 04:00:52 +01:00
|
|
|
"variable.other.member" = "nord9"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord10 - keywords, special
|
2022-09-12 16:32:24 +02:00
|
|
|
"keyword" = "nord10"
|
2021-10-19 05:17:05 +02:00
|
|
|
"keyword.directive" = "nord10"
|
|
|
|
"variable.parameter" = "nord10"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# Aurora
|
|
|
|
# nord11 - error
|
2021-10-19 05:17:05 +02:00
|
|
|
"error" = "nord11"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord12 - annotations, decorators
|
2021-10-19 05:17:05 +02:00
|
|
|
"special" = "nord12"
|
|
|
|
"module" = "nord12"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord13 - warnings, escape characters, regex
|
2021-10-19 05:17:05 +02:00
|
|
|
"warning" = "nord13"
|
2022-09-12 16:32:24 +02:00
|
|
|
"constant.character.escape" = "nord13"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord14 - strings
|
2021-10-19 05:17:05 +02:00
|
|
|
"string" = "nord14"
|
2021-10-03 03:13:53 +02:00
|
|
|
|
|
|
|
# nord15 - integer, floating point
|
2021-11-03 04:00:52 +01:00
|
|
|
"constant.numeric" = "nord15"
|
2021-10-19 05:17:05 +02:00
|
|
|
|
2022-09-12 16:32:24 +02:00
|
|
|
# markup
|
|
|
|
"markup.heading" = "nord8"
|
|
|
|
"markup.list" = "nord9"
|
|
|
|
"markup.bold" = { modifiers = ["bold"] }
|
|
|
|
"markup.italic" = { modifiers = ["italic"] }
|
2023-01-21 23:21:26 +01:00
|
|
|
"markup.strikethrough" = { modifiers = ["crossed_out"] }
|
2022-09-12 16:32:24 +02:00
|
|
|
"markup.link.text" = "nord8"
|
|
|
|
"markup.raw" = "nord7"
|
2022-01-23 03:18:50 +01:00
|
|
|
|
2023-01-12 05:22:16 +01:00
|
|
|
# lsp diagnostics
|
|
|
|
"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
|
|
|
|
"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } }
|
|
|
|
"diagnostic.info" = { underline = { color = "nord8", style = "curl" } }
|
|
|
|
"diagnostic.hint" = { underline = { color = "nord8", style = "curl" } }
|
|
|
|
|
2021-12-22 16:54:23 +01:00
|
|
|
# vcs
|
|
|
|
"diff.plus" = "nord14"
|
|
|
|
"diff.delta" = "nord12"
|
|
|
|
"diff.minus" = "nord11"
|
|
|
|
|
2021-10-19 05:17:05 +02:00
|
|
|
[palette]
|
|
|
|
nord0 = "#2e3440"
|
|
|
|
nord1 = "#3b4252"
|
|
|
|
nord2 = "#434c5e"
|
2022-09-12 16:32:24 +02:00
|
|
|
# we use a brighter nord3 based on discussion here:
|
|
|
|
# https://github.com/arcticicestudio/nord/issues/94
|
|
|
|
nord3_bright = "#616e88"
|
2021-10-19 05:17:05 +02:00
|
|
|
nord4 = "#d8dee9"
|
|
|
|
nord6 = "#eceff4"
|
|
|
|
nord7 = "#8fbcbb"
|
|
|
|
nord8 = "#88c0d0"
|
|
|
|
nord9 = "#81a1c1"
|
|
|
|
nord10 = "#5e81ac"
|
|
|
|
nord11 = "#bf616a"
|
|
|
|
nord12 = "#d08770"
|
|
|
|
nord13 = "#ebcb8b"
|
|
|
|
nord14 = "#a3be8c"
|
|
|
|
nord15 = "#b48ead"
|