summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2016-04-24 13:38:46 +0300
committerbionel <ionel.busuioc@gmail.com>2016-04-24 13:38:46 +0300
commitded3e5d50d2c324e2788d71e181d24a6190abb8e (patch)
treed9678f234218d1384f450cd846e3400c6320278c
parent333653ebc33561120ec0fd5bed7d9792d273a284 (diff)
status update2.1
-rw-r--r--Kogaion-daylight/gtk-2.0/gtkrc4
-rw-r--r--Kogaion-nighttime/gtk-2.0/gtkrc4
-rw-r--r--README.md15
-rw-r--r--to_review4
4 files changed, 15 insertions, 12 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc
index c51f6a0..d4f30df 100644
--- a/Kogaion-daylight/gtk-2.0/gtkrc
+++ b/Kogaion-daylight/gtk-2.0/gtkrc
@@ -437,7 +437,7 @@ style "murrine-panel" = "murrine-thin" {
bg[INSENSITIVE] = @panel_bg_color
fg[NORMAL] = @panel_fg_color
- fg[PRELIGHT] = shade (1.25, @selected_bg_color)
+ fg[PRELIGHT] = shade (1.25, @panel_fg_color)
fg[SELECTED] = shade (1.08, @panel_fg_color)
fg[ACTIVE] = @panel_fg_color
fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
@@ -449,7 +449,7 @@ style "murrine-panel" = "murrine-thin" {
base[INSENSITIVE] = @panel_bg_color
text[NORMAL] = @panel_fg_color
- text[PRELIGHT] = shade (1.25, @selected_bg_color)
+ text[PRELIGHT] = shade (1.25, @panel_fg_color)
text[SELECTED] = shade (1.08, @panel_fg_color)
text[ACTIVE] = @panel_fg_color
text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc
index 45f1e43..487cdf3 100644
--- a/Kogaion-nighttime/gtk-2.0/gtkrc
+++ b/Kogaion-nighttime/gtk-2.0/gtkrc
@@ -438,7 +438,7 @@ style "murrine-panel" = "murrine-thin" {
bg[INSENSITIVE] = @panel_bg_color
fg[NORMAL] = @panel_fg_color
- fg[PRELIGHT] = shade (1.75, @selected_bg_color)
+ fg[PRELIGHT] = shade (1.25, @panel_fg_color)
fg[SELECTED] = shade (1.08, @panel_fg_color)
fg[ACTIVE] = @panel_fg_color
fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
@@ -450,7 +450,7 @@ style "murrine-panel" = "murrine-thin" {
base[INSENSITIVE] = @panel_bg_color
text[NORMAL] = @panel_fg_color
- text[PRELIGHT] = shade (1.75, @selected_bg_color)
+ text[PRELIGHT] = shade (1.25, @panel_fg_color)
text[SELECTED] = shade (1.08, @panel_fg_color)
text[ACTIVE] = @panel_fg_color
text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
diff --git a/README.md b/README.md
index 934c276..4c62358 100644
--- a/README.md
+++ b/README.md
@@ -2,28 +2,31 @@
best to be viewed togheter with Numix-Circle icon theme
https://github.com/numixproject/numix-icon-theme-circle
-### Actual status: Ready for packaging
+### Actual status: bumping to v2.1 for alfa
+ in beta may jump to 3.0
#### metacity-1
- done
+ must be re-worked to fit with new xfwm
designed to automatically pick-up gtk colors
#### metacity-2
- done. added for easier customization.
+ must be re-worked to fit with new xfwm
designed to automatically pick-up gtk colors
#### xfwm
- done
+ updated 4/2/2016 - cleaner look
designed to automatically pick-up gtk colors
#### gtk2
- done (may be needed more code cleaning, hints added ..)
+ re-worked based on Numix GTK theme
+ https://github.com/numixproject/numix-gtk-theme
#### gtk3
done for now, fixes may be needed
+ based on Numix GTK theme
#### metacity-3
- WIP
+ WIP, waiting for more Gnome apps in repos ... may wait for a century
#### gnome-shell
N/A for the momment
diff --git a/to_review b/to_review
index 1850fb2..0b3b9b8 100644
--- a/to_review
+++ b/to_review
@@ -1,2 +1,2 @@
-NOTHING HERE
-
+gtk2 checkboxes may need some love
+postpone untill we find a solution without pixmap ...