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
+1 -1
View File
@@ -112,7 +112,7 @@ textbox-prompt-colon {
enabled: true;
padding: 5px 0px 0px 15px;
expand: false;
font: "MonarchOS 14";
font: "UbuntuSans Nerd Font 14";
str: "";
background-color: inherit;
text-color: inherit;
+2 -2
View File
@@ -52,7 +52,7 @@ configuration {
alternate-active-background: var(active);
alternate-active-foreground: var(background);
font: "JetBrainsMono Nerd Font 11";
font: "UbuntuSans Nerd Font 11";
border-radius: 4px;
frame-border: 1px solid;
}
@@ -287,7 +287,7 @@ textbox {
border-radius: 0 0 0 0;
border-color: @borders;
background-color: transparent;
font: "JetBrainsMono Nerd Font 12";
font: "UbuntuSans Nerd Font 12";
text-color: var(theme-text-color);
horizontal-align: 0.5;
highlight: none;
+1 -1
View File
@@ -96,7 +96,7 @@ textbox-prompt-colon {
enabled: true;
padding: 5px 0px 0px 15px;
expand: false;
font: "MonarchOS 14";
font: "UbuntuSans Nerd Font 14";
str: "";
background-color: inherit;
text-color: inherit;
+1 -1
View File
@@ -108,7 +108,7 @@ textbox-prompt-colon {
enabled: true;
padding: 5px 0px 0px 15px;
expand: false;
font: "MonarchOS 14";
font: "UbuntuSans Nerd Font 14";
str: "";
background-color: inherit;
text-color: inherit;
+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;
@@ -22,5 +22,5 @@ element-icon {
element-text {
vertical-align: 0.5;
horizontal-align: 0.5;
font: "JetBrainsMono Nerd Font 9";
font: "UbuntuSans Nerd Font 9";
}
+1 -1
View File
@@ -163,7 +163,7 @@ element {
cursor: pointer;
}
element-text {
font: "JetBrainsMono Nerd Font bold 32";
font: "UbuntuSans Nerd Font Bold 32";
background-color: transparent;
text-color: inherit;
cursor: inherit;