2024-11-18 20:30 : id 181

This commit is contained in:
deadvey 2024-11-18 20:43:17 +00:00
parent 09236dc5b3
commit bbfa71efee
4 changed files with 27 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
# Theme/Mode
THEME = "nord";
THEME = "kami";
MODE = "dark";
# Colours
@ -10,6 +10,7 @@ let
SECOND_ACCENT = "${PURPLE}";
ACTIVE_BORDER_COLOR = "${ACCENT}";
INACTIVE_BORDER_COLOR = "${FG}";
SHADOW_COLOR = "${FG}"
# Programs
MENU = "fuzzel";

View File

@ -0,0 +1,25 @@
{
BG="1c1c1c";
FG="e4e4e4";
GRAY="212121";
DARK_GRAY="d8d8d8";
RED="b7141e";
DARK_RED="e83a3f";
GREEN="457b23";
DARK_GREEN="7aba39";
YELLOW="f5971d";
DARK_YELLOW="fee92e";
BLUE="134eb2";
DARK_BLUE="53a4f3";
PURPLE="550087";
DARK_PURPLE="a94dbb";
CYAN="13b4b4";
DARK_CYAN="138cb4";
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.