Add Unity and Xfce support
This commit is contained in:
parent
f53ed9caf0
commit
a1adb3d111
@ -1,11 +1,11 @@
|
||||
# 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
|
||||
|
||||
[Icon Theme]
|
||||
Name=Lubuntu
|
||||
Comment=Lubuntu default icon theme
|
||||
Comment=Default theme for Lubuntu
|
||||
Inherits=elementary
|
||||
Example=folder
|
||||
|
||||
|
79
usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc
Normal file
79
usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc
Normal file
@ -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" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
|
||||
bg[NORMAL] = @base_color
|
||||
engine "murrine"
|
||||
{
|
||||
reliefstyle = 0
|
||||
@ -695,3 +695,4 @@ include "assets/statusbar.rc"
|
||||
include "assets/toolbar.rc"
|
||||
include "assets/pcmanfm.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));
|
||||
background-color: @theme_base_color;
|
||||
border-color: transparent;
|
||||
border-radius: 10;
|
||||
border-radius: 10px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
@ -206,7 +206,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive,
|
||||
to (shade (@scrollslider_gradient_b, 0.90)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: transparent;
|
||||
border-radius: 10;
|
||||
border-radius: 10px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
@ -218,7 +218,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive,
|
||||
to (shade (@scrollslider_gradient_b, 0.80)));
|
||||
background-color: @theme_base_color;
|
||||
border-color: transparent;
|
||||
border-radius: 10;
|
||||
border-radius: 10px;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Lubuntu
|
||||
Type=X-GNOME-Metatheme
|
||||
Comment=FIXED theme for Lubuntu
|
||||
Comment=Default theme for Lubuntu
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Lubuntu
|
||||
@ -15,3 +16,5 @@ IconTheme=Lubuntu
|
||||
CursorTheme=DMZ-Black
|
||||
CursorSize=24
|
||||
NotificationTheme=ubuntu
|
||||
MetacityTheme=Box-default
|
||||
ButtonLayout=close,minimize,maximize:
|
||||
|
Loading…
x
Reference in New Issue
Block a user