Move to Adwaita-dark for base gtk theme.
This commit is contained in:
parent
c3649ac74e
commit
d68a8c025a
@ -25,6 +25,12 @@
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Monospace</family>
|
||||
<prefer>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>mono</family>
|
||||
<prefer>
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Settings]
|
||||
gtk-theme-name=ArchLabs-Dark
|
||||
gtk-theme-name=Adwaita-dark
|
||||
gtk-icon-theme-name=ArchLabs-Dark
|
||||
gtk-font-name=monospace 10
|
||||
gtk-cursor-theme-name=ArchLabs-Dark
|
||||
|
@ -16,6 +16,7 @@ use-ewmh-active-win = true;
|
||||
unredir-if-possible = true;
|
||||
mark-ovredir-focused = true;
|
||||
detect-rounded-corners = true;
|
||||
detect-client-opacity = true;
|
||||
|
||||
opacity-rule = [
|
||||
# hack for i3 tabbed mode with semi-opaque windows being visible below the current tab
|
||||
@ -49,4 +50,8 @@ shadow-exclude = [
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; focus = true; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 0.8; }
|
||||
dropdown_menu = { opacity = 0.8; }
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<channel name="xsettings" version="1.0">
|
||||
<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="DoubleClickTime" type="empty"/>
|
||||
<property name="DoubleClickDistance" type="empty"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# 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-font-name="monospace 11"
|
||||
gtk-cursor-theme-name="ArchLabs-Dark"
|
||||
|
Reference in New Issue
Block a user