Use the px unit for setting icon size
This commit is contained in:
parent
b417fdebe3
commit
e50903aab7
|
@ -9,7 +9,7 @@ const
|
||||||
# Set the directory path where icons are stored
|
# Set the directory path where icons are stored
|
||||||
iconsDir = "/usr/share/tromjaro-theme-switcher/icons"
|
iconsDir = "/usr/share/tromjaro-theme-switcher/icons"
|
||||||
# GTK CSS for overriding the default icon size of buttons
|
# GTK CSS for overriding the default icon size of buttons
|
||||||
gtkCSS = "button { -gtk-icon-size: 22mm; }"
|
gtkCSS = "button { -gtk-icon-size: 85px; }"
|
||||||
themeColors = ["Grey", "Pink", "Green", "Orange", "Purple", "Yellow", "Teal"]
|
themeColors = ["Grey", "Pink", "Green", "Orange", "Purple", "Yellow", "Teal"]
|
||||||
themeStyles = ["Light", "Nord", "Dark", "Dark-Nord"]
|
themeStyles = ["Light", "Nord", "Dark", "Dark-Nord"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user