diff options
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/Solarized-light/index.theme | 12 | ||||
-rw-r--r-- | .themes/solarized-dark/index.theme | 13 |
2 files changed, 25 insertions, 0 deletions
diff --git a/.themes/Solarized-light/index.theme b/.themes/Solarized-light/index.theme new file mode 100644 index 0000000..b49a945 --- /dev/null +++ b/.themes/Solarized-light/index.theme @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Solarized-light +Type=X-GNOME-Metatheme +Comment= + +[X-GNOME-Metatheme] +GtkTheme=Clearlooks +MetacityTheme=Clearlooks +IconTheme=gnome +GtkColorScheme=fg_color:#58586e6e7575,bg_color:#eeeee8e8d5d5,text_color:#65657b7b8383,base_color:#fdfdf6f6e3e3,selected_fg_color:#fdfdf6f6e3e3,selected_bg_color:#6c6c7171c4c4,tooltip_fg_color:#65657b7b8383,tooltip_bg_color:#fdfdf6f6e3e3 +CursorTheme=default +CursorSize=18 diff --git a/.themes/solarized-dark/index.theme b/.themes/solarized-dark/index.theme new file mode 100644 index 0000000..b1aa452 --- /dev/null +++ b/.themes/solarized-dark/index.theme @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=solarized-dark +Type=X-GNOME-Metatheme +Comment= + +[X-GNOME-Metatheme] +GtkTheme=Clearlooks +MetacityTheme=Clearlooks +IconTheme=Humanity-Dark +GtkColorScheme=fg_color:#9393a1a1a1a1,bg_color:#070736364242,text_color:#838394949696,base_color:#00002b2b3636,selected_fg_color:#fdfdf6f6e3e3,selected_bg_color:#6c6c7171c4c4,tooltip_fg_color:#58586e6e7575,tooltip_bg_color:#eeeee8e8d5d5 +CursorTheme=default +CursorSize=18 +BackgroundImage=/home/luke/Desktop/bg5.png |