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 = {
enable = true;
iconTheme = {
name = "Arc";
package = pkgs.arc-icon-theme;
name = "Tela-circle";
package = pkgs.tela-circle-icon-theme;
};
cursorTheme = {
name = "Catppuccin-Latte-Blue-Cursors";
package = pkgs.catppuccin-cursors.latteBlue;
};
theme = {
name = "Arc";
package = pkgs.arc-theme;
name = "Catppuccin-Light";
package = pkgs.catppuccin-gtk;
};
gtk3.bookmarks = [
"ftp://fluffy.lo.m-0.eu"

View file

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

View file

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