Skip to content

Commit 479346c

Browse files
committed
update gtk style
1 parent b92b900 commit 479346c

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

configs/.config/gtk-3.0/settings.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[Settings]
2-
gtk-application-prefer-dark-theme=1
3-
gtk-button-images=0
2+
gtk-theme-name=Tokyo-Night
3+
gtk-icon-theme-name=Adwaita
4+
gtk-font-name=Maple Mono NF CN 12
45
gtk-cursor-theme-name=Gruvbox-Retro
5-
gtk-cursor-theme-size=20
6+
gtk-cursor-theme-size=18
7+
gtk-toolbar-style=GTK_TOOLBAR_ICONS
8+
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
9+
gtk-button-images=0
10+
gtk-menu-images=0
611
gtk-enable-event-sounds=1
712
gtk-enable-input-feedback-sounds=0
8-
gtk-font-name=Maple Mono NF CN 12
9-
gtk-icon-theme-name=BeautyLine
10-
gtk-menu-images=0
11-
gtk-theme-name=Tokyo-Night
12-
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
13-
gtk-toolbar-style=GTK_TOOLBAR_ICONS
1413
gtk-xft-antialias=1
1514
gtk-xft-hinting=1
1615
gtk-xft-hintstyle=hintfull
1716
gtk-xft-rgba=rgb
17+
gtk-application-prefer-dark-theme=1

configs/.config/nwg-look/config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"export-settings-ini": true,
33
"export-gtkrc-20": true,
44
"export-index-theme": true,
5-
"export-xsettingsd": true
6-
}
5+
"export-xsettingsd": true,
6+
"export-gtk4-symlinks": false
7+
}

configs/.config/xsettingsd/xsettingsd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Net/ThemeName "Tokyo-Night"
2-
Net/IconThemeName "BeautyLine"
2+
Net/IconThemeName "Adwaita"
33
Gtk/CursorThemeName "Gruvbox-Retro"
44
Net/EnableEventSounds 1
55
EnableInputFeedbackSounds 0

configs/.gtkrc-2.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
include "/home/guo/.gtkrc-2.0.mine"
55
gtk-theme-name="Tokyo-Night"
6-
gtk-icon-theme-name="BeautyLine"
6+
gtk-icon-theme-name="Adwaita"
77
gtk-font-name="Maple Mono NF CN 12"
88
gtk-cursor-theme-name="Gruvbox-Retro"
9-
gtk-cursor-theme-size=20
9+
gtk-cursor-theme-size=18
1010
gtk-toolbar-style=GTK_TOOLBAR_ICONS
1111
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
1212
gtk-button-images=0

0 commit comments

Comments
 (0)