diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-01-27 01:25:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-01-27 01:25:22 +0000 |
commit | 378bf2d8337c780b52b5ea169b64c991b28e9b2c (patch) | |
tree | c175df1689118e54b8e8e695166bce6f6cf8c52d | |
parent | a879e44f07cd3b4da46b4bd9731e2f49d05c3e13 (diff) |
swith to light theme by default
-rw-r--r-- | skel/.config/gtk-3.0/settings.ini | 4 | ||||
-rw-r--r-- | skel/.config/openbox/lxqt-rc.xml | 2 | ||||
-rw-r--r-- | skel/.config/openbox/rc.xml | 2 | ||||
-rw-r--r-- | skel/.gtkrc-2.0 | 8 |
4 files changed, 6 insertions, 10 deletions
diff --git a/skel/.config/gtk-3.0/settings.ini b/skel/.config/gtk-3.0/settings.ini index cb18b0a..5a2df79 100644 --- a/skel/.config/gtk-3.0/settings.ini +++ b/skel/.config/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] -gtk-theme-name=Redcore-nighttime -gtk-icon-theme-name=material-design-dark +gtk-theme-name=Redcore-daylight +gtk-icon-theme-name=material-design-light gtk-font-name=Roboto 9 gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_ICONS diff --git a/skel/.config/openbox/lxqt-rc.xml b/skel/.config/openbox/lxqt-rc.xml index 6f98b0c..3c7b1c8 100644 --- a/skel/.config/openbox/lxqt-rc.xml +++ b/skel/.config/openbox/lxqt-rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Redcore-nighttime</name> + <name>Redcore-daylight</name> <titleLayout>LIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. diff --git a/skel/.config/openbox/rc.xml b/skel/.config/openbox/rc.xml index 9ed0068..ea74d32 100644 --- a/skel/.config/openbox/rc.xml +++ b/skel/.config/openbox/rc.xml @@ -42,7 +42,7 @@ 'Active' - where the active window is --> </placement> <theme> - <name>Redcore-nighttime</name> + <name>Redcore-daylight</name> <titleLayout>LIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. diff --git a/skel/.gtkrc-2.0 b/skel/.gtkrc-2.0 index 1943c7f..b2206de 100644 --- a/skel/.gtkrc-2.0 +++ b/skel/.gtkrc-2.0 @@ -1,9 +1,5 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. - -include "/home/venerix/.gtkrc-2.0.mine" -gtk-theme-name="Redcore-nighttime" -gtk-icon-theme-name="material-design-dark" +gtk-theme-name="Redcore-daylight" +gtk-icon-theme-name="material-design-light" gtk-font-name="Roboto 9" gtk-cursor-theme-name="Hacked-Red" gtk-cursor-theme-size=0 |