2024-11-12 10:20 : id 90
This commit is contained in:
parent
9d8ed67220
commit
82db39a740
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
# Theme/Mode
|
||||
THEME = "solarized";
|
||||
THEME = "nord";
|
||||
MODE = "dark";
|
||||
|
||||
# Colours
|
||||
|
25
home-manager/themes/nord_dark.nix
Normal file
25
home-manager/themes/nord_dark.nix
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
BG="2e3440";
|
||||
FG="eceff4";
|
||||
|
||||
GRAY="d8dee9";
|
||||
DARK_GRAY="4c566a";
|
||||
|
||||
RED="bf616a";
|
||||
DARK_RED="bf616a";
|
||||
|
||||
GREEN="a3be8c";
|
||||
DARK_GREEN="a3be8c";
|
||||
|
||||
YELLOW="ebcb8b";
|
||||
DARK_YELLOW="d08770";
|
||||
|
||||
BLUE="81a1c1";
|
||||
DARK_BLUE="5e81ac";
|
||||
|
||||
PURPLE="b48ead";
|
||||
DARK_PURPLE="b48ead";
|
||||
|
||||
CYAN="88c0d0";
|
||||
DARK_CYAN="8fbcbb";
|
||||
}
|
BIN
home-manager/themes/nord_dark.png
Normal file
BIN
home-manager/themes/nord_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
Loading…
x
Reference in New Issue
Block a user