diff options
Diffstat (limited to 'palette/nord.conf')
| -rw-r--r-- | palette/nord.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/palette/nord.conf b/palette/nord.conf new file mode 100644 index 0000000..a3454b7 --- /dev/null +++ b/palette/nord.conf @@ -0,0 +1,41 @@ +# Nord. +# Copyright (C) 2026 Danilo M. <danix@danix.xyz> +# Licensed under the GNU General Public License v2 only. +# +# Source: https://www.nordtheme.com/docs/colors-and-palettes +# +# Nord names its colours nord0..nord15 and nothing else, so that is what this +# file uses. The aurora and frost groupings below are Nord's own; the readable +# aliases are a convenience for roles.conf and are the same colours. + +nord0 = #2e3440 +nord1 = #3b4252 +nord2 = #434c5e +nord3 = #4c566a + +nord4 = #d8dee9 +nord5 = #e5e9f0 +nord6 = #eceff4 + +nord7 = #8fbcbb +nord8 = #88c0d0 +nord9 = #81a1c1 +nord10 = #5e81ac + +nord11 = #bf616a +nord12 = #d08770 +nord13 = #ebcb8b +nord14 = #a3be8c +nord15 = #b48ead + +# Aliases, same values. Nord has no sixteenth hue, so the darker frost blue +# stands in where a scheme with more accents would offer one. +frost_teal = #8fbcbb +frost_cyan = #88c0d0 +frost_blue = #81a1c1 +frost_deep = #5e81ac +aurora_red = #bf616a +aurora_orange = #d08770 +aurora_yellow = #ebcb8b +aurora_green = #a3be8c +aurora_purple = #b48ead |
