Theming auf Colloid-Catppuccin und UbuntuSans Nerd Font vereinheitlichen

- GTK-Theme von catppuccin-mocha-lavender auf Colloid-Catppuccin umgestellt
- Systemweite GTK4-Symlinks in /etc/xdg/gtk-4.0/ für libadwaita Dark-Mode
- gsettings für Theme, Color-Scheme, Icon-Theme und Font im post-install
- Alle Fonts (Hack, JetBrainsMono, MonarchOS) auf UbuntuSans Nerd Font
- Paketlisten: Colloid-Pakete statt catppuccin-gtk/newaita, ttf-ubuntusans-nerd
This commit is contained in:
2026-03-26 22:17:03 +01:00
parent ae904436f0
commit b43720082d
15 changed files with 47 additions and 19 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ textbox {
placeholder-color: var(theme-text-color);
font: "JetBrainsMono Nerd Font Bold 12";
font: "UbuntuSans Nerd Font Bold 12";
}
error-message {
padding: 12px;
@@ -64,7 +64,7 @@ element-text {
cursor: inherit;
horizontal-align: 0.5;
vertical-align:0;
font: "JetBrainsMono Nerd Font 18";
font: "UbuntuSans Nerd Font 18";
}
element selected.normal {
+2 -2
View File
@@ -41,7 +41,7 @@ textbox-prompt-colon {
str: "󰣇";
margin: 0;
padding: 0 4px 0 0;
font: "JetBrainsMono Nerd Font 16";
font: "UbuntuSans Nerd Font 16";
}
prompt {
padding: 4px 0 0 0;
@@ -86,7 +86,7 @@ element {
cursor: "pointer";
}
element-text {
font: "JetBrainsMono Nerd Font 28";
font: "UbuntuSans Nerd Font 28";
background-color: transparent;
text-color: var(text);
cursor: inherit;