blob: a3454b7531dfb4d121caf2ff2399b2538c219c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
|