1
0
Fork 0

More theming

This commit is contained in:
Malte 2023-01-02 01:02:25 +01:00
parent ac44c81d11
commit 66539a80c6
3 changed files with 14 additions and 10 deletions

View file

@ -91,12 +91,16 @@ in {
gtk = { gtk = {
enable = true; enable = true;
iconTheme = { iconTheme = {
name = "Arc"; name = "Tela-circle";
package = pkgs.arc-icon-theme; package = pkgs.tela-circle-icon-theme;
};
cursorTheme = {
name = "Catppuccin-Latte-Blue-Cursors";
package = pkgs.catppuccin-cursors.latteBlue;
}; };
theme = { theme = {
name = "Arc"; name = "Catppuccin-Light";
package = pkgs.arc-theme; package = pkgs.catppuccin-gtk;
}; };
gtk3.bookmarks = [ gtk3.bookmarks = [
"ftp://fluffy.lo.m-0.eu" "ftp://fluffy.lo.m-0.eu"

View file

@ -14,6 +14,7 @@
window-is-ready-remover window-is-ready-remover
nothing-to-say nothing-to-say
windownavigator windownavigator
user-themes
dash-to-panel dash-to-panel
removable-drive-menu removable-drive-menu
mouse-follows-focus mouse-follows-focus
@ -74,8 +75,7 @@ in {
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
gtk-theme = "Arc"; gtk-theme = "Catppuccin-Light";
icon-theme = "Arc";
document-font-name = "B612 9"; document-font-name = "B612 9";
font-antialiasing = "rgba"; font-antialiasing = "rgba";
font-hinting = "slight"; font-hinting = "slight";
@ -111,7 +111,7 @@ in {
}; };
"org/gnome/shell/extensions/user-theme" = { "org/gnome/shell/extensions/user-theme" = {
name = "Arc"; name = "Catppuccin-Light";
}; };
"system/locale" = { "system/locale" = {
@ -150,7 +150,7 @@ in {
snap-to-grid = true; snap-to-grid = true;
tile-by-default = true; tile-by-default = true;
active-hint = true; active-hint = true;
hint-color-rgba = "rgba(30,102,245,1)"; hint-color-rgba = "rgba(114,135,253,1)";
tile-enter = ["<Super>t"]; tile-enter = ["<Super>t"];
tile-move-left-global = ["<Super><Shift>Left"]; tile-move-left-global = ["<Super><Shift>Left"];
tile-move-right-global = ["<Super><Shift>Right"]; tile-move-right-global = ["<Super><Shift>Right"];

View file

@ -51,11 +51,11 @@ in {
style = "curl"; style = "curl";
}; };
"diagnostic.warning".underline = { "diagnostic.warning".underline = {
color = "yellow"; color = "peach";
style = "curl"; style = "curl";
}; };
"diagnostic.error".underline = { "diagnostic.error".underline = {
color = "red"; color = "maroon";
style = "curl"; style = "curl";
}; };
}; };