From 7c4700ad3d4e8f76bf72e42a10cce2545bcc64d5 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 2 Jun 2022 10:52:49 +0200 Subject: Added theme related stuff --- .config/Kvantum/kvantum.kvconfig | 2 ++ .config/X11/.Xresources | 1 + .config/gtk-2.0/gtkrc | 17 +++++++++++++++++ .config/gtk-3.0/settings.ini | 18 ++++++++++++++++++ .config/qt5ct/qt5ct.conf | 32 ++++++++++++++++++++++++++++++++ 5 files changed, 70 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 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 86755c4..37d7396 100644 --- a/.config/X11/.Xresources +++ b/.config/X11/.Xresources @@ -1 +1,2 @@ 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..2e8e953 --- /dev/null +++ b/.config/gtk-2.0/gtkrc @@ -0,0 +1,17 @@ +include "/home/adam/.gtkrc-2.0.mine" +gtk-theme-name="Arc-Dark" +gtk-icon-theme-name="breeze-dark" +gtk-font-name="SFNS Display 13" +gtk-cursor-theme-name="phinger-cursors-light" +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +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..1a3a74e --- /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 13 +gtk-cursor-theme-name=phinger-cursors-light +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +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..0662818 --- /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 + +[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\x3\xc2\0\0\0\"\0\0\a{\0\0\x4\x33\0\0\x3\xc4\0\0\0$\0\0\ay\0\0\x4\x31\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc4\0\0\0$\0\0\ay\0\0\x4\x31) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() -- cgit v1.2.3-70-g09d2