Callisto-Debian の追加
356
Callisto-Debian/gtk-2.0/gtkrc
Normal file
@ -0,0 +1,356 @@
|
||||
#Callisto Debian | maia@tsundoku.ne.jp
|
||||
#Based on ClearlooksGray by Pakos | ja@pakos.biz
|
||||
|
||||
gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-small-toolbar=16,16:gtk-large-toolbar=16,16"
|
||||
gtk-menu-images = 1
|
||||
gtk-button-images = 1
|
||||
gtk-enable-accelts = 0
|
||||
gtk-enable-mnemonics = 0
|
||||
style "clearlooks-default"
|
||||
{
|
||||
GtkArrow ::arrow-scaling = 0.5
|
||||
GtkButton ::child-displacement-x = 0
|
||||
GtkButton ::child-displacement-y = 0
|
||||
GtkButton ::default-border = { 0, 0, 0, 0 }
|
||||
GtkCheckButton ::indicator-size = 14
|
||||
GtkPaned ::handle-size = 6
|
||||
GtkRange ::trough-border = 0
|
||||
GtkRange ::slider-width = 16
|
||||
GtkRange ::stepper-size = 16
|
||||
GtkScale ::slider-length = 20
|
||||
GtkScale ::trough-side-details = 1
|
||||
GtkScrollbar ::min-slider-length = 30
|
||||
GtkScrollbar ::has-backward-stepper = 1 # top - up arrow
|
||||
GtkScrollbar ::has-forward-stepper = 1 # bottom - down arrow
|
||||
GtkScrollbar ::has-secondary-backward-stepper = 1 # bottom - up arrow
|
||||
GtkScrollbar ::has-secondary-forward-stepper = 1 # top - down arrow
|
||||
GtkScrollbar ::arrow-scaling = 0.4
|
||||
GtkMenuBar ::internal-padding = 2
|
||||
GtkMenuItem ::arrow-scaling = 0.5
|
||||
GtkExpander ::expander-size = 14
|
||||
GtkToolbar ::internal-padding = 1
|
||||
GtkTreeView ::expander-size = 14
|
||||
GtkTreeView ::vertical-separator = 0
|
||||
GtkMenu ::horizontal-padding = 3
|
||||
GtkMenu ::vertical-padding = 3
|
||||
WnckTasklist ::fade-overlay-rect = 0
|
||||
GtkButton ::focus-padding = 1
|
||||
GtkScrolledWindow ::scrollbar-spacing = 2
|
||||
GtkStatusbar ::shadow_type = GTK_SHADOW_NONE
|
||||
GtkToolbar ::shadow-type = GTK_SHADOW_NONE
|
||||
GtkMenuBar ::shadow-type = GTK_SHADOW_NONE
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = "#222222"
|
||||
fg[PRELIGHT] = "#222222"
|
||||
fg[SELECTED] = "#222222"
|
||||
fg[ACTIVE] = "#222222"
|
||||
fg[INSENSITIVE] = "#999999"
|
||||
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#d6d6d6"
|
||||
bg[SELECTED] = "#222222"
|
||||
bg[INSENSITIVE] = "#d6d6d6"
|
||||
bg[ACTIVE] = "#d6d6d6"
|
||||
|
||||
base[NORMAL] = "#eeeeee"
|
||||
base[PRELIGHT] = "#eeeeee"
|
||||
base[ACTIVE] = "#222222"
|
||||
base[SELECTED] = "#222222"
|
||||
base[INSENSITIVE] = "#d6d6d6"
|
||||
|
||||
text[NORMAL] = "#222222"
|
||||
text[PRELIGHT] = "#222222"
|
||||
text[ACTIVE] = "#eeeeee"
|
||||
text[SELECTED] = "#eeeeee"
|
||||
text[INSENSITIVE] = "#999999"
|
||||
|
||||
engine "clearlooks"
|
||||
{
|
||||
colorize_scrollbar = TRUE
|
||||
scrollbar_color = "##ff0a61"
|
||||
reliefstyle = 0
|
||||
menubarstyle = 1
|
||||
toolbarstyle = 1
|
||||
animation = TRUE
|
||||
style = GUMMY
|
||||
radius = 0.0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
style "clearlooks-wide"
|
||||
{
|
||||
bg[SELECTED] = "#222222"
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "clearlooks-wider"
|
||||
{
|
||||
bg[SELECTED] = "#222222"
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "clearlooks-button" = "clearlooks-wider"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#f7f7f7"
|
||||
bg[ACTIVE] = "#bfbfbf"
|
||||
}
|
||||
|
||||
style "clearlooks-notebook-bg"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[ACTIVE] = "#d6d6d6"
|
||||
bg[SELECTED] = "#222222"
|
||||
}
|
||||
|
||||
style "clearlooks-notebook" = "clearlooks-notebook-bg"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
engine "clearlooks" {
|
||||
contrast = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-tasklist" = "clearlooks-wide"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-menu" = "clearlooks-wider"
|
||||
{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
engine "clearlooks"
|
||||
{
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-menu-item" = "clearlooks-wider"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
fg[PRELIGHT] = "#eeeeee"
|
||||
bg[SELECTED] = "#222222"
|
||||
bg[PRELIGHT] = "#222222"
|
||||
}
|
||||
|
||||
style "clearlooks-separator-menu-item"
|
||||
{
|
||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 5
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
style "clearlooks-treeview"
|
||||
{
|
||||
engine "clearlooks" {
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-treeview-header" = "clearlooks-default"
|
||||
{
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#d6d6d6"
|
||||
bg[ACTIVE] = "#d6d6d6"
|
||||
}
|
||||
|
||||
style "clearlooks-frame-title"
|
||||
{
|
||||
fg[NORMAL] = "#222222"
|
||||
}
|
||||
|
||||
style "clearlooks-tooltips" = "clearlooks-wider"
|
||||
{
|
||||
bg[NORMAL] = "#F5F5B5"
|
||||
fg[NORMAL] = "#222222"
|
||||
}
|
||||
|
||||
style "clearlooks-progressbar"
|
||||
{
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
bg[SELECTED] = "#dd6f8d"
|
||||
fg[PRELIGHT] = "#eeeeee"
|
||||
engine "clearlooks"
|
||||
{
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-statusbar"
|
||||
{
|
||||
engine "clearlooks"
|
||||
{
|
||||
contrast = 0.85
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-comboboxentry"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-spinbutton"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#d6d6d6"
|
||||
bg[ACTIVE] = "#d6d6d6"
|
||||
}
|
||||
|
||||
style "clearlooks-scale"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#f7f7f7"
|
||||
bg[ACTIVE] = "#bfbfbf"
|
||||
}
|
||||
|
||||
style "clearlooks-hscale" = "clearlooks-scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-vscale" = "clearlooks-scale"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-scrollbar"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
bg[PRELIGHT] = "#d6d6d6"
|
||||
bg[ACTIVE] = "#d6d6d6"
|
||||
bg[SELECTED] = "#d6d6d6"
|
||||
engine "clearlooks"
|
||||
{
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-hscrollbar" = "clearlooks-scrollbar"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-vscrollbar" = "clearlooks-scrollbar"
|
||||
{}
|
||||
|
||||
style "clearlooks-menubar"
|
||||
{
|
||||
}
|
||||
|
||||
style "clearlooks-toolbar" = "clearlooks-default"
|
||||
{
|
||||
bg[NORMAL] = "#d6d6d6"
|
||||
engine "clearlooks"
|
||||
{
|
||||
toolbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "clearlooks-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = "#222222"
|
||||
text[PRELIGHT] = "#222222"
|
||||
text[SELECTED] = "#222222"
|
||||
text[ACTIVE] = "#222222"
|
||||
text[INSENSITIVE] = "#d6d6d6"
|
||||
}
|
||||
|
||||
style "clearlooks-menuitem-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = "#222222"
|
||||
text[PRELIGHT] = "#eeeeee"
|
||||
text[SELECTED] = "#222222"
|
||||
text[ACTIVE] = "#222222"
|
||||
text[INSENSITIVE] = "#d6d6d6"
|
||||
}
|
||||
|
||||
style "clearlooks-fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = "#222222"
|
||||
fg[PRELIGHT] = "#222222"
|
||||
fg[ACTIVE] = "#222222"
|
||||
fg[SELECTED] = "#222222"
|
||||
fg[INSENSITIVE] = "#d6d6d6"
|
||||
}
|
||||
style "panelbuttons"{
|
||||
GtkButton ::focus-padding = 0
|
||||
}
|
||||
style "metacity-frame"
|
||||
{
|
||||
# Normal base color
|
||||
#bg[NORMAL] = "#bbbbbb"
|
||||
|
||||
# Unfocused title background color
|
||||
bg[INSENSITIVE] = { 0.8, 0.8, 0.8 }
|
||||
|
||||
# Unfocused title text color
|
||||
fg[INSENSITIVE] = "#222222"
|
||||
|
||||
# Focused icon color
|
||||
#fg[NORMAL] = { 0.2, 0.2, 0.2 }
|
||||
|
||||
# Focused title background color
|
||||
bg[SELECTED] = "#222222"
|
||||
#base[ACTIVE] = "#f2f2f2"
|
||||
|
||||
# Focused title text color
|
||||
fg[SELECTED] = "#eeeeee"
|
||||
}
|
||||
class "MetaFrames" style "metacity-frame"
|
||||
class "GtkWindow" style "metacity-frame"
|
||||
widget_class "*Panel*GtkToggleButton" style "panelbuttons"
|
||||
class "GtkWidget" style "clearlooks-default"
|
||||
class "GtkToolbar" style "clearlooks-toolbar"
|
||||
class "GtkRange" style "clearlooks-wide"
|
||||
class "GtkFrame" style "clearlooks-wide"
|
||||
class "GtkEntry" style "clearlooks-wider"
|
||||
class "GtkSeparator" style "clearlooks-wide"
|
||||
class "GtkSpinButton" style "clearlooks-spinbutton"
|
||||
class "GtkScale" style "clearlooks-scale"
|
||||
class "GtkVScale" style "clearlooks-vscale"
|
||||
class "GtkHScale" style "clearlooks-hscale"
|
||||
class "GtkScrollbar" style "clearlooks-scrollbar"
|
||||
#class "GtkArrow" style "clearlooks-arrow"
|
||||
class "GtkVScrollbar" style "clearlooks-vscrollbar"
|
||||
class "GtkHScrollbar" style "clearlooks-hscrollbar"
|
||||
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "clearlooks-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "clearlooks-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "clearlooks-notebook-bg"
|
||||
widget_class "*<GtkButton>" style "clearlooks-button"
|
||||
widget_class "*<GtkNotebook>" style "clearlooks-notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "clearlooks-statusbar"
|
||||
widget_class "*<GtkComboBoxEntry>*" style "clearlooks-comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "clearlooks-comboboxentry"
|
||||
widget_class "*<GtkMenuBar>*" style "clearlooks-menubar"
|
||||
widget_class "*<GtkMenu>*" style "clearlooks-menu"
|
||||
widget_class "*<GtkMenuItem>*" style "clearlooks-menu-item"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "clearlooks-separator-menu-item"
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "clearlooks-frame-title"
|
||||
widget_class "*.<GtkTreeView>*" style "clearlooks-treeview"
|
||||
widget_class "*<GtkProgressBar>" style "clearlooks-progressbar"
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "clearlooks-treeview-header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "clearlooks-treeview-header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "clearlooks-treeview-header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview-header"
|
||||
widget_class "*.ETable.ECanvas" style "clearlooks-treeview-header"
|
||||
widget_class "*.ETree.ECanvas" style "clearlooks-treeview-header"
|
||||
|
||||
widget "gtk-tooltip*" style "clearlooks-tooltips"
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "clearlooks-text-is-fg-color-workaround"
|
||||
widget "*.gtk-combobox-popup-menu.*" style "clearlooks-menuitem-text-is-fg-color-workaround"
|
||||
widget_class "*<GtkListItem>*" style "clearlooks-fg-is-text-color-workaround"
|
||||
widget_class "*<GtkCList>" style "clearlooks-fg-is-text-color-workaround"
|
||||
class "GtkHandleBox" style "clearlooks-toolbar" # Makes handleboxes match darkened toolbars.
|
||||
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" # Fixes some tab backgrounds.
|
BIN
Callisto-Debian/gtk-3.0/.gtk-widgets-img.css.swp
Normal file
BIN
Callisto-Debian/gtk-3.0/.mate-applications.css.swp
Normal file
1
Callisto-Debian/gtk-3.0/applications.css
Symbolic link
@ -0,0 +1 @@
|
||||
../../Callisto-Common/gtk-3.0/applications.css
|
1
Callisto-Debian/gtk-3.0/border.svg
Symbolic link
@ -0,0 +1 @@
|
||||
../../Callisto-Common/gtk-3.0/img/border.svg
|
1
Callisto-Debian/gtk-3.0/colors.css
Symbolic link
@ -0,0 +1 @@
|
||||
../../Callisto-Common/gtk-3.0/colors.css
|
BIN
Callisto-Debian/gtk-3.0/csd/close-down.png
Normal file
After Width: | Height: | Size: 314 B |
BIN
Callisto-Debian/gtk-3.0/csd/close-prelight.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
Callisto-Debian/gtk-3.0/csd/close.png
Normal file
After Width: | Height: | Size: 405 B |
BIN
Callisto-Debian/gtk-3.0/csd/iconify-down.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
Callisto-Debian/gtk-3.0/csd/iconify-prelight.png
Normal file
After Width: | Height: | Size: 439 B |
BIN
Callisto-Debian/gtk-3.0/csd/iconify.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
Callisto-Debian/gtk-3.0/csd/maximize-down.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
Callisto-Debian/gtk-3.0/csd/maximize-prelight.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
Callisto-Debian/gtk-3.0/csd/maximize.png
Normal file
After Width: | Height: | Size: 438 B |
1
Callisto-Debian/gtk-3.0/gtk-widgets-img.css
Symbolic link
@ -0,0 +1 @@
|
||||
../../Callisto-Common/gtk-3.0/gtk-widgets-img.css
|
1
Callisto-Debian/gtk-3.0/gtk-widgets.css
Symbolic link
@ -0,0 +1 @@
|
||||
../../Callisto-Common/gtk-3.0/gtk-widgets.css
|
50
Callisto-Debian/gtk-3.0/gtk.css
Normal file
@ -0,0 +1,50 @@
|
||||
/***********************************************************************
|
||||
* Callisto-Debian *
|
||||
***********************************************************************/
|
||||
|
||||
/****************
|
||||
* color scheme *
|
||||
****************/
|
||||
|
||||
@define-color theme_base_color #eeeeee;
|
||||
|
||||
@define-color theme_bg_color #d6d6d6;
|
||||
@define-color theme_fg_color #000000;
|
||||
|
||||
@define-color theme_selected_bg_color #222222;
|
||||
@define-color theme_selected_fg_color #ffffff;
|
||||
|
||||
@define-color theme_tooltip_bg_color #eeafc0;
|
||||
@define-color theme_tooltip_fg_color #000000;
|
||||
|
||||
@define-color theme_text_color #1a1a1a;
|
||||
|
||||
@define-color link_color #51007a;
|
||||
@define-color visited_link_color #444444;
|
||||
|
||||
/***************
|
||||
* core colors *
|
||||
***************/
|
||||
|
||||
/* Core colors are only used in the current file, as bases for other
|
||||
color declarations. */
|
||||
|
||||
@define-color core_color_a #222222; /* Core color for highlighted widgets */
|
||||
@define-color core_color_b #d6d6d6; /* Core color for gray widgets */
|
||||
@define-color core_color_c #888888; /* Core color for lighter widgets (scrollbar, progressbar) */
|
||||
@define-color core_color_d #ff0a61; /* Core color for colored accents (scrollbar, progressbar) */
|
||||
@define-color core_color_e #edeceb; /* hover 状態のボタンのため */
|
||||
/* @define-color core_color_f #f1bcd4; */
|
||||
@define-color core_color_f #ff2a76;
|
||||
|
||||
/***********
|
||||
* imports *
|
||||
***********/
|
||||
|
||||
@import url("colors.css");
|
||||
@import url("gtk-widgets-img.css");
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("applications.css");
|
||||
@import url("other-applications.css");
|
||||
@import url("mate-applications.css");
|
||||
|
1
Callisto-Debian/gtk-3.0/img/border-error.svg
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/border-error.svg
|
98
Callisto-Debian/gtk-3.0/img/border-focused-ptb.svg
Normal file
@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16px"
|
||||
height="16px"
|
||||
id="svg33222"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="border-focused-ptb.svg">
|
||||
<defs
|
||||
id="defs33224">
|
||||
<linearGradient
|
||||
id="linearGradient3837">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3839" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3841" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#8e8e8e"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="44.5625"
|
||||
inkscape:cx="9.6449078"
|
||||
inkscape:cy="8"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:window-width="1386"
|
||||
inkscape:window-height="900"
|
||||
inkscape:window-x="2079"
|
||||
inkscape:window-y="759"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2992"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata33227">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="0.5"
|
||||
x="0.5"
|
||||
height="13.999999"
|
||||
width="15"
|
||||
id="rect17861"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#a80030;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="1.5"
|
||||
x="1.5"
|
||||
height="12"
|
||||
width="13.000001"
|
||||
id="rect17861-6"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.25;fill:none;stroke:#cccccc;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
101
Callisto-Debian/gtk-3.0/img/border-focused-switch.svg
Normal file
@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16px"
|
||||
height="16px"
|
||||
id="svg33222"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="border-focused-switch.svg">
|
||||
<defs
|
||||
id="defs33224">
|
||||
<linearGradient
|
||||
id="linearGradient3837">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3839" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3841" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#8e8e8e"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="-3.5625"
|
||||
inkscape:cy="8.3573814"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:window-width="1057"
|
||||
inkscape:window-height="685"
|
||||
inkscape:window-x="2410"
|
||||
inkscape:window-y="609"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2992"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata33227">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="0.5"
|
||||
x="0.5"
|
||||
height="13.999999"
|
||||
width="15"
|
||||
id="rect17861"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#a80030;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#c9c9c9;stroke-width:1.13900006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M -0.55576226,14.989538 V -0.57406709 H 15.99268"
|
||||
id="rect17861-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#e3e3e3;stroke-width:1.13900006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 16.54818,-0.00973941 V 15.572171 H -2.6227082e-4"
|
||||
id="path4547"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.3 KiB |
110
Callisto-Debian/gtk-3.0/img/border-focused.svg
Normal file
@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16px"
|
||||
height="16px"
|
||||
id="svg33222"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
sodipodi:docname="border-focused.svg">
|
||||
<defs
|
||||
id="defs33224">
|
||||
<linearGradient
|
||||
id="linearGradient3837">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3839" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop3841" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#8e8e8e"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="6.0861057"
|
||||
inkscape:cy="10.834572"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:window-width="1057"
|
||||
inkscape:window-height="685"
|
||||
inkscape:window-x="2049"
|
||||
inkscape:window-y="690"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2992"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata33227">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer">
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="0.5"
|
||||
x="0.5"
|
||||
height="13.999999"
|
||||
width="15"
|
||||
id="rect17861"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#a80030;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||
<rect
|
||||
ry="0"
|
||||
rx="0"
|
||||
y="1.5"
|
||||
x="1.5"
|
||||
height="12"
|
||||
width="13.000001"
|
||||
id="rect17861-6"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.8;fill:none;stroke:#eeafc0;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#c9c9c9;stroke-width:1.139;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M -0.55576226,14.989538 V -0.57406709 H 15.99268"
|
||||
id="rect17861-3"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#e3e3e3;stroke-width:1.13900006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
d="M 16.54818,-0.00973941 V 15.572171 H -2.6227082e-4"
|
||||
id="path4547"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
1
Callisto-Debian/gtk-3.0/img/border-fvwm-unfocus.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/border-fvwm-unfocus.png
|
1
Callisto-Debian/gtk-3.0/img/border-fvwm.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/border-fvwm.png
|
1
Callisto-Debian/gtk-3.0/img/border-insensitive.svg
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/border-insensitive.svg
|
1
Callisto-Debian/gtk-3.0/img/border.svg
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/border.svg
|
1
Callisto-Debian/gtk-3.0/img/button-active.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-active.png
|
1
Callisto-Debian/gtk-3.0/img/button-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/button-default-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-default-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/button-default-pressed.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-default-pressed.png
|
1
Callisto-Debian/gtk-3.0/img/button-default.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-default.png
|
1
Callisto-Debian/gtk-3.0/img/button-focus.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-focus.png
|
1
Callisto-Debian/gtk-3.0/img/button-header.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-header.png
|
1
Callisto-Debian/gtk-3.0/img/button-line-focus.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-line-focus.png
|
1
Callisto-Debian/gtk-3.0/img/button-margin-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-margin-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/button-margin-pressed.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-margin-pressed.png
|
1
Callisto-Debian/gtk-3.0/img/button-margin.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-margin.png
|
1
Callisto-Debian/gtk-3.0/img/button-pressed-focused.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-pressed-focused.png
|
1
Callisto-Debian/gtk-3.0/img/button-pressed-platinum.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-pressed-platinum.png
|
1
Callisto-Debian/gtk-3.0/img/button-pressed.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button-pressed.png
|
1
Callisto-Debian/gtk-3.0/img/button.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/button.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-checked-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-checked-backdrop.png
|
BIN
Callisto-Debian/gtk-3.0/img/checkbox-checked-hover.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-checked-insensitive-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-checked-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-checked-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-checked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-checked.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-mixed-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-mixed-backdrop.png
|
BIN
Callisto-Debian/gtk-3.0/img/checkbox-mixed-hover.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-mixed-insensitive-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-mixed-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-mixed-insensitive.png
|
BIN
Callisto-Debian/gtk-3.0/img/checkbox-mixed.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
1
Callisto-Debian/gtk-3.0/img/checkbox-unchecked-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-unchecked-backdrop.png
|
BIN
Callisto-Debian/gtk-3.0/img/checkbox-unchecked-hover.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-unchecked-insensitive-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-unchecked-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-unchecked-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/checkbox-unchecked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/checkbox-unchecked.png
|
1
Callisto-Debian/gtk-3.0/img/combo-last.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/combo-last.png
|
BIN
Callisto-Debian/gtk-3.0/img/combobox-entry-focus.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
1
Callisto-Debian/gtk-3.0/img/combobox-entry.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/combobox-entry.png
|
1
Callisto-Debian/gtk-3.0/img/entry-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/entry-backdrop.png
|
BIN
Callisto-Debian/gtk-3.0/img/entry-focus.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
1
Callisto-Debian/gtk-3.0/img/entry-line.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/entry-line.png
|
1
Callisto-Debian/gtk-3.0/img/entry.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/entry.png
|
1
Callisto-Debian/gtk-3.0/img/menu-separator-background.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menu-separator-background.png
|
1
Callisto-Debian/gtk-3.0/img/menu-separator.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menu-separator.png
|
1
Callisto-Debian/gtk-3.0/img/menu.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menu.png
|
1
Callisto-Debian/gtk-3.0/img/menubar-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menubar-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/menubar.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menubar.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-checked-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-checked-hover.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-checked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-checked.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-hover.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-insensitive.png
|
BIN
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-mixed-hover.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox-mixed.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox-mixed.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-checkbox.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-checkbox.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-radio-checked-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio-checked-hover.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio-checked-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-radio-checked.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio-checked.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-radio-hover.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio-hover.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-radio-insensitive.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio-insensitive.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem-radio.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem-radio.png
|
1
Callisto-Debian/gtk-3.0/img/menuitem.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/menuitem.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-border-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-border-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-border-flat.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-border-flat.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-border.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-border.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-bottom-tab-border-checked-first.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-bottom-tab-border-first.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-bottom-tab-border-first.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-header-border-bottom-backdrop.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-header-border-bottom.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-header-border-bottom.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-left-tab-border-checked-first.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-left-tab-border-first.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-left-tab-border-first.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-right-tab-border-checked-first.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-right-tab-border-first.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-right-tab-border-first.png
|
1
Callisto-Debian/gtk-3.0/img/notebook-top-tab-border-backdrop.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-top-tab-border-backdrop.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-top-tab-border-checked-backdrop.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-top-tab-border-checked-first-backdrop.png
|
@ -0,0 +1 @@
|
||||
../../../Callisto-Common/gtk-3.0/img/notebook-top-tab-border-checked-first.png
|