Move to Adwaita-dark for base gtk theme.

This commit is contained in:
natemaia 2020-05-03 15:59:49 -07:00
parent c3649ac74e
commit d68a8c025a
5 changed files with 14 additions and 3 deletions

View File

@ -25,6 +25,12 @@
<family>DejaVu Sans Mono</family> <family>DejaVu Sans Mono</family>
</prefer> </prefer>
</alias> </alias>
<alias>
<family>Monospace</family>
<prefer>
<family>DejaVu Sans Mono</family>
</prefer>
</alias>
<alias> <alias>
<family>mono</family> <family>mono</family>
<prefer> <prefer>

View File

@ -1,5 +1,5 @@
[Settings] [Settings]
gtk-theme-name=ArchLabs-Dark gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=ArchLabs-Dark gtk-icon-theme-name=ArchLabs-Dark
gtk-font-name=monospace 10 gtk-font-name=monospace 10
gtk-cursor-theme-name=ArchLabs-Dark gtk-cursor-theme-name=ArchLabs-Dark

View File

@ -16,6 +16,7 @@ use-ewmh-active-win = true;
unredir-if-possible = true; unredir-if-possible = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
detect-rounded-corners = true; detect-rounded-corners = true;
detect-client-opacity = true;
opacity-rule = [ opacity-rule = [
# hack for i3 tabbed mode with semi-opaque windows being visible below the current tab # hack for i3 tabbed mode with semi-opaque windows being visible below the current tab
@ -49,4 +50,8 @@ shadow-exclude = [
wintypes: wintypes:
{ {
tooltip = { fade = true; shadow = true; focus = true; }; tooltip = { fade = true; shadow = true; focus = true; };
dock = { shadow = false; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.8; }
dropdown_menu = { opacity = 0.8; }
}; };

View File

@ -2,7 +2,7 @@
<channel name="xsettings" version="1.0"> <channel name="xsettings" version="1.0">
<property name="Net" type="empty"> <property name="Net" type="empty">
<property name="ThemeName" type="string" value="ArchLabs-Dark"/> <property name="ThemeName" type="string" value="Adwaita-dark"/>
<property name="IconThemeName" type="string" value="ArchLabs-Dark"/> <property name="IconThemeName" type="string" value="ArchLabs-Dark"/>
<property name="DoubleClickTime" type="empty"/> <property name="DoubleClickTime" type="empty"/>
<property name="DoubleClickDistance" type="empty"/> <property name="DoubleClickDistance" type="empty"/>

View File

@ -1,7 +1,7 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance. # DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
gtk-theme-name="ArchLabs-Dark" gtk-theme-name="Adwaita-dark"
gtk-icon-theme-name="ArchLabs-Dark" gtk-icon-theme-name="ArchLabs-Dark"
gtk-font-name="monospace 11" gtk-font-name="monospace 11"
gtk-cursor-theme-name="ArchLabs-Dark" gtk-cursor-theme-name="ArchLabs-Dark"