224 lines
5.5 KiB
Plaintext
224 lines
5.5 KiB
Plaintext
# Theme: Azel Reborn
|
|
# Author: SkiesOfAzel
|
|
# License: GPL
|
|
|
|
gtk_color_scheme = "bg_color:#f0f0f1\nselected_bg_color:#A9B7C4\nbase_color:#FFFFFF" # Background, base
|
|
gtk_color_scheme = "fg_color:#4D4D4D\nselected_fg_color:#FFFFFF\ntext_color:#4D4D4D" # Foreground, text
|
|
gtk_color_scheme = "sidebar_color:#e2e2e2" # Sidebar
|
|
gtk_color_scheme = "tooltip_bg_color:#000\ntooltip_fg_color:#FFF" # Tooltips
|
|
gtk_color_scheme = "link_color:#08c" # Hyperlinks
|
|
gtk_color_scheme = "frame_color:#f0f0f1\ninactive_frame_color:#f0f0f1" # Fix for Chrome
|
|
gtk_color_scheme = "bg_color_dark:#383838\ntext_color_dark:#FFFFFF" # Dark colors
|
|
|
|
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" # Set icon size for button without text
|
|
gtk-button-images = 0 # Disables icons for buttons with text
|
|
gtk-toolbar-style = 0 # Disables text in toolbar
|
|
gtk-auto-mnemonics = 1 # Disables ugly lines under menu items
|
|
|
|
|
|
style "default"
|
|
{
|
|
GnomeHRef ::link_color = @link_color
|
|
GtkHTML ::link-color = @link_color
|
|
GtkIMHtmlr ::hyperlink-color = @link_color
|
|
GtkIMHtml ::hyperlink-color = @link_color
|
|
GtkWidget ::link-color = @link_color
|
|
GtkWidget ::visited-link-color = @text_color
|
|
|
|
GtkButton ::child-displacement-x = 1
|
|
GtkButton ::child-displacement-y = 1
|
|
GtkButton ::default-border = { 0, 0, 0, 0 }
|
|
|
|
GtkCheckButton ::indicator-size = 15
|
|
|
|
GtkEntry ::honors-transparent-bg-hint = 1
|
|
GtkEntry ::progress-border = { 3, 3, 3, 3 }
|
|
GtkEntry ::state-hint = 0
|
|
|
|
GtkImage ::x-ayatana-indicator-dynamic = 1
|
|
|
|
GtkMenu ::horizontal-padding = 0
|
|
GtkMenu ::vertical-padding = 0
|
|
|
|
GtkMenuBar ::internal-padding = 0
|
|
GtkMenuBar ::window-dragging = 1
|
|
|
|
|
|
GtkPaned ::handle-size = 6
|
|
|
|
GtkExpander ::expander-size = 13
|
|
GtkToolbar ::internal-padding = 0
|
|
GtkTreeView ::expander-size = 13
|
|
GtkTreeView ::vertical-separator = 0
|
|
|
|
GtkWidget ::new-tooltip-style = 1
|
|
GtkWidget ::focus-line-width = 1
|
|
GtkWidget ::focus-padding = 0
|
|
GtkWidget ::interior-focus = 0
|
|
GtkWidget ::focus-padding = 0
|
|
|
|
# GtkScrolledWindow::shadow_type = GTK_SHADOW_NONE
|
|
GtkMenuBar::shadow_type = GTK_SHADOW_NONE
|
|
GtkToolbar::shadow_type = GTK_SHADOW_NONE
|
|
GtkStatusbar::shadow_type = GTK_SHADOW_NONE
|
|
# GtkMenu::shadow_type = GTK_SHADOW_NONE
|
|
# GtkFrame::shadow_type = GTK_SHADOW_NONE
|
|
|
|
base[NORMAL] = @base_color
|
|
base[PRELIGHT] = shade (0.95, @bg_color)
|
|
base[ACTIVE] = shade (0.92, @selected_bg_color)
|
|
base[SELECTED] = shade (0.93, @selected_bg_color)
|
|
base[INSENSITIVE] = @bg_color
|
|
|
|
bg[NORMAL] = @bg_color
|
|
bg[PRELIGHT] = shade (1.02, @bg_color)
|
|
bg[SELECTED] = @selected_bg_color
|
|
bg[INSENSITIVE] = @bg_color
|
|
bg[ACTIVE] = shade (1.04, @bg_color)
|
|
|
|
fg[NORMAL] = @fg_color
|
|
fg[PRELIGHT] = @fg_color
|
|
fg[SELECTED] = @fg_color
|
|
fg[ACTIVE] = @fg_color
|
|
fg[INSENSITIVE] = darker (@bg_color)
|
|
|
|
text[NORMAL] = @text_color
|
|
text[PRELIGHT] = @text_color
|
|
text[ACTIVE] = @selected_fg_color
|
|
text[SELECTED] = @selected_fg_color
|
|
text[INSENSITIVE] = darker (@bg_color)
|
|
|
|
xthickness = 3
|
|
ythickness = 3
|
|
|
|
engine "pixmap"
|
|
{
|
|
image
|
|
{
|
|
function = FOCUS
|
|
recolorable = TRUE
|
|
file = "Fixes/none.png"
|
|
border = { 0, 0, 0, 0}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = HANDLE
|
|
recolorable = TRUE
|
|
overlay_file = "Handles/v1.png"
|
|
overlay_stretch = FALSE
|
|
orientation = HORIZONTAL
|
|
}
|
|
image
|
|
{
|
|
function = HANDLE
|
|
recolorable = TRUE
|
|
overlay_file = "Handles/h1.png"
|
|
overlay_stretch = FALSE
|
|
orientation = VERTICAL
|
|
}
|
|
image
|
|
{
|
|
function = VLINE
|
|
recolorable = TRUE
|
|
file = "Lines/line-v.png"
|
|
border = { 0, 0, 0, 0}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = HLINE
|
|
recolorable = TRUE
|
|
file = "Lines/line-h.png"
|
|
border = { 0, 0, 0, 0}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = SHADOW
|
|
shadow = IN
|
|
recolorable = TRUE
|
|
file = "Shadows/shadow-etched-in.png"
|
|
border = { 5, 5, 5, 6}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = SHADOW
|
|
shadow = OUT
|
|
recolorable = TRUE
|
|
file = "Shadows/shadow-out.png"
|
|
border = { 2, 2, 2, 2}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = SHADOW
|
|
shadow = ETCHED_IN
|
|
recolorable = TRUE
|
|
file = "Shadows/shadow-etched-in.png"
|
|
border = { 5, 5, 5, 6}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = SHADOW
|
|
shadow = ETCHED_OUT
|
|
recolorable = TRUE
|
|
file = "Shadows/shadow-etched-out.png"
|
|
border = { 3, 3, 3, 3}
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-up.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = UP
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-down.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = DOWN
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-left.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = LEFT
|
|
}
|
|
image
|
|
{
|
|
function = ARROW
|
|
recolorable = TRUE
|
|
overlay_file = "Arrows/arrow-right.png"
|
|
overlay_border = { 0, 0, 0, 0}
|
|
overlay_stretch = FALSE
|
|
arrow_direction = RIGHT
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
class "GtkWidget" style "default"
|
|
|
|
include "settings.rc"
|
|
|
|
include "Apps/chrome.rc"
|
|
include "Apps/deluge.rc"
|
|
include "Apps/im.rc"
|
|
include "Apps/gnome-terminal.rc"
|
|
include "Apps/inkscape.rc"
|
|
include "Apps/mintmenu.rc"
|
|
include "Apps/cardapio.rc"
|
|
include "Styles/fixes.rc"
|