2024-12-13 18:43 : id 493
This commit is contained in:
parent
f54201b3ee
commit
f7c6be64f4
@ -1,7 +1,7 @@
|
|||||||
{config, pkgs, lib, ... }:
|
{config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
# Theme/Mode
|
# Theme/Mode
|
||||||
THEME = "solarized";
|
THEME = "mocha";
|
||||||
MODE = "dark";
|
MODE = "dark";
|
||||||
|
|
||||||
# Colours
|
# Colours
|
||||||
@ -507,7 +507,8 @@ in
|
|||||||
#custom-gruvbox,
|
#custom-gruvbox,
|
||||||
#custom-nord,
|
#custom-nord,
|
||||||
#custom-solarized,
|
#custom-solarized,
|
||||||
#custom-dracula {
|
#custom-dracula,
|
||||||
|
#custom-mocha {
|
||||||
color: #${FG};
|
color: #${FG};
|
||||||
background: #${BG};
|
background: #${BG};
|
||||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||||
|
@ -23,8 +23,10 @@
|
|||||||
CYAN="89dceb";
|
CYAN="89dceb";
|
||||||
DARK_CYAN="74c7ec";
|
DARK_CYAN="74c7ec";
|
||||||
|
|
||||||
GTK_THEME = "magnetic-catppuccin-gtk";
|
GTK_THEME = "catppuccin-gtk";
|
||||||
GTK_THEME_NAME = "Catppuccin-Mocha";
|
GTK_THEME_NAME = "catppuccin-frappe-blue-standard";
|
||||||
GTK_ICONS = "zafiro-icons";
|
GTK_ICONS = "zafiro-icons";
|
||||||
|
GTK_ICONS_NAME = "Zafiro-icons-Dark";
|
||||||
GTK_CURSOR = "catppuccin-cursors";
|
GTK_CURSOR = "catppuccin-cursors";
|
||||||
|
GTK_CURSOR_NAME = "mochaGreen";
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Loading…
x
Reference in New Issue
Block a user