mirror of
https://github.com/gabehf/base46.git
synced 2026-03-14 09:46:00 -07:00
Merge pull request #25 from lamduong33/master
replace base16 nord colors with the original nord colors
This commit is contained in:
commit
61173a3d9c
1 changed files with 14 additions and 14 deletions
|
|
@ -1,18 +1,18 @@
|
||||||
return {
|
return {
|
||||||
base0A = "5E81AC",
|
|
||||||
base04 = "D8DEE9",
|
|
||||||
base07 = "8FBCBB",
|
|
||||||
base05 = "E5E9F0",
|
|
||||||
base0E = "A3BE8C",
|
|
||||||
base0D = "EBCB8B",
|
|
||||||
base0C = "D08770",
|
|
||||||
base0B = "BF616A",
|
|
||||||
base02 = "434C5E",
|
|
||||||
base0F = "B48EAD",
|
|
||||||
base03 = "4C566A",
|
|
||||||
base08 = "88C0D0",
|
|
||||||
base01 = "3B4252",
|
|
||||||
base00 = "2E3440",
|
base00 = "2E3440",
|
||||||
|
base01 = "3B4252",
|
||||||
|
base02 = "434C5E",
|
||||||
|
base03 = "4C566A",
|
||||||
|
base04 = "D8DEE9",
|
||||||
|
base05 = "E5E9F0",
|
||||||
|
base06 = "ECEFF4",
|
||||||
|
base07 = "8FBCBB",
|
||||||
|
base08 = "88C0D0",
|
||||||
base09 = "81A1C1",
|
base09 = "81A1C1",
|
||||||
base06 = "ECEFF4"
|
base0A = "88C0D0",
|
||||||
|
base0B = "A3BE8C",
|
||||||
|
base0C = "81A1C1",
|
||||||
|
base0D = "81A1C1",
|
||||||
|
base0E = "81A1C1",
|
||||||
|
base0F = "B48EAD",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue