Skip to content

Commit

Permalink
16:29 Update - Fixes to GTK for LXDE and MATE - [3/3/2016]
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Mar 3, 2016
1 parent f088287 commit dc897b8
Show file tree
Hide file tree
Showing 51 changed files with 82 additions and 3,237 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ v0.9.2 (all themes; not Legacy) : Return to slimmer entry borders, new assets an
v0.9.3 (all themes; Legacy support terminated) : Fixes to the gnome-shell theme as well as to the dark variant for better visibility of pressed buttons on the toolbar.

v0.9.4 (all themes) : Added code for GNOME 3.18 increased compatibility, removed shadows for toolbar buttons for a cleaner look.

v0.9.5 (all themes) : Fixes for MATE and LXDE panels, MATE menu is now BLACK, fixes to toolbar buttons as well as notebook header color.
4 changes: 2 additions & 2 deletions Windows 10 Dark/gtk-2.0/Apps/gnome-panel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ style "panel" = "dark"
bg_pixmap[NORMAL] = "Panel/panel.png"
base[NORMAL] = "#000000"
base[ACTIVE] = "#000000"
bg[NORMAL] = "#1e1e1e"
bg[NORMAL] = "#1e1e1e"
bg[PRELIGHT] = "#066dc1"
bg[SELECTED] = "#066dc1"
text[NORMAL] = @fg_color_dark
text[ACTIVE] = "#ffffff"
text[ACTIVE] = @fg_color_dark


engine "murrine" {
Expand Down
16 changes: 16 additions & 0 deletions Windows 10 Dark/gtk-2.0/Apps/mate.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
style "mate-menu"
{
bg[NORMAL] = "#000000"
bg[PRELIGHT] = "#1f1f1f"
bg[SELECTED] = "#004D8C"
bg[INSENSITIVE] = "#1f1f1f"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
text[NORMAL] = @fg_color_dark
xthickness = 0
ythickness = 0
}

widget_class "*-menu*" style "mate-menu"
widget "*-menu*" style "mate-menu"
class "*-menu*" style "mate-menu"
2 changes: 1 addition & 1 deletion Windows 10 Dark/gtk-2.0/Apps/mintmenu.rc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ style "mintmenu-style"
{
bg_pixmap[NORMAL] = "Panel/bc.png"
fg[NORMAL] = @fg_color_dark
fg[ACTIVE] = shade (1.02, @fg_color)
fg[ACTIVE] = shade (1.02, @fg_color_dark)
fg[PRELIGHT] = @selected_fg_color
bg[PRELIGHT] = "#0f7bd1"
bg[ACTIVE] = "#0f7bd1"
Expand Down
22 changes: 0 additions & 22 deletions Windows 10 Dark/gtk-2.0/Apps/xfce.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ style "darktree"
}
widget "whiskermenu-window*TreeView*" style "darktree"

widget "matemenu-window*" style "darkback"

style "darktree"
{
base[NORMAL] = "#000000"
base[ACTIVE] = "#0b5a98"
text[NORMAL] = "#ccc"
text[ACTIVE] = "#fff"
}
widget "matemenu-window*TreeView*" style "darktree"

#Xfce-desktop text settings
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
Expand All @@ -41,14 +30,3 @@ fg[ACTIVE] = "#ffffff"

}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

style "panel"
{
bg[NORMAL] = "#000000"
xthickness = 0
ythickness = 0
}

widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
3 changes: 2 additions & 1 deletion Windows 10 Dark/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# date: January 27th, 2016
# description: Windows 10 Dark Granite color

gtk-color-scheme = "bg_color:#1F1F1F\nfg_color:#c9c9c9\nbase_color:#1f1f1f\ntext_color:#c9c9c9\nselected_bg_color:#004D8C\nselected_fg_color:#b5b5b5\ntooltip_bg_color:#1F1F1F\ntooltip_fg_color:#ffffff\ntitlebar_bg_color:#1F1F1F\ntitlebar_fg_color:#ffffff\nmenubar_bg_color:#1F1F1F\nmenubar_fg_color:#ffffff\ntoolbar_bg_color:#1f1f1f\ntoolbar_fg_color:#c9c9c9\nmenu_bg_color:#1f1f1f\nmenu_fg_color:#ffffff\npanel_bg_color:#1F1F1F\npanel_fg_color:#ffffff\nlink_color:#224ba0\nbg_color_dark:#000000\nfg_color_dark:#ffffff\ncheckradio_fg_color:#4c4c4c\nwindow-color:#0070da"
gtk-color-scheme = "bg_color:#1F1F1F\nfg_color:#c9c9c9\nbase_color:#1f1f1f\ntext_color:#c9c9c9\nselected_bg_color:#004D8C\nselected_fg_color:#b5b5b5\ntooltip_bg_color:#1F1F1F\ntooltip_fg_color:#ffffff\ntitlebar_bg_color:#1F1F1F\ntitlebar_fg_color:#ffffff\nmenubar_bg_color:#1F1F1F\nmenubar_fg_color:#ffffff\ntoolbar_bg_color:#1f1f1f\ntoolbar_fg_color:#c9c9c9\nmenu_bg_color:#1f1f1f\nmenu_fg_color:#ffffff\npanel_bg_color:#1F1F1F\npanel_fg_color:#ffffff\nlink_color:#224ba0\nbg_color_dark:#000000\nfg_color_dark:#ffffff\ncheckradio_fg_color:#4c4c4c"

# Scrollbar colors
gtk-color-scheme = "scrollthrough_bg_color:#e6e6e6\nscrollpress_bg_color:#808080\nscrollhover_bg_color:#cfcfcf\nscrollnorm_bg_color:#c6c6c6"
Expand Down Expand Up @@ -828,4 +828,5 @@ include "Apps/ff.rc"
include "Apps/gnome-panel.rc"
#include "Apps/panel-menus.rc"
include "Apps/mintmenu.rc"
include "Apps/mate.rc"
include "Apps/xfce.rc"
6 changes: 3 additions & 3 deletions Windows 10 Dark/gtk-3.0/apps/gnome-applications.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ WnckPager, WnckTasklist {
* nautilus *
************/
.nautilus-canvas-item {
border-radius: 2px;
border-radius: 0px;
}

.nautilus-desktop.nautilus-canvas-item {
Expand Down Expand Up @@ -233,7 +233,7 @@ GeditWindow .pane-separator:hover {
.gedit-document-panel .list-row .button {
padding: 1px;
border-image: none;
border-radius: 2px;
border-radius: 0px;
border-style: solid;
border-color: transparent;
border-width: 1px;
Expand Down Expand Up @@ -301,7 +301,7 @@ GeditStatusMenuButton.button:active {

GeditViewFrame .gedit-search-slider {
padding: 4px;
border-radius: 0 0 2px 2px;
border-radius: 0 0 0px 0px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: shade(@theme_base_color, 0.8);
Expand Down
2 changes: 1 addition & 1 deletion Windows 10 Dark/gtk-3.0/apps/granite-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.dynamic-notebook .notebook tab .entry {
border-radius: 2px;
border-radius: 0px;
padding: 4px 3px;
}

Expand Down
2 changes: 1 addition & 1 deletion Windows 10 Dark/gtk-3.0/apps/nemo.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NemoPathbarButton {
background-image: none;
color: @toolbar_fg_color;

-NemoPathbarButton-border-radius: 2px;
-NemoPathbarButton-border-radius: 0px;
}

NemoPathbarButton:active {
Expand Down
1 change: 0 additions & 1 deletion Windows 10 Dark/gtk-3.0/gtk-widgets-assets.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*Windows 10 Dark Assets */
/*Artwork by Maxime Doyen */

/*******************
* check and radio *
Expand Down
14 changes: 7 additions & 7 deletions Windows 10 Dark/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ GtkModelButton.button:selected {

.notebook.header {
border-width: 0;
background-color: shade(@theme_base_color, 0.85);
background-color: @theme_base_color;
}

.notebook.header.frame {
Expand Down Expand Up @@ -2358,7 +2358,7 @@ GtkColorButton.button {
.primary-toolbar .button:insensitive,
.toolbar .button:insensitive {
border-color: transparent;
background-color: shade(@toolbar_bg_color, 0.9);
background-color: @toolbar_bg_color;
background-image: none;
}

Expand Down Expand Up @@ -2702,18 +2702,18 @@ GtkColorButton.button {
.toolbar .button.raised.linked:active,
.toolbar .raised.linked .button:active,
.toolbar .linked .button:active {
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.9),
inset 1px 0 alpha(@dark_shadow, 0.07),
inset 0 1px alpha(@dark_shadow, 0.08),
inset 0 -1px alpha(@dark_shadow, 0.05);
box-shadow: inset 0 0 shade(@toolbar_bg_color, 0.9),
inset 0 0 alpha(@dark_shadow, 0.07),
inset 0 0 alpha(@dark_shadow, 0.08),
inset 0 0 alpha(@dark_shadow, 0.05);
}

.primary-toolbar .button.raised.linked:insensitive,
.primary-toolbar .raised.linked .button:insensitive,
.toolbar .button.raised.linked:insensitive,
.toolbar .raised.linked .button:insensitive,
.toolbar .linked .button:insensitive {
box-shadow: inset -1px 0 shade(@toolbar_bg_color, 0.85);
box-shadow: inset 0 0 shade(@toolbar_bg_color, 0.85);
}

/* remove box shadow from last-child and only-child */
Expand Down
2 changes: 1 addition & 1 deletion Windows 10 Dark/index.theme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type=X-GNOME-Metatheme
Name=Windows 10 Dark
Comment=Windows 10 UI for Linux OSes
Comment=Author : Christian Medel (Elbullazul)
Version=v0.9.2
Version=v0.9.5
Encoding=UTF-8

[X-GNOME-Metatheme]
Expand Down
4 changes: 2 additions & 2 deletions Windows 10 Dark/openbox-3/bullet.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define bullet_width 4
#define bullet_width 5
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
0x03, 0x06, 0x0c, 0x18, 0x0c, 0x06, 0x03 };
5 changes: 0 additions & 5 deletions Windows 10 Dark/openbox-3/desk.xbm

This file was deleted.

5 changes: 0 additions & 5 deletions Windows 10 Dark/openbox-3/desk_toggled.xbm

This file was deleted.

4 changes: 0 additions & 4 deletions Windows 10 Dark/openbox-3/max_disabled.xbm

This file was deleted.

5 changes: 0 additions & 5 deletions Windows 10 Dark/openbox-3/shade.xbm

This file was deleted.

5 changes: 0 additions & 5 deletions Windows 10 Dark/openbox-3/shade_toggled.xbm

This file was deleted.

2 changes: 2 additions & 0 deletions Windows 10 Dark/openbox-3/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ window.client.padding.width: 0

!! Miscellaneous settings
border.color: #171717
window.active.title.separator.color: #1f1f1f
window.inactive.title.separator.color: #1f1f1f

!! fonts
window.active.label.text.font: Sans:bold:size=10
Expand Down
2 changes: 1 addition & 1 deletion Windows 10 Light/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ background: #111;

.window-list-box {
spacing: 6px;
padding-top: -1px;
padding-top: 0;
}

.window-list-item-label {
Expand Down
4 changes: 2 additions & 2 deletions Windows 10 Light/gtk-2.0/Apps/gnome-panel.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ style "panel" = "dark"

bg_pixmap[NORMAL] = "Panel/panel.png"
base[NORMAL] = "#000000"
bg[NORMAL] = "#151515"
bg[NORMAL] = "#151515"
bg[PRELIGHT] = "#1f1f1f"
bg[SELECTED] = "#004D8C"
text[NORMAL] = @fg_color_dark

engine "murrine" {
colorize_scrollbar = TRUE
colorize_scrollbar = FALSE
}
}

Expand Down
16 changes: 16 additions & 0 deletions Windows 10 Light/gtk-2.0/Apps/mate.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
style "mate-menu"
{
bg[NORMAL] = "#000000"
bg[PRELIGHT] = "#1f1f1f"
bg[SELECTED] = "#004D8C"
bg[INSENSITIVE] = "#1f1f1f"
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
text[NORMAL] = @fg_color_dark
xthickness = 0
ythickness = 0
}

widget_class "*-menu*" style "mate-menu"
widget "*-menu*" style "mate-menu"
class "*-menu*" style "mate-menu"
11 changes: 0 additions & 11 deletions Windows 10 Light/gtk-2.0/Apps/xfce.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,3 @@ fg[ACTIVE] = "#ffffff"

}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"

style "panel"
{
bg[NORMAL] = "#000000"
xthickness = 0
ythickness = 0
}

widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
3 changes: 2 additions & 1 deletion Windows 10 Light/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# date: January 27th, 2016
# description: Windows 10 Default white color

gtk-color-scheme = "bg_color:#ffffff\nfg_color:#4c4c4c\nbase_color:#ffffff\ntext_color:#4c4c4c\nselected_bg_color:#cce8ff\nselected_fg_color:#262626\ntooltip_bg_color:#ffffff\ntooltip_fg_color:#4c4c4c\ntitlebar_bg_color:#ffffff\ntitlebar_fg_color:#4c4c4c\nmenubar_bg_color:#ffffff\nmenubar_fg_color:#4c4c4c\ntoolbar_bg_color:#ffffff\ntoolbar_fg_color:#4c4c4c\nmenu_bg_color:#ffffff\nmenu_fg_color:#4c4c4c\npanel_bg_color:#b5adad\npanel_fg_color:#ffffff\nlink_color:#224ba0\nprogressbar_color:#06B025\nbg_color_dark:#000000\nfg_color_dark:#b7b7b7"
gtk-color-scheme = "bg_color:#ffffff\nfg_color:#4c4c4c\nbase_color:#ffffff\ntext_color:#4c4c4c\nselected_bg_color:#cce8ff\nselected_fg_color:#262626\ntooltip_bg_color:#ffffff\ntooltip_fg_color:#4c4c4c\ntitlebar_bg_color:#ffffff\ntitlebar_fg_color:#4c4c4c\nmenubar_bg_color:#ffffff\nmenubar_fg_color:#4c4c4c\ntoolbar_bg_color:#ffffff\ntoolbar_fg_color:#4c4c4c\nmenu_bg_color:#ffffff\nmenu_fg_color:#4c4c4c\npanel_bg_color:#b5adad\npanel_fg_color:#ffffff\nlink_color:#224ba0\nbg_color_dark:#000000\nfg_color_dark:#b7b7b7"

# Default Style

Expand Down Expand Up @@ -815,4 +815,5 @@ include "Apps/ff.rc"
include "Apps/gnome-panel.rc"
#include "Apps/panel-menus.rc"
include "Apps/mintmenu.rc"
include "Apps/mate.rc"
include "Apps/xfce.rc"
Loading

0 comments on commit dc897b8

Please sign in to comment.