Add Unity and Xfce support

ubuntu/bionic
unknown 11 years ago
parent f53ed9caf0
commit a1adb3d111

@ -1,11 +1,11 @@
# Default theme for Lubuntu by The Lubuntu Artwork Team # Default theme for Lubuntu by The Lubuntu Artwork Team
# (Rafael Laguna and and Alexander Andjelkovic) # (Rafael Laguna and Alexander Andjelkovic)
# #
# More info at: https://launchpad.net/~lubuntu-art # More info at: https://launchpad.net/~lubuntu-art
[Icon Theme] [Icon Theme]
Name=Lubuntu Name=Lubuntu
Comment=Lubuntu default icon theme Comment=Default theme for Lubuntu
Inherits=elementary Inherits=elementary
Example=folder Example=folder

@ -0,0 +1,79 @@
style "sidepane"
{
GtkTreeView::vertical-separator = 2
base[NORMAL] = @bg_color
base[INSENSITIVE] = @bg_color
text[NORMAL] = mix (0.7, @text_color, @base_color)
text[ACTIVE] = @selected_fg_color
text[SELECTED] = @selected_fg_color
engine "pixmap" {
image {
function = FLAT_BOX
state = SELECTED
recolorable = TRUE
file = "images/sidebar_active.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
}
image {
function = FOCUS
recolorable = TRUE
file = "images/sidebar_active.png"
border = { 0, 0, 0, 0 }
stretch = TRUE
}
}
}
style "breadcrumbs"
{
xthickness = 9
ythickness = 4
ThunarLocationButtons::spacing = 0
engine "pixmap" {
image {
function = BOX
state = PRELIGHT
recolorable = TRUE
file = "images/breadcrumb_prelight.png"
border = { 4, 10, 0, 0 }
stretch = TRUE
}
image {
function = BOX
state = ACTIVE
file = "images/breadcrumb_active.png"
border = { 4, 10, 0, 0 }
stretch = TRUE
}
image {
function = BOX
state = INSENSITIVE
file = ""
border = { 0, 10, 0, 0 }
stretch = TRUE
}
image {
function = BOX
file = "thunar/breadcrumb_default.png"
border = { 4, 10, 0, 10 }
stretch = TRUE
}
}
}
widget_class "*ThunarLocationButtons*" style "breadcrumbs"
widget_class "*ThunarShortcutsView*" style "sidepane"
widget_class "*ThunarTreeView*" style "sidepane"
widget_class "*ThunarLocationEntry*" style "entry"
widget_class "*ThunarStatusbar*" style "resize-grip"
# Gtk2 Open-File Dialog
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "treeview-header"

@ -329,7 +329,7 @@ style "toolbar-button" = "notebook_button" {
style "menu" { style "menu" {
xthickness = 0 xthickness = 0
ythickness = 0 ythickness = 0
bg[NORMAL] = @base_color
engine "murrine" engine "murrine"
{ {
reliefstyle = 0 reliefstyle = 0
@ -695,3 +695,4 @@ include "assets/statusbar.rc"
include "assets/toolbar.rc" include "assets/toolbar.rc"
include "assets/pcmanfm.rc" include "assets/pcmanfm.rc"
include "assets/xfce4-notifyd.rc" include "assets/xfce4-notifyd.rc"
include "assets/thunar.rc"

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

@ -194,7 +194,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive,
to (@scrollslider_gradient_b)); to (@scrollslider_gradient_b));
background-color: @theme_base_color; background-color: @theme_base_color;
border-color: transparent; border-color: transparent;
border-radius: 10; border-radius: 10px;
border-width: 1px; border-width: 1px;
} }
@ -206,7 +206,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive,
to (shade (@scrollslider_gradient_b, 0.90))); to (shade (@scrollslider_gradient_b, 0.90)));
background-color: @theme_base_color; background-color: @theme_base_color;
border-color: transparent; border-color: transparent;
border-radius: 10; border-radius: 10px;
border-width: 1px; border-width: 1px;
} }
@ -218,7 +218,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive,
to (shade (@scrollslider_gradient_b, 0.80))); to (shade (@scrollslider_gradient_b, 0.80)));
background-color: @theme_base_color; background-color: @theme_base_color;
border-color: transparent; border-color: transparent;
border-radius: 10; border-radius: 10px;
border-width: 1px; border-width: 1px;
} }

@ -7,7 +7,8 @@
[Desktop Entry] [Desktop Entry]
Name=Lubuntu Name=Lubuntu
Type=X-GNOME-Metatheme Type=X-GNOME-Metatheme
Comment=FIXED theme for Lubuntu Comment=Default theme for Lubuntu
Encoding=UTF-8
[X-GNOME-Metatheme] [X-GNOME-Metatheme]
GtkTheme=Lubuntu GtkTheme=Lubuntu
@ -15,3 +16,5 @@ IconTheme=Lubuntu
CursorTheme=DMZ-Black CursorTheme=DMZ-Black
CursorSize=24 CursorSize=24
NotificationTheme=ubuntu NotificationTheme=ubuntu
MetacityTheme=Box-default
ButtonLayout=close,minimize,maximize:

Loading…
Cancel
Save