New xfwm4 theme. Updated README. Minor tweaks.

This commit is contained in:
Eudaimon 2022-04-04 12:22:28 +02:00
parent 7f309059a5
commit 788caf71a2
170 changed files with 100 additions and 18 deletions

View File

@ -1,8 +1,22 @@
E17gtk-revolved is a dark GTK2/GTK3 theme with sharp corners, which is designed for use in Enlightenment and gives the elegant look of Enlightenment to GTK widgets. Of course, it can be used in other environments too but it is not tuned to Gnome or any of its apps. This is a fork of the original theme located in https://github.com/tsujan/E17gtk. It's been tested in Gnome, Mate, XFCE and KDE.
This is an evolution (fork) from the already wonderful E17GTK theme by TSUJAN (https://www.pling.com/p/1013662/ and https://github.com/tsujan/E17gtk).
This theme fits very well with the default theme for the Enlightenment desktop. It also matches Kvantum's default theme. It's dark gray with blue accents, and non-flat (quite skeuomorphic). It's very easy on the eyes and also very usable. It includes a GTK2 theme too.
It has some minor tweaks, here and there.
This is a screenshot of the original version
![Screenshot](screenshot.jpg?raw=true "Screenshot")
I have this theme as a git so if you clone it, you can always pull the latest updates without having to download it again. For example, you can go to your ~/.themes folder and execute there
git clone https://git.disroot.org/eudaimon/E17gtk-revolved.git
Then you just need to go to ~/.themes/E17gtk-revolved and execute "git pull" each time you'd like to check for updates (not very often, I should say).
You may also create a symbolic link in /usr/share/themes, so applications run as root (such as synaptic) can also appear correctly:
sudo ln -s ~/.themes/E17gtk-revolved /usr/share/themes/E17gtk-revolved
I've decided to add an option to donate money: If I had enough time and income, I'd definitely dedicate much more time to this activity, which I enjoy very much. Thank you! https://www.paypal.com/donate/?hosted_button_id=9LW4UGMXG6CQW
xfwm4 theme derived from one created by [pkfbcedkrz](https://www.pling.com/u/pkfbcedkrz). Many thanks!
Please also read the file WORKAROUNDS!
Screenshots:
![Screenshot](preview/widgets01.png "gtk3-widget-factory 1")
![Screenshot](preview/widgets02.png "gtk3-widget-factory 2")
![Screenshot](preview/widgets03.png "gtk3-widget-factory 3")
![Screenshot](preview/gtk2.png "GTK2")

View File

@ -920,8 +920,7 @@ notebook > stack {
background-color: @theme_bg_color;
/*background-clip: border-box;*/
color: @theme_fg_color; /* gdebi bug? */
border-style: solid;
border-width: 0px 1px 1px 1px;
border: 1px outset shade(@bg_color,0.8);
}
/* make exceptions for Nemo, Nautilus and SpaceFM */
@ -1333,14 +1332,14 @@ combobox menu {
}
/* Yet another change in gtk-3.18 for breaking themes! */
combobox *,
/*combobox *,
combobox *:hover,
combobox *:hover:active,
combobox *:active,
combobox *:disabled {
background-image: none;
background-color: transparent;
}
}*/
/***********
* Buttons *
@ -1546,6 +1545,14 @@ button.destructive-action:hover {
}
button.destructive-action:active, button.destructive-action:checked {
background-image: linear-gradient(to bottom,
#a74949,
#723434 31%,
#642e2e 32%,
#e55b5b);
}
/****************************
* Suggested action buttons *
****************************/
@ -1563,6 +1570,13 @@ button.suggested-action:hover {
}
button.suggested-action:active, button.suggested-action:checked {
background-image: linear-gradient(to bottom,
#49a754,
#347237 31%,
#2e6430 32%,
#5be562);
}
/******************
* Linked Buttons *
@ -3988,9 +4002,9 @@ calendar.header {
* Notebook and Tabs *
*********************/
notebook > stack {
/*notebook > stack {
border-image: url("assets/notebook-border-dark.svg") 0 1 1 1 / 0px 1px 1px 1px stretch;
}
}*/
notebook > header tab {
border-image: url("assets/tab-border.svg") 2 / 2px stretch;

BIN
preview/gtk2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 132 KiB

BIN
preview/widgets03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1 @@
close-active.png

View File

@ -0,0 +1 @@
hide-active.png

View File

@ -0,0 +1 @@
maximize-active.png

View File

@ -0,0 +1 @@
maximize-toggled-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
menu-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
shade-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
stick-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
stick-toggled-active.png

View File

@ -0,0 +1 @@
button-active.png

View File

@ -0,0 +1 @@
button-active.png

20
xfwm4-old,big/themerc Normal file
View File

@ -0,0 +1,20 @@
active_text_color=active_text_color_2
active_text_shadow_color=active_hilight_2
inactive_text_color=inactive_text_color_2
inactive_text_shadow_color=inactive_hilight_2
button_offset=2
button_spacing=0
frame_border_top=6
full_width_title=true
maximized_offset=0
show_app_icon=true
shadow_delta_height=20
shadow_delta_width=20
shadow_delta_x=20
shadow_delta_y=0
shadow_opacity=50
title_horizontal_offset=1
title_shadow_active=under
title_shadow_inactive=under
title_vertical_offset_active=1
title_vertical_offset_inactive=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1 @@
title-1-active.png

View File

@ -0,0 +1 @@
title-1-active.png

View File

@ -0,0 +1 @@
title-2-active.png

Some files were not shown because too many files have changed in this diff Show More