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