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
@@ -124,7 +124,7 @@
### Text ###
font = JetBrainsMono Nerd Font 10
font = UbuntuSans Nerd Font 10
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
+1 -1
View File
@@ -10,7 +10,7 @@
# title=foot
# locked-title=no
font=Hack Nerd Font:size=11
font=UbuntuSans Nerd Font:size=11
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
+2 -2
View File
@@ -2,9 +2,9 @@
# ABOUTME: User overrides go in ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-theme-name=catppuccin-mocha-lavender-standard+default
gtk-theme-name=Colloid-Catppuccin
gtk-icon-theme-name=Newaita-reborn-gray-dark
gtk-font-name=Hack Nerd Font 11
gtk-font-name=UbuntuSans Nerd Font 11
gtk-cursor-theme-name=Sweet-cursors
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH
+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;
+1 -1
View File
@@ -3,7 +3,7 @@
* {
border: none;
font-family: "Ubuntu Nerd Font", sans-serif;
font-family: "UbuntuSans Nerd Font", sans-serif;
font-size: 13px;
color: alpha(@theme_text_color, 0.8);
}