mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
theming.nix: GTK-3 and -4 entries should not contain quotes (#135)
This commit is contained in:
parent
b32ab45693
commit
52f2ebede3
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ in
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-cursor-theme-name=Quintom_Ink
|
gtk-cursor-theme-name=Quintom_Ink
|
||||||
gtk-cursor-theme-size=16
|
gtk-cursor-theme-size=16
|
||||||
gtk-font-name = "Overpass 10"
|
gtk-font-name=Overpass 10
|
||||||
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||||
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
|
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
|
||||||
'';
|
'';
|
||||||
|
|
@ -34,7 +34,7 @@ in
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-cursor-theme-name=Quintom_Ink
|
gtk-cursor-theme-name=Quintom_Ink
|
||||||
gtk-cursor-theme-size=16
|
gtk-cursor-theme-size=16
|
||||||
gtk-font-name = "Overpass 10"
|
gtk-font-name=Overpass 10
|
||||||
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
gtk-icon-theme-name=Flat-Remix-Blue-Dark
|
||||||
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
|
gtk-theme-name=Flat-Remix-GTK-Blue-Darkest
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue