Adding changes from https://www.reddit.com/r/unixporn/comments/68i7ut/xfce_classic_redmond_grey_theme_updated/
|
@ -53,11 +53,17 @@ style "standard-default"
|
||||||
bg[PRELIGHT] = @bg_color
|
bg[PRELIGHT] = @bg_color
|
||||||
bg[SELECTED] = @selected_bg_color #{ 0.04, 0.14, 0.41 }
|
bg[SELECTED] = @selected_bg_color #{ 0.04, 0.14, 0.41 }
|
||||||
|
|
||||||
base[ACTIVE] = @selected_bg_color
|
# base[ACTIVE] = @selected_bg_color
|
||||||
base[INSENSITIVE] = @bg_color #{ 0.83, 0.81, 0.78 }
|
# base[INSENSITIVE] = @bg_color #{ 0.83, 0.81, 0.78 }
|
||||||
base[NORMAL] = @base_color
|
# base[NORMAL] = @base_color
|
||||||
base[PRELIGHT] = @selected_bg_color
|
# base[PRELIGHT] = @selected_bg_color
|
||||||
base[SELECTED] = @selected_bg_color
|
# base[SELECTED] = @selected_bg_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)
|
||||||
|
|
||||||
text[ACTIVE] = shade (0.9,@selected_fg_color)
|
text[ACTIVE] = shade (0.9,@selected_fg_color)
|
||||||
text[INSENSITIVE] = shade (0.7,@bg_color) # shade (2.9,@fg_color)
|
text[INSENSITIVE] = shade (0.7,@bg_color) # shade (2.9,@fg_color)
|
||||||
|
@ -433,12 +439,12 @@ engine "pixmap" {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#engine "xfce"
|
#engine "xfce"
|
||||||
#{
|
#{
|
||||||
# smooth_edge = false
|
# smooth_edge = false
|
||||||
# grip_style = none
|
# grip_style = none
|
||||||
#
|
#
|
||||||
#}
|
#}
|
||||||
|
|
||||||
#engine "redmond95" {} #this gets rid of the black border around menu items etc
|
#engine "redmond95" {} #this gets rid of the black border around menu items etc
|
||||||
|
|
||||||
|
@ -446,6 +452,9 @@ engine "pixmap" {
|
||||||
|
|
||||||
class "GtkWidget" style "standard-default"
|
class "GtkWidget" style "standard-default"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
style "standard-menu"
|
style "standard-menu"
|
||||||
{
|
{
|
||||||
bg[PRELIGHT] = @selected_bg_color
|
bg[PRELIGHT] = @selected_bg_color
|
||||||
|
@ -507,6 +516,35 @@ style "standard-option-menu"
|
||||||
|
|
||||||
class "GtkOptionMenu" style "standard-option-menu"
|
class "GtkOptionMenu" style "standard-option-menu"
|
||||||
|
|
||||||
|
style "gnome-color-chooser-tooltips"
|
||||||
|
{
|
||||||
|
bg[NORMAL] = "#ffffe1"
|
||||||
|
fg[NORMAL] = "#000000"
|
||||||
|
}
|
||||||
|
widget "gtk-tooltip*" style "gnome-color-chooser-tooltips"
|
||||||
|
|
||||||
|
style "xfdesktop-icon-view" {
|
||||||
|
XfdesktopIconView::label-radius = 0.99 #Enable this if you want a small shadow behind text.
|
||||||
|
XfdesktopIconView::label-alpha = 0
|
||||||
|
XfdesktopIconView::selected-label-alpha = 255
|
||||||
|
# XfdesktopIconView::shadow-x-offset = 0 #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::shadow-y-offset = 1 #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::selected-shadow-x-offset = 0 #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::selected-shadow-y-offset = 1 #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::shadow-color = "#000000" #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::selected-shadow-color = "#000000" #Enable these if you want a big shadow behind text
|
||||||
|
# XfdesktopIconView::shadow-blur-radius = 2 #Enable these if you want a big shadow behind text
|
||||||
|
XfdesktopIconView::cell-spacing = 2
|
||||||
|
XfdesktopIconView::cell-padding = 6
|
||||||
|
XfdesktopIconView::cell-text-width-proportion = 1.9
|
||||||
|
|
||||||
|
fg[NORMAL] = @selected_fg_color
|
||||||
|
fg[ACTIVE] = @selected_fg_color
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||||
|
|
||||||
|
|
||||||
include "tabwin.rc"
|
include "tabwin.rc"
|
||||||
include "panel.rc"
|
include "panel.rc"
|
||||||
|
@ -517,3 +555,4 @@ include "menu_item.rc"
|
||||||
include "slider.rc"
|
include "slider.rc"
|
||||||
include "toolbutton.rc"
|
include "toolbutton.rc"
|
||||||
include "tabs.rc"
|
include "tabs.rc"
|
||||||
|
include "menubar.rc"
|
|
@ -1,7 +1,7 @@
|
||||||
style "menu_item"
|
style "menu_item"
|
||||||
{
|
{
|
||||||
xthickness = 0
|
# xthickness = 0
|
||||||
ythickness = 0
|
# ythickness = 0
|
||||||
|
|
||||||
# HACK: Gtk doesn't actually read this value
|
# HACK: Gtk doesn't actually read this value
|
||||||
# while rendering the menu items, but Libreoffice
|
# while rendering the menu items, but Libreoffice
|
||||||
|
@ -11,7 +11,7 @@ style "menu_item"
|
||||||
# highlight. The price to pay is black text on menus as well,
|
# highlight. The price to pay is black text on menus as well,
|
||||||
# but at least it's readable.
|
# but at least it's readable.
|
||||||
# See https://bugs.freedesktop.org/show_bug.cgi?id=38038
|
# See https://bugs.freedesktop.org/show_bug.cgi?id=38038
|
||||||
bg[SELECTED] = @selected_fg_color
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
|
||||||
bg[PRELIGHT] = @selected_bg_color
|
bg[PRELIGHT] = @selected_bg_color
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
|
|
|
@ -0,0 +1,36 @@
|
||||||
|
########################################################################
|
||||||
|
# Menubar
|
||||||
|
########################################################################
|
||||||
|
|
||||||
|
style "menubar"
|
||||||
|
{
|
||||||
|
### Menubar ###
|
||||||
|
engine "pixmap"
|
||||||
|
{
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
file = "menubar/menubar.png"
|
||||||
|
border = {3, 3, 3, 3}
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
style "menu"
|
||||||
|
{
|
||||||
|
### Menu ###
|
||||||
|
engine "pixmap"
|
||||||
|
{
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
file = "menubar/menu.png"
|
||||||
|
border = {3, 3, 3, 3}
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class "GtkMenuBar*" style "menubar"
|
||||||
|
class "GtkMenu" style "menu"
|
After Width: | Height: | Size: 158 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 124 B |
|
@ -110,13 +110,13 @@ style "panel"
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
class "*Mail*" style "panel"
|
class "*Mail*" style "panel"
|
||||||
class "*notif*" style "panel"
|
#class "*notif*" style "panel"
|
||||||
class "*Notif*" style "panel"
|
#class "*Notif*" style "panel"
|
||||||
class "*Tray*" style "panel"
|
class "*Tray*" style "panel"
|
||||||
class "*tray*" style "panel"
|
class "*tray*" style "panel"
|
||||||
widget_class "*Mail*" style "panel"
|
widget_class "*Mail*" style "panel"
|
||||||
widget_class "*notif*" style "panel"
|
#widget_class "*notif*" style "panel"
|
||||||
widget_class "*Notif*" style "panel"
|
#widget_class "*Notif*" style "panel"
|
||||||
widget_class "*Tray*" style "panel"
|
widget_class "*Tray*" style "panel"
|
||||||
widget_class "*tray*" style "panel"
|
widget_class "*tray*" style "panel"
|
||||||
widget_class "*BonoboDockItem" style "panel"
|
widget_class "*BonoboDockItem" style "panel"
|
||||||
|
@ -467,3 +467,5 @@ style "whiskerbutton"
|
||||||
|
|
||||||
widget "whiskermenu-button*" style "whiskerbutton"
|
widget "whiskermenu-button*" style "whiskerbutton"
|
||||||
#widget "*Xfce*Panel*isker" style "whiskerbutton"
|
#widget "*Xfce*Panel*isker" style "whiskerbutton"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,468 @@
|
||||||
|
#############################################################
|
||||||
|
#SLICKNESS PANEL SETTINGS
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#THIS FIXES THE STANDARD SHUTDOWN-DIALOG ON GNOME
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
style "fix"
|
||||||
|
{
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
#bg_pixmap[NORMAL] = "shadows/window-bg.png"
|
||||||
|
}
|
||||||
|
|
||||||
|
class "*Panel*" style "fix"
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
style "panel"
|
||||||
|
{
|
||||||
|
|
||||||
|
fg[NORMAL] = "#000000" #TEXT ON NORMAL PANEL BUTTONS
|
||||||
|
fg[PRELIGHT] = "#000000" #TEXT ON MOUSEOVERED PANEL BUTTONS
|
||||||
|
fg[ACTIVE] = "#000000" #TEXT ON ACTIVE PANEL BUTTON
|
||||||
|
fg[SELECTED] = "#000000"
|
||||||
|
fg[INSENSITIVE] = "#000000"
|
||||||
|
# bg[SELECTED] = "#000000"
|
||||||
|
bg_pixmap[NORMAL] = "panel/panel-bg2.png"
|
||||||
|
# bg_pixmap[ACTIVE] = "panel/panel-bg2.png"
|
||||||
|
# bg_pixmap[SELECTED] = "panel/panel-bg2.png"
|
||||||
|
# bg_pixmap[INSENSITIVE] = "panel/panel-bg2.png"
|
||||||
|
# bg_pixmap[PRELIGHT] = "panel/panel-bg2.png"
|
||||||
|
|
||||||
|
xthickness = 4
|
||||||
|
ythickness = 2
|
||||||
|
|
||||||
|
GtkWidget::focus_padding = 2
|
||||||
|
|
||||||
|
engine "pixmap" {
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = NORMAL
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
shadow = OUT
|
||||||
|
recolorable = TRUE
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = ACTIVE
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = INSENSITIVE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = SELECTED
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#Tray
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
class "*Mail*" style "panel"
|
||||||
|
#class "*notif*" style "panel"
|
||||||
|
#class "*Notif*" style "panel"
|
||||||
|
class "*Tray*" style "panel"
|
||||||
|
class "*tray*" style "panel"
|
||||||
|
widget_class "*Mail*" style "panel"
|
||||||
|
#widget_class "*notif*" style "panel"
|
||||||
|
#widget_class "*Notif*" style "panel"
|
||||||
|
widget_class "*Tray*" style "panel"
|
||||||
|
widget_class "*tray*" style "panel"
|
||||||
|
widget_class "*BonoboDockItem" style "panel"
|
||||||
|
class "*BonoboDockItem" style "panel"
|
||||||
|
widget "*TrayIcon*" style "panel"
|
||||||
|
class "*Panel*Applet*" style "panel"
|
||||||
|
widget_class "*Panel*GtkToggleButton" style "panel"
|
||||||
|
widget_class "*Panel*GtkButton" style "panel"
|
||||||
|
widget_class "*.Panel*Button*GtkLabel" style "panel"
|
||||||
|
widget_class "*.Panel*GtkLabel" style "panel"
|
||||||
|
widget "*PanelWidget*" style "panel"
|
||||||
|
widget "*PanelApplet*" style "panel"
|
||||||
|
#############################################################
|
||||||
|
#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME
|
||||||
|
#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX
|
||||||
|
#FOR THIS INFORMATION!!!!!!
|
||||||
|
#############################################################
|
||||||
|
# THANKS TO merlwiz79 FOR THESE FIXES
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
widget_class "*Netstatus*" style "panel"
|
||||||
|
widget_class "*Tomboy*Tray*" style "panel"
|
||||||
|
widget "*fast-user-switch*" style "panel"
|
||||||
|
widget_class "*PanelToplevel*" style "panel"
|
||||||
|
class "Xfce*Panel*" style "panel"
|
||||||
|
widget_class "*Xfce*Panel*" style "panel"
|
||||||
|
widget_class "*PanelApplet*" style "panel"
|
||||||
|
widget_class "*PanelWidget*" style "panel"
|
||||||
|
widget_class "*computertemp*" style "panel"
|
||||||
|
widget_class "*Applet*Tomboy*" style "panel"
|
||||||
|
widget_class "*Applet*Netstatus*" style "panel"
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL
|
||||||
|
#USE PANEL STYLE
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
|
||||||
|
style "panelbar"
|
||||||
|
{
|
||||||
|
|
||||||
|
xthickness = 5
|
||||||
|
ythickness = 2
|
||||||
|
|
||||||
|
engine "pixmap"
|
||||||
|
{
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
state = NORMAL
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5 , 5 , 5 , 5}
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
state = ACTIVE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5 , 5 , 5 , 5}
|
||||||
|
stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
state = INSENSITIVE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5 , 5 , 5 , 5}
|
||||||
|
stretch = FALSE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
state = PRELIGHT
|
||||||
|
recolorable = TRUE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5 , 5 , 5 , 5}
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
style "panelbuttons"
|
||||||
|
{
|
||||||
|
xthickness = 5
|
||||||
|
ythickness = 2
|
||||||
|
|
||||||
|
GtkWidget::focus_padding = 2
|
||||||
|
|
||||||
|
engine "pixmap" {
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = NORMAL
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
shadow = OUT
|
||||||
|
recolorable = TRUE
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = ACTIVE
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = INSENSITIVE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = SELECTED
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 5, 5, 5, 5 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE
|
||||||
|
#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
widget "*tasklist*" style "panelbuttons"
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# THANKS TO merlwiz79 FOR THESE FIXES
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
|
||||||
|
widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons"
|
||||||
|
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
style "paneltogglebuttons"
|
||||||
|
{
|
||||||
|
xthickness = 5
|
||||||
|
ythickness = 2
|
||||||
|
|
||||||
|
GtkWidget::focus_padding = 2
|
||||||
|
|
||||||
|
engine "pixmap" {
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = NORMAL
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
shadow = OUT
|
||||||
|
recolorable = TRUE
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
shadow = IN
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = ACTIVE
|
||||||
|
file = "panel/panel-button-active.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = INSENSITIVE
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = SELECTED
|
||||||
|
file = "panel/panel-bg.png"
|
||||||
|
border = { 3, 3, 3, 3 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
widget_class "*PanelToplevel*Button" style "paneltogglebuttons"
|
||||||
|
widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons"
|
||||||
|
|
||||||
|
style "whiskerbutton"
|
||||||
|
{
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
GtkWidget::focus_padding = 1
|
||||||
|
engine "pixmap"
|
||||||
|
{
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
detail = "buttondefault"
|
||||||
|
file = "Others/null.png"
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = NORMAL
|
||||||
|
file = "Others/null.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
shadow = OUT
|
||||||
|
recolorable = TRUE
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "Others/null.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
shadow = IN
|
||||||
|
state = PRELIGHT
|
||||||
|
file = "Others/null.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = ACTIVE
|
||||||
|
file = "panel/start-button-shade.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = INSENSITIVE
|
||||||
|
file = "Others/null.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
|
||||||
|
image
|
||||||
|
{
|
||||||
|
function = BOX
|
||||||
|
recolorable = TRUE
|
||||||
|
state = SELECTED
|
||||||
|
file = "Others/null.png"
|
||||||
|
border = { 0, 0, 0, 0 }
|
||||||
|
stretch = TRUE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
widget "*applicationmenu-button" style "whiskerbutton" #for the application menu button.
|
||||||
|
widget "*whiskermenu-button" style "whiskerbutton" #for Whisker menu button.
|
||||||
|
#widget "*Xfce*Panel*isker" style "whiskerbutton"
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 704 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 7.4 KiB |
|
@ -2588,7 +2588,7 @@ GtkColorButton.button {
|
||||||
***********/
|
***********/
|
||||||
.tooltip
|
.tooltip
|
||||||
{
|
{
|
||||||
border-width: 3px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #000;
|
border-color: #000;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
@ -3194,8 +3194,6 @@ GtkBubbleWindow .toolbar {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.window-frame,
|
.window-frame,
|
||||||
.window-frame:backdrop {
|
.window-frame:backdrop {
|
||||||
|
|
||||||
|
@ -3222,7 +3220,7 @@ GtkBubbleWindow .toolbar {
|
||||||
/* Client-side Decorations (CSD)*/
|
/* Client-side Decorations (CSD)*/
|
||||||
.window-frame.csd.tooltip {
|
.window-frame.csd.tooltip {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0 0 0;
|
border: 1px solid black;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
@define-color text_color #000000;
|
@define-color text_color #000000;
|
||||||
@define-color selected_bg_color #000080;
|
@define-color selected_bg_color #000080;
|
||||||
@define-color selected_fg_color #ffffff;
|
@define-color selected_fg_color #ffffff;
|
||||||
@define-color tooltip_bg_color #ffffBf;
|
@define-color tooltip_bg_color #ffffe1;
|
||||||
@define-color tooltip_fg_color #000000;
|
@define-color tooltip_fg_color #000000;
|
||||||
|
|
||||||
/* dark color scheme */
|
/* dark color scheme */
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
/* misc colors used by gtk+ */
|
/* misc colors used by gtk+ */
|
||||||
@define-color info_fg_color @fg_color;
|
@define-color info_fg_color @fg_color;
|
||||||
@define-color info_bg_color #FFFFCC;
|
@define-color info_bg_color #ffffe1;
|
||||||
@define-color warning_fg_color @fg_color;
|
@define-color warning_fg_color @fg_color;
|
||||||
@define-color warning_bg_color #FFEDCC;
|
@define-color warning_bg_color #FFEDCC;
|
||||||
@define-color question_fg_color @info_fg_color;
|
@define-color question_fg_color @info_fg_color;
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
style "notify-window"
|
||||||
|
{
|
||||||
|
bg[NORMAL] = "#ffffe1"
|
||||||
|
XfceNotifyWindow::border-color = "#000000"
|
||||||
|
XfceNotifyWindow::border-radius = 10.0
|
||||||
|
XfceNotifyWindow::border-width = 1.0
|
||||||
|
}
|
||||||
|
class "XfceNotifyWindow" style "notify-window"
|
|
@ -1,33 +1,33 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_inactive_xpm[] = {
|
static char * close_inactive_xpm[] = {
|
||||||
"18 24 5 1",
|
"18 24 6 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000 s inactive_border_color",
|
". c #FFFFFF",
|
||||||
"+ c #FFFFFF s inactive_hilight_2",
|
"+ c #000000",
|
||||||
"@ c #D8D8D8 s inactive_color_2",
|
"@ c #EBEBEB",
|
||||||
"# c #B2B2B2 s inactive_shadow_2",
|
"# c #B2B2B2",
|
||||||
|
"$ c #D8D8D8",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" +++++++++++++++.",
|
" ...............+",
|
||||||
" +@@@@@@@@@@@@@#.",
|
" .@@@@@@@@@@@@@#+",
|
||||||
" +@@@@@@@@@@@@@#.",
|
" .@$$$$$$$$$$$$#+",
|
||||||
" +@@@..@@@@..@@#.",
|
" .@$$++$$$$++$$#+",
|
||||||
" +@@@@..@@..@@@#.",
|
" .@$$$++$$++$$$#+",
|
||||||
" +@@@@@....@@@@#.",
|
" .@$$$$++++$$$$#+",
|
||||||
" +@@@@@@..@@@@@#.",
|
" .@$$$$$++$$$$$#+",
|
||||||
" +@@@@@....@@@@#.",
|
" .@$$$$++++$$$$#+",
|
||||||
" +@@@@..@@..@@@#.",
|
" .@$$$++$$++$$$#+",
|
||||||
" +@@@..@@@@..@@#.",
|
" .@$$++$$$$++$$#+",
|
||||||
" +@@@@@@@@@@@@@#.",
|
" .@$$$$$$$$$$$$#+",
|
||||||
" +@@@@@@@@@@@@@#.",
|
" .@$$$$$$$$$$$$#+",
|
||||||
" +##############.",
|
" .##############+",
|
||||||
" ................",
|
" ++++++++++++++++",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" "};
|
" "};
|
||||||
|
|
||||||
|
|
|
@ -1,33 +1,33 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * hide_active_xpm[] = {
|
static char * hide_inactive_xpm[] = {
|
||||||
"16 24 5 1",
|
"16 24 6 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000 s inactive_border_color",
|
". c #FFFFFF",
|
||||||
"+ c #FFFFFF s inactive_hilight_2",
|
"+ c #000000",
|
||||||
"@ c #D8D8D8 s inactive_color_2",
|
"@ c #EBEBEB",
|
||||||
"# c #B2B2B2 s inactive_shadow_2",
|
"# c #B2B2B2",
|
||||||
|
"$ c #D8D8D8",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"+++++++++++++++.",
|
"...............+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@@@@@@@@@@@@@#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+@@.......@@@@#.",
|
".@$+++++++$$$$#+",
|
||||||
"+@@.......@@@@#.",
|
".@$+++++++$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+##############.",
|
".##############+",
|
||||||
"................",
|
"++++++++++++++++",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" "};
|
" "};
|
||||||
|
|
||||||
|
|
|
@ -1,33 +1,33 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_inactive_xpm[] = {
|
static char * maximize_inactive_xpm[] = {
|
||||||
"16 24 5 1",
|
"16 24 6 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000 s inactive_border_color",
|
". c #FFFFFF",
|
||||||
"+ c #FFFFFF s inactive_hilight_2",
|
"+ c #000000",
|
||||||
"@ c #D8D8D8 s inactive_color_2",
|
"@ c #EBEBEB",
|
||||||
"# c #B2B2B2 s inactive_shadow_2",
|
"# c #B2B2B2",
|
||||||
|
"$ c #D8D8D8",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"+++++++++++++++.",
|
"...............+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@@@@@@@@@@@@@#+",
|
||||||
"+@@.........@@#.",
|
".@$+++++++++$$#+",
|
||||||
"+@@.........@@#.",
|
".@$+++++++++$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.@@@@@@@.@@#.",
|
".@$+$$$$$$$+$$#+",
|
||||||
"+@@.........@@#.",
|
".@$+++++++++$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+##############.",
|
".##############+",
|
||||||
"................",
|
"++++++++++++++++",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" "};
|
" "};
|
||||||
|
|
||||||
|
|
|
@ -1,33 +1,33 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_toggled_inactive_xpm[] = {
|
static char * maximize_toggled_inactive_xpm[] = {
|
||||||
"16 24 5 1",
|
"16 24 6 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #000000 s inactive_border_color",
|
". c #FFFFFF",
|
||||||
"+ c #FFFFFF s inactive_hilight_2",
|
"+ c #000000",
|
||||||
"@ c #D8D8D8 s inactive_color_2",
|
"@ c #EBEBEB",
|
||||||
"# c #B2B2B2 s inactive_shadow_2",
|
"# c #B2B2B2",
|
||||||
|
"$ c #D8D8D8",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"+++++++++++++++.",
|
"...............+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@@@@@@@@@@@@@#+",
|
||||||
"+@@@@......@@@#.",
|
".@$$$++++++$$$#+",
|
||||||
"+@@@@......@@@#.",
|
".@$$$++++++$$$#+",
|
||||||
"+@@@@.@@@@.@@@#.",
|
".@$$$+$$$$+$$$#+",
|
||||||
"+@@......@.@@@#.",
|
".@$++++++$+$$$#+",
|
||||||
"+@@......@.@@@#.",
|
".@$++++++$+$$$#+",
|
||||||
"+@@.@@@@...@@@#.",
|
".@$+$$$$+++$$$#+",
|
||||||
"+@@.@@@@.@@@@@#.",
|
".@$+$$$$+$$$$$#+",
|
||||||
"+@@.@@@@.@@@@@#.",
|
".@$+$$$$+$$$$$#+",
|
||||||
"+@@......@@@@@#.",
|
".@$++++++$$$$$#+",
|
||||||
"+@@@@@@@@@@@@@#.",
|
".@$$$$$$$$$$$$#+",
|
||||||
"+##############.",
|
".##############+",
|
||||||
"................",
|
"++++++++++++++++",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
" "};
|
" "};
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,28 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * menu_active_xpm[] = {
|
static char * menu_active_xpm[] = {
|
||||||
"15 15 2 1",
|
"16 16 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #8CB754 s active_color_1",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@ c #C0C0FF s active_color_1",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$"};
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@"};
|
||||||
|
|
|
@ -1,20 +1,28 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * menu_active_xpm[] = {
|
static char * menu_inactive_xpm[] = {
|
||||||
"15 15 2 1",
|
"16 16 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #8CB754 s inactive_color_1",
|
"# c #C0C0C0 s inactive_color_2",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@ c #C0C0FF s inactive_color_1",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$"};
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@"};
|
||||||
|
|
|
@ -1,20 +1,28 @@
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * menu_pressed_xpm[] = {
|
static char * menu_active_xpm[] = {
|
||||||
"15 15 2 1",
|
"16 16 3 1",
|
||||||
" c None",
|
" c None",
|
||||||
"$ c #8CB754 s active_color_1",
|
"# c #C0C0C0 s active_color_2",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@ c #C0C0FF s active_color_1",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$",
|
"@@@@@@@@@@@@@@@@",
|
||||||
"$$$$$$$$$$$$$$$"};
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@",
|
||||||
|
"@@@@@@@@@@@@@@@@"};
|
||||||
|
|