From 02dbebfe4a1b734f1aa7402813ae450da7b2201d Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Tue, 31 May 2022 12:52:29 +0200 Subject: Added theme related stuff --- .config/Kvantum/kvantum.kvconfig | 2 ++ .config/X11/Xresources | 1 + .config/gtk-2.0/gtkrc | 16 ++++++++++++++++ .config/gtk-3.0/settings.ini | 18 ++++++++++++++++++ .config/qt5ct/qt5ct.conf | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 .config/Kvantum/kvantum.kvconfig create mode 100644 .config/gtk-2.0/gtkrc create mode 100644 .config/gtk-3.0/settings.ini create mode 100644 .config/qt5ct/qt5ct.conf (limited to '.config') diff --git a/.config/Kvantum/kvantum.kvconfig b/.config/Kvantum/kvantum.kvconfig new file mode 100644 index 0000000..402e301 --- /dev/null +++ b/.config/Kvantum/kvantum.kvconfig @@ -0,0 +1,2 @@ +[General] +theme=KvArcDark diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 7807efe..a65c7b6 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -1,2 +1,3 @@ Xft.dpi: 108 Xcursor.size: 32 +Xcursor.theme: phinger-cursors-light diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc new file mode 100644 index 0000000..bbeef6a --- /dev/null +++ b/.config/gtk-2.0/gtkrc @@ -0,0 +1,16 @@ +gtk-theme-name="Arc-Dark" +gtk-icon-theme-name="breeze-dark" +gtk-font-name="SFNS Display 11.5" +gtk-cursor-theme-name="phinger-cursors-light" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintfull" +gtk-xft-rgba="rgb" +gtk-modules="gail:atk-bridge" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..5e110ff --- /dev/null +++ b/.config/gtk-3.0/settings.ini @@ -0,0 +1,18 @@ +[Settings] +gtk-theme-name=Arc-Dark +gtk-icon-theme-name=breeze-dark +gtk-font-name=SFNS Display 11.5 +gtk-cursor-theme-name=phinger-cursors-light +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=1 +gtk-menu-images=1 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintfull +gtk-xft-rgba=rgb +gtk-modules=gail:atk-bridge +gtk-application-prefer-dark-theme=true diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..eee5b62 --- /dev/null +++ b/.config/qt5ct/qt5ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=breeze-dark +standard_dialogs=default +style=kvantum-dark + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0\x18\0S\0\x46\0N\0S\0 \0\x44\0i\0s\0p\0l\0\x61\0y@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0\x18\0S\0\x46\0N\0S\0 \0\x44\0i\0s\0p\0l\0\x61\0y@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x6\xad\0\0\x1|\0\0\t\xfb\0\0\x6\xf7\0\0\x6\xaf\0\0\x1~\0\0\t\xf9\0\0\x6\xf5\0\0\0\0\0\0\0\0\n\0\0\0\x6\xaf\0\0\x1~\0\0\t\xf9\0\0\x6\xf5) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() -- cgit v1.2.3-70-g09d2