@ -0,0 +1,4 @@
|
||||
usr/share/lubuntu/images/1304-*
|
||||
usr/share/lubuntu/wallpapers/1304-*
|
||||
usr/share/lxdm/themes/1304-*
|
||||
usr/share/lxpanel/images/1304-*
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -1 +1 @@
|
||||
1210-logout-banner.png
|
||||
1304-logout-banner.png
|
@ -1 +1 @@
|
||||
1210-lubuntu-logo.png
|
||||
1304-lubuntu-logo.png
|
After Width: | Height: | Size: 372 KiB |
After Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 34 B |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 34 B |
After Width: | Height: | Size: 972 B |
@ -0,0 +1,235 @@
|
||||
<?xml version="1.0"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 2.12 -->
|
||||
<!-- interface-naming-policy project-wide -->
|
||||
<object class="GtkWindow" id="lxdm">
|
||||
<property name="decorated">False</property>
|
||||
<child>
|
||||
<object class="GtkVBox" id="vbox1">
|
||||
<property name="visible">True</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="time">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">1</property>
|
||||
<property name="xpad">12</property>
|
||||
<property name="ypad">12</property>
|
||||
<property name="single_line_mode">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment1">
|
||||
<property name="visible">True</property>
|
||||
<property name="xscale">0</property>
|
||||
<property name="yscale">0</property>
|
||||
<child>
|
||||
<object class="GtkVBox" id="vbox2">
|
||||
<property name="visible">True</property>
|
||||
<child>
|
||||
<object class="GtkImage" id="image1">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">login.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkAlignment" id="alignment2">
|
||||
<property name="visible">True</property>
|
||||
<property name="xscale">0</property>
|
||||
<property name="yscale">0</property>
|
||||
<child>
|
||||
<object class="GtkHBox" id="hbox3">
|
||||
<property name="visible">True</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="prompt">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">User:</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="login_entry">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="invisible_char">•</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEventBox" id="bottom_pane">
|
||||
<property name="visible">True</property>
|
||||
<property name="app_paintable">True</property>
|
||||
<property name="visible_window">False</property>
|
||||
<child>
|
||||
<object class="GtkHBox" id="bottom_hbox">
|
||||
<property name="visible">True</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkHBox" id="sessions_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="border_width">15</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkImage" id="image2">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">session.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Desktop:</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBox" id="sessions">
|
||||
<property name="visible">True</property>
|
||||
<property name="entry-text-column">0</property>
|
||||
<property name="has-entry">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkHBox" id="lang_box">
|
||||
<property name="visible">True</property>
|
||||
<property name="border_width">15</property>
|
||||
<property name="spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkImage" id="image3">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">lang.png</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label_lang">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Language:</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBox" id="lang">
|
||||
<property name="visible">True</property>
|
||||
<property name="entry-text-column">0</property>
|
||||
<property name="has-entry">True</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkHBox" id="hbox1">
|
||||
<property name="visible">True</property>
|
||||
<property name="border_width">15</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="label3">
|
||||
<property name="label" translatable="yes">Keyboard Layout:</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkComboBox" id="keyboard"/>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="exit">
|
||||
<property name="label">Exit</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="image">image4</property>
|
||||
<property name="relief">none</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="pack_type">end</property>
|
||||
<property name="position">3</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<object class="GtkImage" id="image4">
|
||||
<property name="visible">True</property>
|
||||
<property name="pixbuf">exit.png</property>
|
||||
</object>
|
||||
</interface>
|
@ -0,0 +1,50 @@
|
||||
style "back"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
shadow = NONE
|
||||
state = NORMAL
|
||||
file = "wall.png"
|
||||
stretch = TRUE
|
||||
detail = "base"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "time"
|
||||
{
|
||||
fg[NORMAL] = "#ffffff"
|
||||
font_name = "Ubuntu 10"
|
||||
}
|
||||
|
||||
style "prompt"
|
||||
{
|
||||
fg[NORMAL] = "#ffffff"
|
||||
font_name = "Ubuntu Bold 10"
|
||||
}
|
||||
|
||||
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
|
||||
style "bottom"
|
||||
{
|
||||
font_name = "Ubuntu 10"
|
||||
fg[NORMAL] = "#9E9D9B"
|
||||
engine "pixmap"
|
||||
{
|
||||
image
|
||||
{
|
||||
function = FLAT_BOX
|
||||
file = "shade.png"
|
||||
stretch = TRUE
|
||||
detail = "eventbox"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
widget "lxdm" style "back"
|
||||
widget "lxdm.*.time" style "time"
|
||||
widget "lxdm.*.prompt" style "prompt"
|
||||
widget "lxdm.*.bottom_pane" style "bottom"
|
||||
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"
|
@ -0,0 +1,5 @@
|
||||
[LXDM Theme]
|
||||
Name=Lubuntu
|
||||
Comment=Login theme for Lubuntu
|
||||
Author=神癒礁湖 (Rafael Laguna) <rafaellaguna@ubuntu.com>;
|
||||
License=GPL
|
After Width: | Height: | Size: 919 B |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 83 B |
After Width: | Height: | Size: 369 KiB |
@ -1 +1 @@
|
||||
1210-Lubuntu/
|
||||
1304-Lubuntu/
|
After Width: | Height: | Size: 231 B |
@ -1 +1 @@
|
||||
1204-lubuntu-background.png
|
||||
1304-lubuntu-background.png
|
@ -0,0 +1,102 @@
|
||||
########################################################################
|
||||
# Arrow
|
||||
########################################################################
|
||||
|
||||
style "arrow" {
|
||||
# UP
|
||||
engine "pixmap" {
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = PRELIGHT
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = ACTIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-active-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = INSENSITIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-up-ins-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = UP
|
||||
}
|
||||
|
||||
# DOWN
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = NORMAL
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = PRELIGHT
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = ACTIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-active-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
image
|
||||
{
|
||||
function = ARROW
|
||||
state = INSENSITIVE
|
||||
recolorable = TRUE
|
||||
overlay_file = "images/arrow-down-ins-combo.png"
|
||||
overlay_border = { 0, 0, 0, 0 }
|
||||
overlay_stretch = FALSE
|
||||
arrow_direction = DOWN
|
||||
}
|
||||
|
||||
image # used for dialog bg. in apps. like Inkscape
|
||||
{
|
||||
function = BOX
|
||||
recolorable = TRUE
|
||||
file = "images/null.png"
|
||||
border = { 2, 2, 2, 2 }
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkArrow*" style "arrow"
|
@ -0,0 +1,54 @@
|
||||
########################################################################
|
||||
# Button
|
||||
########################################################################
|
||||
|
||||
style "button"
|
||||
{
|
||||
engine "pixmap"
|
||||
{
|
||||
### Button ###
|
||||
|
||||
## Normal
|
||||
image { function = BOX
|
||||
state = NORMAL
|
||||
file = "images/button.png"
|
||||
border = {4, 4, 4, 4}
|
||||
stretch = TRUE }
|
||||
## Prelight
|
||||
image { function = BOX
|
||||
state = PRELIGHT
|
||||
file = "images/button-sel.png"
|
||||
border = {4, 4, 4, 4}
|
||||
stretch = TRUE }
|
||||
|
||||
## Insensitive
|
||||
image { function = BOX
|
||||
state = INSENSITIVE
|
||||
file = "images/button-ins.png"
|
||||
border = {4, 4, 4, 4}
|
||||
stretch = TRUE }
|
||||
|
||||
## Active
|
||||
image { function = BOX
|
||||
state = ACTIVE
|
||||
file = "images/button-pressed.png"
|
||||
border = {4, 4, 4, 4}
|
||||
stretch = TRUE }
|
||||
|
||||
### Focus ###
|
||||
image { function = FOCUS
|
||||
state = NORMAL
|
||||
file = "images/button.png"
|
||||
border = {4, 4, 4, 4}
|
||||
stretch = TRUE }
|
||||
}
|
||||
}
|
||||
|
||||
style "spinbutton" {
|
||||
engine "clearlooks" {
|
||||
hint = "spinbutton"
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkSpinButton" style "spinbutton"
|
||||
class "GtkButton*" style "button"
|
@ -0,0 +1,163 @@
|
||||
########################################################################
|
||||
# Check boxes
|
||||
########################################################################
|
||||
|
||||
style "check_box"
|
||||
{
|
||||
### Check box ###
|
||||
engine "pixmap"
|
||||
{
|
||||
## Normal
|
||||
image {
|
||||
function = CHECK
|
||||
state = NORMAL
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = NORMAL
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
## Prelight
|
||||
image {
|
||||
function = CHECK
|
||||
state = PRELIGHT
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-sel.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = PRELIGHT
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-sel.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-sel.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = PRELIGHT
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-sel.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
## Insensitive
|
||||
image {
|
||||
function = CHECK
|
||||
state = INSENSITIVE
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-ins.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = INSENSITIVE
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-ins.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = INSENSITIVE
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-ins.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = INSENSITIVE
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-ins.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
## Active
|
||||
image {
|
||||
function = CHECK
|
||||
state = ACTIVE
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-active.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
state = ACTIVE
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-active.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = ACTIVE
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box-active.png"
|
||||
overlay_stretch = FALSE
|
||||
}
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
state = ACTIVE
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed-active.png"
|
||||
overlay_stretch = FALSE }
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkCheckButton*" style "check_box"
|
||||
class "GtkCheckMenuItem*" style "check_box"
|
||||
|
||||
style "check_box_tree"
|
||||
{
|
||||
### Check box ###
|
||||
engine "pixmap"
|
||||
{
|
||||
image {
|
||||
function = CHECK
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = CHECK
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
shadow = OUT
|
||||
overlay_file = "images/c_box.png"
|
||||
overlay_stretch = FALSE }
|
||||
|
||||
image {
|
||||
function = OPTION
|
||||
shadow = IN
|
||||
overlay_file = "images/c_box-pressed.png"
|
||||
overlay_stretch = FALSE }
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkTreeView*" style "check_box_tree"
|
@ -0,0 +1,15 @@
|
||||
style "chrome-gtk-frame"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = "#dcdcdc"
|
||||
ChromeGtkFrame::inactive-frame-color = "#dcdcdc"
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = "#dcdcdc"
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = "#dcdcdc"
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = "#dcdcdc"
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = "#b0b0b0"
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = "#777777"
|
||||
|
||||
}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
@ -0,0 +1,35 @@
|
||||
########################################################################
|
||||
# Entry
|
||||
########################################################################
|
||||
|
||||
style "entry"
|
||||
{
|
||||
GtkWidget::interior_focus = 0
|
||||
GtkEntry::inner-border = {1, 1, 1, 1}
|
||||
|
||||
engine "pixmap"
|
||||
{
|
||||
### Entry ###
|
||||
image
|
||||
{
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
file = "images/entry.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
### Focus ###
|
||||
image
|
||||
{
|
||||
function = FOCUS
|
||||
detail = "entry"
|
||||
file = "images/entry-active.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkEntry*" style "entry"
|
||||
|
@ -0,0 +1,143 @@
|
||||
# Box theme for Lubuntu 12.10 Quantal Quetzal
|
||||
# Licensed as GPL2 / Open Source
|
||||
# Created by 神癒礁湖 (Rafael Laguna)
|
||||
|
||||
gtk_color_scheme = "fg_color:#333333"
|
||||
gtk_color_scheme = "bg_color:#e0e0e0"
|
||||
gtk_color_scheme = "base_color:#ffffff"
|
||||
gtk_color_scheme = "text_color:#333333"
|
||||
gtk_color_scheme = "selected_bg_color:#8FB2CF"
|
||||
gtk_color_scheme = "selected_fg_color:#ffffff"
|
||||
gtk_color_scheme = "tooltip_bg_color:#343330"
|
||||
gtk_color_scheme = "tooltip_fg_color:#E6E6E6"
|
||||
|
||||
include "scrollbar.rc"
|
||||
include "panel.rc"
|
||||
include "button.rc"
|
||||
include "arrow.rc"
|
||||
include "scale.rc"
|
||||
include "checkbox.rc"
|
||||
include "radio.rc"
|
||||
include "notebook.rc"
|
||||
include "progressbar.rc"
|
||||
include "entry.rc"
|
||||
include "statusbar.rc"
|
||||
include "toolbar.rc"
|
||||
include "menubar.rc"
|
||||
include "pcmanfm.rc"
|
||||
include "chromium.rc"
|
||||
|
||||
gtk-icon-sizes = "gtk-button=16,16"
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-font-name = "Ubuntu 9"
|
||||
gtk-icon-theme-name = "lubuntu"
|
||||
|
||||
style "default" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkMenuBar::internal-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
|
||||
GtkButton::child-displacement-x = 1
|
||||
GtkButton::child-displacement-y = 1
|
||||
GtkButton::default-border = { 0, 0, 0, 0 }
|
||||
GtkButton::image-spacing = 4
|
||||
GtkToolButton::icon-spacing = 4
|
||||
GtkCheckButton::indicator-size = 14
|
||||
GtkPaned::handle-size = 3
|
||||
GtkRange::trough-border = 1
|
||||
GtkRange::slider-width = 14
|
||||
GtkRange::stepper-size = 14
|
||||
GtkExpander::expander-size = 16
|
||||
GtkTreeView::expander-size = 14
|
||||
GtkTreeView::vertical-separator = 2
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
GtkEntry::progress-border = { 2, 2, 2, 2 }
|
||||
GtkNotebook::tab-overlap = -1
|
||||
GtkFrame::shadow-type = GTK_SHADOW_NONE
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||
GtkScrolledWindow ::scrollbar-spacing = 1
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @bg_color
|
||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
reliefstyle = 1
|
||||
menubarstyle = 0
|
||||
toolbarstyle = 1
|
||||
animation = FALSE
|
||||
radius = 3.0
|
||||
style = GUMMY
|
||||
hint = "use-hints"
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
style "scrolledwindow" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
GtkScrolledWindow ::scrollbars-within-bevel = 0
|
||||
GtkScrolledWindow ::scrollbar-spacing = 0
|
||||
engine "clearlooks"
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
style "wide" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
|
||||
style "comboboxentry" {
|
||||
engine "clearlooks" {
|
||||
hint = "comboboxentry"
|
||||
}
|
||||
}
|
||||
|
||||
style "frame_title" {
|
||||
fg[NORMAL] = lighter (@fg_color)
|
||||
}
|
||||
|
||||
|
||||
style "tooltips" {
|
||||
xthickness = 4
|
||||
ythickness = 4
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
}
|
||||
widget "gtk-tooltip*" style "tooltips"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "comboboxentry"
|
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 291 B |
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 679 B |
After Width: | Height: | Size: 290 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 234 B |
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 256 B |
After Width: | Height: | Size: 550 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 326 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 242 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 215 B |
After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 90 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 308 B |
After Width: | Height: | Size: 244 B |
After Width: | Height: | Size: 342 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 77 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 647 B |
After Width: | Height: | Size: 109 B |