mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
24 lines
474 B
Nix
24 lines
474 B
Nix
{
|
|
name = "nord";
|
|
author = "arcticicestudio";
|
|
dark = {
|
|
base00 = "#2E3440";
|
|
base01 = "#3B4252";
|
|
base02 = "#434C5E";
|
|
base03 = "#4C566A";
|
|
base04 = "#D8DEE9";
|
|
base05 = "#E5E9F0";
|
|
base06 = "#ECEFF4";
|
|
base07 = "#8FBCBB";
|
|
base08 = "#88C0D0";
|
|
base09 = "#81A1C1";
|
|
base0A = "#5E81AC";
|
|
base0B = "#BF616A";
|
|
base0C = "#D08770";
|
|
base0D = "#EBCB8B";
|
|
base0E = "#A3BE8C";
|
|
base0F = "#B48EAD";
|
|
batTheme = "nord";
|
|
};
|
|
}
|