update
|
@ -0,0 +1,72 @@
|
|||
/**
|
||||
* {}
|
||||
* @author yutent<yutent.io@gmail.com>
|
||||
* @date 2022/05/05 11:21:01
|
||||
*/
|
||||
|
||||
import scss from 'sass'
|
||||
import fs from 'iofs'
|
||||
import { parse } from 'path'
|
||||
import { execSync } from 'child_process'
|
||||
import chokidar from 'chokidar'
|
||||
import chalk from 'chalk'
|
||||
|
||||
const CINNAMON_SCSS = './cinnamon/sass/cinnamon.scss'
|
||||
const CINNAMON_STYLE = './cinnamon/cinnamon.css'
|
||||
const GTK3_SCSS = './gtk-3.0/sass/gtk.scss'
|
||||
const GTK3_STYLE = './gtk-3.0/gtk.css'
|
||||
|
||||
function render(file) {
|
||||
return scss.renderSync({
|
||||
file,
|
||||
indentType: 'space',
|
||||
indentWidth: 2
|
||||
}).css
|
||||
}
|
||||
|
||||
/*=======================================================*/
|
||||
/*===== ===*/
|
||||
/*=======================================================*/
|
||||
|
||||
let ready = false
|
||||
let timer = null
|
||||
|
||||
chokidar
|
||||
.watch('./')
|
||||
.on('all', (act, file) => {
|
||||
if (!ready) {
|
||||
return
|
||||
}
|
||||
if (act === 'add' || act === 'change') {
|
||||
let { ext } = parse(file)
|
||||
|
||||
if (ext === '.scss') {
|
||||
clearTimeout(timer)
|
||||
timer = setTimeout(_ => {
|
||||
console.log('更新 Cinnamon 样式……')
|
||||
{
|
||||
let style = render(CINNAMON_SCSS)
|
||||
fs.echo(style, CINNAMON_STYLE)
|
||||
}
|
||||
console.log('更新 Cinnamon 完成!!!')
|
||||
|
||||
console.log('更新 Gtk3 样式……')
|
||||
{
|
||||
let style = render(GTK3_SCSS)
|
||||
fs.echo(style, GTK3_STYLE)
|
||||
}
|
||||
|
||||
console.log('更新 Gtk3 完成!!!')
|
||||
console.log()
|
||||
|
||||
execSync('bash ./update-theme.sh', {
|
||||
stdio: [process.stdin, process.stdout, process.stdout]
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
})
|
||||
.on('ready', () => {
|
||||
ready = true
|
||||
console.log(chalk.red('预处理完成,监听文件变化中,请勿关闭本窗口...'))
|
||||
})
|
|
@ -1,11 +0,0 @@
|
|||
This theme uses libsass to process the sass/*.scss. Never edit any of the .css files manually.
|
||||
|
||||
#### Editing the theme
|
||||
|
||||
In most cases edits will done in sass/_common.scss. The sass directory contains several other supporting style sheets:
|
||||
|
||||
* _colors.scss This file defines the color variables used by the theme
|
||||
|
||||
* _drawing.scss Drawing helper mixins/functions to allow for easier definition of widget drawing
|
||||
|
||||
Once you have made your edits run ./parse-sass.sh to update the css files
|
|
@ -1,152 +1 @@
|
|||
<?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"
|
||||
sodipodi:docname="calendar-arrow-left-hover.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<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>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="7.3546086"
|
||||
inkscape:cy="7.9323223"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="1030"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8fa876;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M9.823 4a.672.665 0 00-.104.01.672.665 0 00-.398.186L5.96 7.521l-.461.478.462.478 3.359 3.325a.683.676 0 00.698.163.333.333 0 00.457-.31.326.326 0 00-.024-.118.683.676 0 00-.166-.691L7.41 7.999l2.876-2.847a.672.665 0 00.17-.721c.009-.03.02-.058.02-.09a.333.333 0 00-.337-.332c-.039 0-.076.01-.111.022A.672.665 0 009.823 4z" fill="rgb(100, 181, 246)"/></svg>
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 429 B |
|
@ -1,152 +1 @@
|
|||
<?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"
|
||||
sodipodi:docname="calendar-arrow-left.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<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>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="13.983735"
|
||||
inkscape:cy="8.0207106"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M9.823 4a.672.665 0 00-.104.01.672.665 0 00-.398.186L5.96 7.521l-.461.478.462.478 3.359 3.325a.683.676 0 00.698.163.333.333 0 00.457-.31.326.326 0 00-.024-.118.683.676 0 00-.166-.691L7.41 7.999l2.876-2.847a.672.665 0 00.17-.721c.009-.03.02-.058.02-.09a.333.333 0 00-.337-.332c-.039 0-.076.01-.111.022A.672.665 0 009.823 4z" fill="#f2f5fc"/></svg>
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 418 B |
|
@ -1,152 +1 @@
|
|||
<?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"
|
||||
sodipodi:docname="calendar-arrow-right-hover.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<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>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="7.3546086"
|
||||
inkscape:cy="7.9323223"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="1030"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8fa876;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6.177 4a.672.665 0 01.103.01.672.665 0 01.4.186l3.358 3.325.462.478-.462.478-3.359 3.325a.683.676 0 01-.698.163.333.333 0 01-.457-.31c0-.041.01-.081.024-.118a.683.676 0 01.166-.691L8.59 7.999 5.714 5.152a.672.665 0 01-.17-.721c-.009-.03-.02-.058-.02-.09 0-.184.15-.332.336-.332.04 0 .077.01.112.022A.672.665 0 016.177 4z" fill="rgb(100, 181, 246)"/></svg>
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 428 B |
|
@ -1,152 +1 @@
|
|||
<?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"
|
||||
sodipodi:docname="calendar-arrow-right.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<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>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="13.983735"
|
||||
inkscape:cy="8.0207106"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M6.177 4a.672.665 0 01.103.01.672.665 0 01.4.186l3.358 3.325.462.478-.462.478-3.359 3.325a.683.676 0 01-.698.163.333.333 0 01-.457-.31c0-.041.01-.081.024-.118a.683.676 0 01.166-.691L8.59 7.999 5.714 5.152a.672.665 0 01-.17-.721c-.009-.03-.02-.058-.02-.09 0-.184.15-.332.336-.332.04 0 .077.01.112.022A.672.665 0 016.177 4z" fill="#fff"/></svg>
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 34 KiB |
|
@ -1,4 +0,0 @@
|
|||
#! /bin/bash
|
||||
|
||||
sassc ./sass/cinnamon.scss cinnamon.css
|
||||
sassc ./sass/cinnamon-dark.scss cinnamon-dark.css
|
|
@ -1,50 +0,0 @@
|
|||
// When color definition differs for dark and light variant,
|
||||
// it gets @if ed depending on $variant
|
||||
|
||||
// We need to set this first because we use it to tint many
|
||||
// of the remaining colors
|
||||
$selected_bg_color: if($variant == 'light', #92b372, #8fa876);
|
||||
|
||||
$base_color: if($variant =='light', mix($selected_bg_color, #ffffff, 2%), mix($selected_bg_color, #404040, 2%));
|
||||
$text_color: if($variant == 'light', #202020, #D3D3D3);
|
||||
$bg_color: if($variant == 'light', mix($selected_bg_color, #f5f5f5, 2%), mix($selected_bg_color, #2f2f2f, 1.5%));
|
||||
$fg_color: if($variant =='light', transparentize(black, 0.13), transparentize(white, 0.13));
|
||||
|
||||
$selected_fg_color: #ffffff;
|
||||
|
||||
$borders_color: if($variant =='light', darken($bg_color, 20%), darken($bg_color, 6%));
|
||||
|
||||
$separator_color: if($variant == 'light', darken($bg_color, 15%), darken($bg_color, 6%));
|
||||
|
||||
$link_color: if($variant == 'light', darken($selected_bg_color,10%),
|
||||
lighten($selected_bg_color,20%));
|
||||
|
||||
$warning_color: #F27835;
|
||||
$error_color: #FC4138;
|
||||
$destructive_color: #F04A50;
|
||||
|
||||
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));
|
||||
|
||||
$tooltip_bg_color: #fbeaa0;
|
||||
$tooltip_fg_color: #4a4a4a;
|
||||
$tooltip_border_color: #d0d0d0;
|
||||
|
||||
$osd_fg_color: #c3c3c3;
|
||||
$osd_bg_color: #353535;
|
||||
|
||||
$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
|
||||
$osd_button_border: transparentize(darken($osd_bg_color, 20%), 0.6);
|
||||
|
||||
$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
|
||||
$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6);
|
||||
|
||||
$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%);
|
||||
|
||||
$panel_bg: $bg_color;
|
||||
$panel_fg: $fg_color;
|
||||
|
||||
$entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%));
|
||||
$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%));
|
||||
|
||||
$button_bg: if($variant == 'light', lighten($bg_color, 2%), lighten($base_color, 2%));
|
||||
$button_border: $entry_border;
|
|
@ -1,5 +0,0 @@
|
|||
$variant: 'dark';
|
||||
|
||||
@import "_colors"; //use gtk colors
|
||||
@import "_drawing";
|
||||
@import "_common";
|
|
@ -1,5 +1,322 @@
|
|||
$variant: 'light';
|
||||
@import './var/var'; //use gtk colors
|
||||
@import './var/drawing';
|
||||
|
||||
@import "_colors"; //use gtk colors
|
||||
@import "_drawing";
|
||||
@import "_common";
|
||||
stage {
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
.label-shadow {
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
//
|
||||
// Buttons
|
||||
//
|
||||
%button {
|
||||
min-height: 20px;
|
||||
padding: 5px 32px;
|
||||
transition-duration: 0;
|
||||
|
||||
&,
|
||||
&:focus,
|
||||
&:hover,
|
||||
&:hover:focus,
|
||||
&:active,
|
||||
&:active:focus,
|
||||
&:insensitive {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@include button(normal);
|
||||
|
||||
&:focus {
|
||||
@include button(focus);
|
||||
}
|
||||
&:hover {
|
||||
@include button(hover);
|
||||
}
|
||||
&:hover:focus {
|
||||
@include button(focus-hover);
|
||||
}
|
||||
&:active,
|
||||
&:active:focus {
|
||||
@include button(active);
|
||||
}
|
||||
&:insensitive {
|
||||
@include button(insensitive);
|
||||
}
|
||||
}
|
||||
|
||||
%osd_button {
|
||||
min-height: 20px;
|
||||
padding: 5px 32px;
|
||||
transition-duration: 0;
|
||||
border-radius: 2px;
|
||||
|
||||
@include button(osd);
|
||||
|
||||
&:hover {
|
||||
@include button(osd-hover);
|
||||
}
|
||||
&:focus {
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
&:active {
|
||||
@include button(osd-active);
|
||||
}
|
||||
&:insensitive {
|
||||
@include button(osd-insensitive);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Entries
|
||||
//
|
||||
%entry {
|
||||
padding: 7px;
|
||||
caret-size: 1px;
|
||||
selection-background-color: $selected_bg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
transition-duration: 300ms;
|
||||
|
||||
// @include entry(normal);
|
||||
|
||||
// &:focus,
|
||||
// &:hover {
|
||||
// @include entry(focus);
|
||||
// }
|
||||
&:insensitive {
|
||||
@include entry(insensitive);
|
||||
}
|
||||
|
||||
StIcon.capslock-warning {
|
||||
icon-size: 16px;
|
||||
warning-color: $warning_color;
|
||||
padding: 0 4px;
|
||||
}
|
||||
}
|
||||
|
||||
%osd_entry {
|
||||
padding: 7px;
|
||||
caret-size: 1px;
|
||||
caret-color: $osd_fg_color;
|
||||
selection-background-color: $selected_bg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
transition-duration: 300ms;
|
||||
border-radius: 3px;
|
||||
|
||||
@include entry(osd);
|
||||
|
||||
&:focus {
|
||||
@include entry(osd-focus);
|
||||
}
|
||||
&:insensitive {
|
||||
@include entry(osd-insensitive);
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Scrollbars
|
||||
//
|
||||
StScrollView {
|
||||
&.vfade {
|
||||
-st-vfade-offset: 68px;
|
||||
}
|
||||
&.hfade {
|
||||
-st-hfade-offset: 68px;
|
||||
}
|
||||
}
|
||||
|
||||
StScrollBar {
|
||||
padding: 8px;
|
||||
|
||||
StScrollView & {
|
||||
min-width: 5px;
|
||||
min-height: 5px;
|
||||
}
|
||||
|
||||
StBin#trough {
|
||||
background-color: transparentize($base_color, 0.9);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
StButton#vhandle,
|
||||
StButton#hhandle {
|
||||
border-radius: 2px;
|
||||
background-color: mix($fg_color, $bg_color, 40%);
|
||||
border: 0px solid;
|
||||
margin: 0px;
|
||||
|
||||
&:hover {
|
||||
background-color: mix($fg_color, $bg_color, 30%);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
-gradient-height: 1px;
|
||||
-gradient-start: rgba(0, 0, 0, 0);
|
||||
-gradient-end: rgba(0, 0, 0, 0);
|
||||
-margin-horizontal: 1.5em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
@import './ui/form.scss';
|
||||
|
||||
//
|
||||
// Tooltip
|
||||
//
|
||||
#Tooltip {
|
||||
border: 1px solid $tooltip_border_color;
|
||||
border-radius: 3px;
|
||||
padding: 5px 12px;
|
||||
background-color: $tooltip_bg_color;
|
||||
color: $tooltip_fg_color;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
//
|
||||
// Looking Glass
|
||||
//
|
||||
#LookingGlassDialog {
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
background-color: $bg_color;
|
||||
spacing: 4px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
@import './ui/panel.scss';
|
||||
|
||||
@import './ui/calendar.scss';
|
||||
|
||||
@import './ui/workspace.scss';
|
||||
|
||||
@import './ui/notify.scss';
|
||||
|
||||
//
|
||||
// Alt Tab
|
||||
///
|
||||
#altTabPopup {
|
||||
padding: 8px;
|
||||
spacing: 16px;
|
||||
}
|
||||
|
||||
.switcher-list {
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
background-color: $bg_color;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
|
||||
> StBoxLayout {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
&-item-container {
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
.item-box {
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
|
||||
&:outlined {
|
||||
padding: 8px;
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
|
||||
&:selected {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border: 0px solid $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
.thumbnail-box {
|
||||
padding: 2px;
|
||||
spacing: 4px;
|
||||
}
|
||||
.separator {
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.switcher-arrow {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: $fg_color;
|
||||
|
||||
&:highlighted {
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
//.switcher-preview-backdrop { background-color: rgba(25,25,25,0.95); }
|
||||
|
||||
.thumbnail-scroll-gradient-left {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 24px;
|
||||
border-radius-topright: 0px;
|
||||
border-radius-bottomright: 0px;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.thumbnail-scroll-gradient-right {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 24px;
|
||||
border-radius-topleft: 0px;
|
||||
border-radius-bottomleft: 0px;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
//
|
||||
//Activities Ripples
|
||||
//
|
||||
.ripple-box {
|
||||
width: 104px;
|
||||
height: 104px;
|
||||
background-image: url('common-assets/misc/corner-ripple.svg');
|
||||
background-size: contain;
|
||||
|
||||
&:rtl {
|
||||
background-image: url('common-assets/misc/corner-ripple.svg');
|
||||
}
|
||||
}
|
||||
|
||||
@import './ui/dialog.scss';
|
||||
|
||||
//
|
||||
// Magnifier
|
||||
//
|
||||
.magnifier-zoom-region {
|
||||
border: 2px solid rgba(128, 0, 0, 1);
|
||||
|
||||
.full-screen {
|
||||
border-width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@import './ui/keyboard.scss';
|
||||
|
||||
//
|
||||
// Cinnamon Specific Section
|
||||
//
|
||||
|
||||
@import './ui/menu.scss';
|
||||
|
||||
@import './ui/win.scss';
|
||||
|
||||
@import './ui/applet.scss';
|
||||
|
|
|
@ -0,0 +1,228 @@
|
|||
//
|
||||
// Applets (applet.js)
|
||||
//
|
||||
.applet {
|
||||
&-separator {
|
||||
padding: 1px 4px;
|
||||
|
||||
&.vertical {
|
||||
padding: 4px 1px;
|
||||
}
|
||||
}
|
||||
|
||||
&-separator-line {
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
|
||||
&-vertical {
|
||||
height: 1px;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
}
|
||||
|
||||
&-box {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
spacing: 4px;
|
||||
color: $panel_fg;
|
||||
text-shadow: none;
|
||||
transition-duration: 100;
|
||||
text-align: center;
|
||||
|
||||
&.vertical {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:checked {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
&:highlight {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
&-label {
|
||||
font-weight: bold;
|
||||
color: $panel_fg;
|
||||
|
||||
&:hover,
|
||||
&:checked,
|
||||
.applet-box:hover &,
|
||||
.applet-box:checked & {
|
||||
color: $selected_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-icon {
|
||||
color: $selected_fg_color;
|
||||
icon-size: 22px;
|
||||
|
||||
&:hover,
|
||||
&:checked,
|
||||
.applet-box:hover > &,
|
||||
.applet-box:checked > & {
|
||||
color: $selected_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// User Applet
|
||||
//
|
||||
.user-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.user-label {
|
||||
color: $fg_color;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
//
|
||||
// Desklets (desklet.js)
|
||||
//
|
||||
.desklet {
|
||||
color: $fg_color;
|
||||
|
||||
&:highlight {
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
|
||||
&-with-borders {
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 5px;
|
||||
background-color: $bg_color;
|
||||
color: $fg_color;
|
||||
padding: 12px;
|
||||
padding-bottom: 16px;
|
||||
|
||||
&:highlight {
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
&-with-borders-and-header {
|
||||
border: 1px solid $borders_color;
|
||||
border-top-width: 0;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color: $bg_color;
|
||||
color: $fg_color;
|
||||
border-radius: 0;
|
||||
border-radius-topleft: 0;
|
||||
border-radius-topright: 0;
|
||||
padding: 12px;
|
||||
padding-bottom: 17px;
|
||||
|
||||
&:highlight {
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
&-header {
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 5px 5px 0 0;
|
||||
background-color: darken($bg_color, 3%);
|
||||
color: $fg_color;
|
||||
font-size: 1em;
|
||||
padding: 12px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
&-drag-placeholder {
|
||||
border: 2px solid $selected_bg_color;
|
||||
background-color: transparentize($selected_bg_color, 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
.photoframe-box {
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 5px;
|
||||
background-color: $bg_color;
|
||||
color: $fg_color;
|
||||
padding: 12px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
//
|
||||
// Notification Applet
|
||||
//
|
||||
.notification-applet-padding {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
.notification-applet-container {
|
||||
max-height: 100px;
|
||||
}
|
||||
|
||||
//
|
||||
// Tile Preview
|
||||
//
|
||||
.tile-preview {
|
||||
background-color: transparentize($selected_bg_color, 0.7);
|
||||
border: 1px solid $selected_bg_color;
|
||||
|
||||
&.snap {
|
||||
background-color: transparentize($selected_bg_color, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
.tile-hud {
|
||||
background-color: transparentize($selected_bg_color, 0.7);
|
||||
border: 1px solid $selected_bg_color;
|
||||
|
||||
&.snap {
|
||||
background-color: transparentize($selected_bg_color, 0.4);
|
||||
}
|
||||
|
||||
&:top {
|
||||
border-top-width: 0px;
|
||||
}
|
||||
&:bottom {
|
||||
border-bottom-width: 0px;
|
||||
}
|
||||
&:left {
|
||||
border-left-width: 0px;
|
||||
}
|
||||
&:right {
|
||||
border-right-width: 0px;
|
||||
}
|
||||
&:top-left {
|
||||
border-top-width: 0px;
|
||||
border-left-width: 0px;
|
||||
}
|
||||
&:top-right {
|
||||
border-top-width: 0px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
&:bottom-left {
|
||||
border-bottom-width: 0px;
|
||||
border-left-width: 0px;
|
||||
}
|
||||
&:bottom-right {
|
||||
border-bottom-width: 0px;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.xkcd-box {
|
||||
padding: 6px;
|
||||
border: 0px;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-radius: 0px;
|
||||
}
|
|
@ -0,0 +1,338 @@
|
|||
//
|
||||
// Calendar
|
||||
//
|
||||
.calendar {
|
||||
spacing-rows: 0;
|
||||
spacing-columns: 0;
|
||||
}
|
||||
|
||||
.calendar-main-box {
|
||||
margin: 0 16px 8px;
|
||||
}
|
||||
|
||||
.calendar-events-main-box {
|
||||
height: 300px;
|
||||
margin-right: 0.5em;
|
||||
padding: 0.5em;
|
||||
min-width: 350px;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
background-color: transparentize($base_color, 0.7);
|
||||
}
|
||||
|
||||
// .calendar-events-no-events-box {
|
||||
// }
|
||||
|
||||
.calendar-events-no-events-button {
|
||||
margin: 6px 0 6px 0;
|
||||
padding: 6px;
|
||||
|
||||
&:hover {
|
||||
background-color: $selected_bg_color;
|
||||
|
||||
.calendar-events-no-events-icon,
|
||||
.calendar-events-no-events-label {
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-events-no-events-icon,
|
||||
.calendar-events-no-events-label {
|
||||
font-weight: bold;
|
||||
color: $fg_color;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-events-date-label {
|
||||
padding: 0.1em 0.1em 0.5em 0.1em;
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-events-event-container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.calendar-event-button {
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
|
||||
.calendar-event-time-past {
|
||||
color: transparentize($fg_color, 0.6);
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
.calendar-event-time-present {
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin-bottom: 0.2em;
|
||||
|
||||
&:all-day {
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
.calendar-event-time-future {
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
.calendar-event-summary {
|
||||
color: $fg_color;
|
||||
text-align: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.calendar-event-countdown {
|
||||
text-align: right;
|
||||
margin-bottom: 0.6em;
|
||||
color: $fg_color;
|
||||
|
||||
&:soon {
|
||||
font-weight: bold;
|
||||
}
|
||||
&:imminent {
|
||||
font-weight: bold;
|
||||
color: $warning_color;
|
||||
}
|
||||
&:current {
|
||||
font-weight: bold;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $selected_bg_color;
|
||||
border: 1px solid $borders_color;
|
||||
.calendar-event-time-past,
|
||||
.calendar-event-time-present,
|
||||
.calendar-event-time-future,
|
||||
.calendar-event-summary {
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
|
||||
.calendar-event-countdown {
|
||||
text-align: right;
|
||||
margin-bottom: 0.6em;
|
||||
color: $selected_fg_color;
|
||||
|
||||
&:soon {
|
||||
font-weight: bold;
|
||||
}
|
||||
&:imminent {
|
||||
font-weight: bold;
|
||||
}
|
||||
&:current {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .calendar-event-row-content {
|
||||
// }
|
||||
|
||||
.calendar-event-color-strip {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.calendar-today-home-button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.calendar-today-day-label {
|
||||
font-size: 1.75em;
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-today-date-label {
|
||||
font-size: 1.1em;
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.calendar-today-home-button-enabled {
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
color: $highlight_color;
|
||||
|
||||
.calendar-today-day-label,
|
||||
.calendar-today-date-label {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-month-label {
|
||||
color: $fg_color;
|
||||
font-weight: bold;
|
||||
padding: 8px 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.calendar-change-month-back,
|
||||
.calendar-change-month-forward {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-size: 32px;
|
||||
}
|
||||
|
||||
//arrow back
|
||||
.calendar-change-month-back {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left.svg');
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left-hover.svg');
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left.svg');
|
||||
}
|
||||
|
||||
&:rtl {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right.svg');
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right-hover.svg');
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//arrow forward
|
||||
.calendar-change-month-forward {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right.svg');
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right-hover.svg');
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/calendar-arrow-right.svg');
|
||||
}
|
||||
|
||||
&:rtl {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left.svg');
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left-hover.svg');
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/calendar-arrow-left.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-day-event-dot-box {
|
||||
margin-top: 17px;
|
||||
max-rows: 1;
|
||||
}
|
||||
|
||||
.calendar-day-event-dot {
|
||||
margin: 1px;
|
||||
border-radius: 2px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
|
||||
.calendar-day-base {
|
||||
font-size: 1.1em;
|
||||
text-align: center;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0 8px;
|
||||
border-radius: 24px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&:hover {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
background-color: transparentize($selected_bg_color, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-day-heading {
|
||||
color: $selected_fg_color;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 0;
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
// .calendar-day {
|
||||
// border-width: 0;
|
||||
// color: transparentize($fg_color, 0.1);
|
||||
// }
|
||||
|
||||
// .calendar-day-top {
|
||||
// border-top-width: 0;
|
||||
// }
|
||||
|
||||
// .calendar-day-left {
|
||||
// border-left-width: 0;
|
||||
// }
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold;
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border-width: 0;
|
||||
|
||||
&:selected {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-not-today {
|
||||
color: $fg_color;
|
||||
|
||||
&:selected {
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
border: 1px solid $selected_bg_color;
|
||||
|
||||
// &:hover {
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
// 周末
|
||||
.calendar-nonwork-day {
|
||||
color: $error_color;
|
||||
background-color: transparent;
|
||||
font-weight: bold;
|
||||
|
||||
&:hover {
|
||||
color: $error_color;
|
||||
}
|
||||
}
|
||||
|
||||
.calendar-other-month-day {
|
||||
color: transparentize($fg_color, 0.7);
|
||||
}
|
||||
|
||||
.calendar-other-month-day:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.calendar-week-number {
|
||||
margin-top: 14px;
|
||||
color: transparentize($fg_color, 0.15);
|
||||
font-size: 1em;
|
||||
}
|
|
@ -0,0 +1,178 @@
|
|||
//
|
||||
// Modal dialogs
|
||||
//
|
||||
.lightbox {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.flashspot {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
background-color: $bg_color;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
padding: 5px 10px;
|
||||
|
||||
> StBoxLayout:first-child {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
&-button-box {
|
||||
spacing: 0;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
background-color: $bg_color;
|
||||
|
||||
.modal-dialog-button {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
height: 30px;
|
||||
|
||||
@extend %button;
|
||||
}
|
||||
}
|
||||
|
||||
.confirm-dialog-title {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 1.3em;
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Run dialog
|
||||
//
|
||||
.run-dialog {
|
||||
padding: 10px 15px 10px 15px;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
background-color: $bg_color;
|
||||
|
||||
> * {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&-label {
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
color: $fg_color;
|
||||
padding-bottom: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&-description {
|
||||
color: $fg_color;
|
||||
padding-top: 15px;
|
||||
text-align: center;
|
||||
|
||||
&.error {
|
||||
color: $error_color;
|
||||
}
|
||||
}
|
||||
|
||||
// &-error-label { color: $error_color; }
|
||||
|
||||
// &-error-box {
|
||||
// padding-top: 15px;
|
||||
// spacing: 5px;
|
||||
// }
|
||||
&-completion-box {
|
||||
padding-top: 5px;
|
||||
padding-left: 15px;
|
||||
font-size: 1em;
|
||||
}
|
||||
&-entry {
|
||||
width: 21em;
|
||||
height: 1.2em;
|
||||
padding: 7px;
|
||||
border-radius: 3px;
|
||||
caret-color: $osd_fg_color;
|
||||
selected-color: $selected_fg_color;
|
||||
selection-background-color: $selected_bg_color;
|
||||
|
||||
@include entry(osd);
|
||||
|
||||
&:focus {
|
||||
@include entry(focus);
|
||||
}
|
||||
}
|
||||
.modal-dialog-button-box {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* CinnamonMountOperation Dialogs */
|
||||
.cinnamon-mount-operation-icon {
|
||||
icon-size: 48px;
|
||||
}
|
||||
|
||||
.mount-password-reask {
|
||||
color: $warning_color;
|
||||
}
|
||||
|
||||
.show-processes-dialog,
|
||||
.mount-question-dialog {
|
||||
spacing: 24px;
|
||||
|
||||
&-subject {
|
||||
padding-top: 10px;
|
||||
padding-left: 17px;
|
||||
padding-bottom: 6px;
|
||||
|
||||
&:rtl {
|
||||
padding-left: 0px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
}
|
||||
&-description {
|
||||
padding-left: 17px;
|
||||
width: 28em;
|
||||
|
||||
&:rtl {
|
||||
padding-right: 17px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.show-processes-dialog-app-list {
|
||||
max-height: 200px;
|
||||
padding-top: 24px;
|
||||
padding-left: 49px;
|
||||
padding-right: 32px;
|
||||
|
||||
&:rtl {
|
||||
padding-right: 49px;
|
||||
padding-left: 32px;
|
||||
}
|
||||
|
||||
&-item {
|
||||
color: #ccc;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&:ltr {
|
||||
padding-right: 1em;
|
||||
}
|
||||
&:rtl {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
&-icon:ltr {
|
||||
padding-right: 17px;
|
||||
}
|
||||
&-icon:rtl {
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
&-name {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,116 @@
|
|||
//
|
||||
// Slider
|
||||
//
|
||||
.popup-slider-menu-item,
|
||||
.slider {
|
||||
-slider-height: 0.3em;
|
||||
-slider-background-color: $button_border; //background of the trough
|
||||
-slider-border-color: transparentize($bg_color, 0.7); //trough border color
|
||||
-slider-active-background-color: $selected_bg_color; //active trough fill
|
||||
-slider-active-border-color: transparentize($bg_color, 0.7); //active trough border
|
||||
-slider-border-width: 1px;
|
||||
-slider-handle-radius: 0.5em;
|
||||
height: 1em;
|
||||
min-width: 15em;
|
||||
border: 0 solid transparent;
|
||||
border-right-width: 1px;
|
||||
border-left-width: 5px;
|
||||
}
|
||||
|
||||
//
|
||||
// Check Boxes
|
||||
//
|
||||
.check-box {
|
||||
CinnamonGenericContainer {
|
||||
spacing: 0.2em;
|
||||
min-height: 30px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
StLabel {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
StBin {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-unchecked.svg');
|
||||
}
|
||||
|
||||
&:focus StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-unchecked-focused.svg');
|
||||
}
|
||||
|
||||
&:checked StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-checked.svg');
|
||||
}
|
||||
|
||||
&:focus:checked StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-checked-focused.svg');
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Radio Buttons
|
||||
//
|
||||
.radiobutton {
|
||||
CinnamonGenericContainer {
|
||||
spacing: 0.2em;
|
||||
height: 26px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
StLabel {
|
||||
padding-top: 4px;
|
||||
font-size: 0.9em;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
StBin {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-unchecked.svg');
|
||||
}
|
||||
|
||||
&:focus StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-unchecked-focused.svg');
|
||||
}
|
||||
|
||||
&:checked StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-checked.svg');
|
||||
}
|
||||
|
||||
&:focus:checked StBin {
|
||||
background-image: url('#{$asset_path}/checkbox/checkbox-checked-focused.svg');
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Switches
|
||||
//
|
||||
.toggle-switch {
|
||||
width: 50px;
|
||||
height: 20px;
|
||||
background-size: contain;
|
||||
|
||||
&-us,
|
||||
&-intl {
|
||||
background-image: url('#{$asset_path}/switch/switch-off.svg');
|
||||
|
||||
&:checked {
|
||||
background-image: url('#{$asset_path}/switch/switch-on.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Links
|
||||
//
|
||||
.cinnamon-link {
|
||||
color: $link_color;
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover {
|
||||
color: lighten($link_color, 10%);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
//
|
||||
// On-Screen Keyboard
|
||||
//
|
||||
#keyboard {
|
||||
background-color: $osd_bg_color;
|
||||
border-width: 0;
|
||||
border-top-width: 1px;
|
||||
border-color: transparentize(black, 0.6);
|
||||
}
|
||||
|
||||
.keyboard-layout {
|
||||
spacing: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.keyboard-row {
|
||||
spacing: 15px;
|
||||
}
|
||||
|
||||
.keyboard-key {
|
||||
min-height: 2em;
|
||||
min-width: 2em;
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
border-radius: 3px;
|
||||
box-shadow: none;
|
||||
|
||||
@include button(osd);
|
||||
|
||||
&:hover {
|
||||
@include button(osd-hover);
|
||||
}
|
||||
&:active,
|
||||
&:checked {
|
||||
@include button(osd-active);
|
||||
}
|
||||
|
||||
&:grayed {
|
||||
@include button(osd-insensitive);
|
||||
}
|
||||
}
|
||||
|
||||
.keyboard-subkeys {
|
||||
//long press on a key popup
|
||||
color: $osd_fg_color;
|
||||
padding: 5px;
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: $osd_bg_color;
|
||||
-arrow-border-width: 1px;
|
||||
-arrow-border-color: transparentize(black, 0.6);
|
||||
-arrow-base: 20px;
|
||||
-arrow-rise: 10px;
|
||||
-boxpointer-gap: 5px;
|
||||
}
|
|
@ -0,0 +1,267 @@
|
|||
//
|
||||
// Popvers/Menus
|
||||
//
|
||||
.menu {
|
||||
color: $fg_color;
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
background-color: transparentize($bg_color, 0.1);
|
||||
}
|
||||
|
||||
.popup-sub-menu {
|
||||
background-color: $base_color;
|
||||
box-shadow: none;
|
||||
|
||||
.popup-menu-item:ltr {
|
||||
padding-right: 1.75em;
|
||||
}
|
||||
.popup-menu-item:rtl {
|
||||
padding-left: 1.75em;
|
||||
}
|
||||
|
||||
StScrollBar {
|
||||
padding: 4px;
|
||||
StBin#trough,
|
||||
StBin#vhandle {
|
||||
border-width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popup-menu-content {
|
||||
padding: 1em 0em 1em 0em;
|
||||
}
|
||||
.popup-menu-item {
|
||||
padding: 0.4em 1.75em;
|
||||
spacing: 1em;
|
||||
// border: 1px solid transparent;
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
|
||||
&:active {
|
||||
color: $selected_fg_color;
|
||||
// border-color: transparentize($fg_color, 0.89);
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
&:insensitive {
|
||||
color: transparentize($fg_color, 0.5);
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
|
||||
.popup-inactive-menu-item {
|
||||
//all icons and other graphical elements
|
||||
color: $fg_color;
|
||||
|
||||
&:insensitive {
|
||||
color: $insensitive_fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.popup-menu-boxpointer {
|
||||
-arrow-border-radius: 3px;
|
||||
-arrow-background-color: $bg_color;
|
||||
-arrow-border-width: 1px;
|
||||
-arrow-border-color: $borders_color;
|
||||
-arrow-base: 21px;
|
||||
-arrow-rise: 9px;
|
||||
-boxpointer-gap: 2px;
|
||||
}
|
||||
|
||||
/*Scale view context menu*/
|
||||
.popup-combo-menu {
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
background-color: $base_color;
|
||||
box-shadow: none;
|
||||
padding: 1em 0em 1em 0em;
|
||||
}
|
||||
|
||||
.popup-image-menu-item {
|
||||
}
|
||||
|
||||
.popup-combobox-item {
|
||||
spacing: 1em;
|
||||
padding: 0.4em 1.75em;
|
||||
border: 1px solid transparent;
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
-gradient-height: 1px;
|
||||
-gradient-start: $separator_color;
|
||||
-gradient-end: $separator_color;
|
||||
-margin-horizontal: 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-alternating-menu-item:alternate {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.popup-device-menu-item {
|
||||
spacing: 0.5em;
|
||||
}
|
||||
|
||||
.popup-subtitle-menu-item {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.nm-menu-item-icons {
|
||||
spacing: 0.5em;
|
||||
}
|
||||
|
||||
//
|
||||
// 开始菜单
|
||||
//
|
||||
.menu {
|
||||
&-favorites-box {
|
||||
padding: 10px;
|
||||
transition-duration: 300;
|
||||
background-color: transparentize($base_color, 0.7);
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
&-favorites-button {
|
||||
padding: 0.9em 1em;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
|
||||
&:hover {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
&-places {
|
||||
&-box {
|
||||
padding: 10px;
|
||||
border: 0px solid red;
|
||||
}
|
||||
|
||||
&-button {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&-categories-box {
|
||||
padding: 10px 30px 10px 30px;
|
||||
}
|
||||
|
||||
&-applications-inner-box,
|
||||
&-applications-outer-box {
|
||||
padding: 10px 10px 0 10px;
|
||||
}
|
||||
|
||||
&-application-button {
|
||||
padding: 7px;
|
||||
border: 0;
|
||||
|
||||
// This style is used in menu application buttons for applications which were newly installed
|
||||
&:highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&-selected {
|
||||
padding: 7px;
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border-radius: 6px;
|
||||
|
||||
&:highlighted {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
&-label:ltr {
|
||||
padding-left: 5px;
|
||||
}
|
||||
&-label:rtl {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
&-category-button {
|
||||
padding: 7px;
|
||||
border: 0;
|
||||
|
||||
&-selected {
|
||||
padding: 7px;
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
border-radius: 6px;
|
||||
}
|
||||
&-hover {
|
||||
background-color: red;
|
||||
border-radius: 2px;
|
||||
}
|
||||
&-greyed {
|
||||
padding: 7px;
|
||||
color: $insensitive_fg_color;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
&-label:ltr {
|
||||
padding-left: 5px;
|
||||
}
|
||||
&-label:rtl {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
// Name and description of the currently hovered item in the menu
|
||||
// This appears on the bottom right hand corner of the menu
|
||||
&-selected-app-box {
|
||||
padding-right: 30px;
|
||||
padding-left: 28px;
|
||||
text-align: right;
|
||||
height: 2.2em;
|
||||
|
||||
&:rtl {
|
||||
padding-top: 10px;
|
||||
height: 2.2em;
|
||||
}
|
||||
}
|
||||
|
||||
&-selected-app-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&-selected-app-description {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
||||
&-search-box:ltr {
|
||||
padding-left: 30px;
|
||||
}
|
||||
&-search-box-rtl {
|
||||
padding-right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
#menu-search-entry {
|
||||
width: 220px;
|
||||
min-height: 16px;
|
||||
font-weight: normal;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
caret-color: $fg_color;
|
||||
background-color: transparentize($grey_color, 0.35);
|
||||
@extend %entry;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
// box-shadow: 0 0 4px $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-search-entry-icon {
|
||||
icon-size: 1em;
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
/* Context menu (at the moment only for favorites) */
|
||||
.menu-context-menu {
|
||||
}
|
|
@ -0,0 +1,78 @@
|
|||
//
|
||||
// Notifications
|
||||
//
|
||||
#notification {
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
background-color: $bg_color;
|
||||
padding: 13px;
|
||||
spacing-rows: 10px;
|
||||
spacing-columns: 10px;
|
||||
margin-from-right-edge-of-screen: 20px;
|
||||
width: 34em;
|
||||
color: $fg_color;
|
||||
|
||||
.popup-menu & {
|
||||
color: $fg_color;
|
||||
border-image: url('#{$asset_path}/misc/message.svg') 9 9 9 9;
|
||||
|
||||
.notification-button,
|
||||
.notification-icon-button {
|
||||
@extend %button;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
StEntry {
|
||||
@extend %entry;
|
||||
}
|
||||
}
|
||||
|
||||
&.multi-line-notification {
|
||||
padding-bottom: 13px;
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
&-scrollview {
|
||||
max-height: 10em;
|
||||
|
||||
> .top-shadow,
|
||||
> .bottom-shadow {
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
&:ltr > StScrollBar {
|
||||
padding-left: 6px;
|
||||
}
|
||||
&:rtl > StScrollBar {
|
||||
padding-right: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
&-body {
|
||||
spacing: 5px;
|
||||
}
|
||||
&-actions {
|
||||
spacing: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.notification {
|
||||
&-with-image {
|
||||
min-height: 159px;
|
||||
color: $fg_color;
|
||||
}
|
||||
|
||||
&-button,
|
||||
&-icon-button {
|
||||
@extend %button;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
&-icon-button > StIcon {
|
||||
icon-size: 32px;
|
||||
}
|
||||
|
||||
StEntry {
|
||||
@extend %osd_entry;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,190 @@
|
|||
//
|
||||
// Panel
|
||||
//
|
||||
#panel {
|
||||
font-weight: bold;
|
||||
/* sets the height of horizontal panels */
|
||||
height: 40px;
|
||||
/* sets the width of vertical panels */
|
||||
width: 32px;
|
||||
/* Set the symbolic foreground color for icons, and importantly, the system tray applet icons */
|
||||
color: $fg_color;
|
||||
background-color: rgba(16, 16, 16, 0.1);
|
||||
|
||||
&:highlight {
|
||||
border-image: none;
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
.panel {
|
||||
&Left {
|
||||
spacing: 4px;
|
||||
|
||||
&:dnd {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(255, 0, 0, 0.05);
|
||||
background-gradient-end: rgba(255, 0, 0, 0.2);
|
||||
}
|
||||
&:ltr {
|
||||
padding-right: 4px;
|
||||
}
|
||||
&:rtl {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
padding: 0px;
|
||||
&:ltr {
|
||||
padding-right: 0px;
|
||||
}
|
||||
&:rtl {
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&Right {
|
||||
&:dnd {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(0, 0, 255, 0.05);
|
||||
background-gradient-end: rgba(0, 0, 255, 0.2);
|
||||
}
|
||||
&:ltr {
|
||||
padding-left: 4px;
|
||||
spacing: 0px;
|
||||
}
|
||||
&:rtl {
|
||||
padding-right: 4px;
|
||||
spacing: 0px;
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
padding: 0px;
|
||||
&:ltr {
|
||||
padding-left: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
&:rtl {
|
||||
padding-right: 0px;
|
||||
spacing: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&Center {
|
||||
spacing: 4px;
|
||||
|
||||
&.vertical {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
&:dnd {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(0, 255, 0, 0.05);
|
||||
background-gradient-end: rgba(0, 255, 0, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&-top,
|
||||
&-bottom,
|
||||
&-left,
|
||||
&-right {
|
||||
color: $selected_fg_color;
|
||||
border: none;
|
||||
background-color: transparentize($panel_bg, 0.01);
|
||||
font-size: 1em;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
&-top {
|
||||
padding-right: 12px;
|
||||
box-shadow: 0 1px $borders_color;
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
padding-right: 12px;
|
||||
box-shadow: 0 -1px $borders_color;
|
||||
}
|
||||
|
||||
&-left {
|
||||
box-shadow: 1px 0 $borders_color;
|
||||
}
|
||||
|
||||
&-right {
|
||||
box-shadow: -1px 0 $borders_color;
|
||||
}
|
||||
|
||||
&-dummy {
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
|
||||
&:entered {
|
||||
background-color: transparentize($error_color, 0.4);
|
||||
}
|
||||
}
|
||||
|
||||
&-status-button {
|
||||
border-width: 0;
|
||||
-natural-hpadding: 3px;
|
||||
-minimum-hpadding: 3px;
|
||||
font-weight: bold;
|
||||
color: $panel_fg;
|
||||
|
||||
&:hover {
|
||||
}
|
||||
}
|
||||
|
||||
&-button {
|
||||
-natural-hpadding: 6px;
|
||||
-minimum-hpadding: 2px;
|
||||
font-weight: bold;
|
||||
color: green;
|
||||
transition-duration: 100;
|
||||
}
|
||||
}
|
||||
|
||||
.system-status-icon {
|
||||
icon-size: 16px;
|
||||
padding: 0 1px;
|
||||
|
||||
&.warning {
|
||||
color: $warning_color;
|
||||
}
|
||||
&.error {
|
||||
color: $error_color;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Panel Launchers Applet (panelLaunchers.js)
|
||||
//
|
||||
.panel-launchers {
|
||||
padding-left: 7px;
|
||||
spacing: 2px;
|
||||
|
||||
& .launcher {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-bottom: 2px;
|
||||
// border-bottom-width: 1px;
|
||||
transition-duration: 200;
|
||||
|
||||
&:hover {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
spacing: 1px;
|
||||
|
||||
& .launcher {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,156 @@
|
|||
///
|
||||
// Sound Applet (status/volume.js)
|
||||
//
|
||||
.sound-button {
|
||||
width: 22px;
|
||||
height: 13px;
|
||||
padding: 8px;
|
||||
|
||||
@extend %button;
|
||||
|
||||
&-container {
|
||||
padding-right: 3px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
StIcon {
|
||||
icon-size: 1.4em;
|
||||
}
|
||||
}
|
||||
|
||||
.sound-track {
|
||||
&-infos {
|
||||
padding: 5px;
|
||||
}
|
||||
&-info {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
|
||||
StIcon {
|
||||
icon-size: 16px;
|
||||
}
|
||||
|
||||
StLabel {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
&-box {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
max-width: 220px;
|
||||
}
|
||||
}
|
||||
|
||||
.sound-seek-box {
|
||||
padding-left: 15px;
|
||||
|
||||
StLabel {
|
||||
padding-top: 2px;
|
||||
}
|
||||
StIcon {
|
||||
icon-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.sound-seek-slider {
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.sound-volume-menu-item {
|
||||
padding: 0.4em 1.75em;
|
||||
|
||||
StIcon {
|
||||
icon-size: 1.14em;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.sound-playback-control {
|
||||
padding: 5px 10px 10px 10px;
|
||||
}
|
||||
|
||||
// 2.8
|
||||
.sound-player {
|
||||
// padding: 0 4px;
|
||||
|
||||
> StBoxLayout:first-child {
|
||||
padding: 5px 10px 12px 10px;
|
||||
spacing: 0.5em;
|
||||
|
||||
StButton:small {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
StIcon {
|
||||
icon-size: 12px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include button(hover);
|
||||
}
|
||||
&:active {
|
||||
@include button(active);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-generic-coverart {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
&-overlay {
|
||||
width: 290px;
|
||||
height: 70px;
|
||||
padding: 15px;
|
||||
spacing: 0.5em;
|
||||
background: transparentize($bg_color, 0.1);
|
||||
border-top: 1px solid $borders_color;
|
||||
// background: transparentize(darken($osd_bg_color, 5%), 0.1);
|
||||
// border: 0px solid darken($osd_bg_color, 10%);
|
||||
// border-bottom: 1px ;
|
||||
color: $fg_color;
|
||||
|
||||
StButton {
|
||||
width: 22px;
|
||||
height: 13px;
|
||||
padding: 5px;
|
||||
color: $fg_color;
|
||||
border-radius: 2px;
|
||||
border: 1px solid transparent;
|
||||
|
||||
StIcon {
|
||||
icon-size: 16px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include button(hover);
|
||||
}
|
||||
&:active {
|
||||
@include button(active);
|
||||
}
|
||||
}
|
||||
|
||||
StBoxLayout {
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
> StBoxLayout {
|
||||
spacing: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.slider {
|
||||
height: 0.5em;
|
||||
padding: 0;
|
||||
border: none;
|
||||
-slider-height: 0.5em;
|
||||
-slider-background-color: if($variant == 'light', $button_border, darken($bg_color, 5%));
|
||||
-slider-border-color: rgba(0, 0, 0, 0);
|
||||
-slider-active-background-color: $selected_bg_color;
|
||||
-slider-active-border-color: rgba(0, 0, 0, 0);
|
||||
-slider-border-width: 0px;
|
||||
-slider-handle-radius: 0px;
|
||||
}
|
||||
}
|
|
@ -0,0 +1,295 @@
|
|||
//
|
||||
// OSD
|
||||
//
|
||||
.info-osd {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
spacing: 1em;
|
||||
padding: 16px;
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 5px;
|
||||
background-color: $bg_color;
|
||||
}
|
||||
|
||||
.restart-osd {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
.workspace-osd {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
.osd-window {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
spacing: 1em;
|
||||
padding: 20px;
|
||||
|
||||
color: $fg_color;
|
||||
background-color: $bg_color;
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 5px;
|
||||
|
||||
.osd-monitor-label {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
.level {
|
||||
padding: 0;
|
||||
height: 0.7em;
|
||||
background-color: transparentize(black, 0.5);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.level-bar {
|
||||
border-radius: 2px;
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Window list (windowList.js)
|
||||
//
|
||||
.window-list {
|
||||
&-box {
|
||||
spacing: 6px;
|
||||
padding-left: 10px;
|
||||
padding-top: 1px;
|
||||
|
||||
&.vertical {
|
||||
spacing: 2px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
&:highlight {
|
||||
background-color: transparentize($error_color, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
&-item-label {
|
||||
font-weight: bold;
|
||||
width: 15em;
|
||||
min-width: 5px;
|
||||
}
|
||||
|
||||
&-item-box {
|
||||
font-weight: bold;
|
||||
background-image: none;
|
||||
padding-top: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
transition-duration: 100;
|
||||
color: transparentize($panel_fg, 0.2);
|
||||
|
||||
&.top,
|
||||
&.bottom {
|
||||
border-bottom-width: 2px;
|
||||
|
||||
& StLabel {
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&.right {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-right-width: 2px;
|
||||
|
||||
& StBin {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.left {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-left-width: 2px;
|
||||
|
||||
& StBin {
|
||||
padding-left: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:groupfocus {
|
||||
color: $panel_fg;
|
||||
background-color: transparentize($panel_fg, 0.8);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:checked,
|
||||
&:focus,
|
||||
&:running {
|
||||
color: $panel_fg;
|
||||
border-color: $selected_bg_color;
|
||||
background-color: transparentize($panel_fg, 0.8);
|
||||
}
|
||||
|
||||
& .progress {
|
||||
background-color: transparentize($selected_bg_color, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&-item-demands-attention {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: $destructive_color;
|
||||
background-gradient-end: $destructive_color;
|
||||
}
|
||||
|
||||
&-preview {
|
||||
spacing: 6px;
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
background-color: $bg_color;
|
||||
border-radius: 3px;
|
||||
padding: 6px 12px 12px 12px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Grouped window list
|
||||
//
|
||||
|
||||
.grouped-window-list {
|
||||
&-item-label {
|
||||
font-weight: bold;
|
||||
width: 15em;
|
||||
min-width: 5px;
|
||||
}
|
||||
|
||||
&-item-box {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
background-image: none;
|
||||
padding-top: 0;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
transition-duration: 100;
|
||||
color: transparentize($panel_fg, 0.2);
|
||||
|
||||
&.top,
|
||||
&.bottom {
|
||||
border-bottom-width: 2px;
|
||||
|
||||
& StLabel {
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&.right {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-right-width: 2px;
|
||||
|
||||
& StBin {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.left {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
border-left-width: 2px;
|
||||
|
||||
& StBin {
|
||||
padding-left: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $panel_fg;
|
||||
background-color: transparentize($panel_fg, 0.7);
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:checked {
|
||||
color: $panel_fg;
|
||||
border-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
& .progress {
|
||||
background-color: transparentize($selected_bg_color, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
&-item-demands-attention {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: $destructive_color;
|
||||
background-gradient-end: $destructive_color;
|
||||
}
|
||||
|
||||
&-thumbnail-label {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
&-number-label {
|
||||
z-index: 99;
|
||||
color: $tooltip_border_color;
|
||||
}
|
||||
|
||||
&-badge {
|
||||
border-radius: 256px;
|
||||
background-color: $tooltip_fg_color;
|
||||
}
|
||||
|
||||
&-button-label {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
&-thumbnail-alert {
|
||||
background: rgba(255, 52, 52, 0.3);
|
||||
}
|
||||
|
||||
&-thumbnail-menu {
|
||||
color: $fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
background-color: $bg_color;
|
||||
border-radius: 3px;
|
||||
padding: 0px;
|
||||
|
||||
> StBoxLayout {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.item-box {
|
||||
padding: 10px;
|
||||
border-radius: 2px;
|
||||
spacing: 4px;
|
||||
|
||||
&:outlined {
|
||||
padding: 8px;
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
|
||||
&:selected {
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
width: 256px;
|
||||
}
|
||||
|
||||
.separator {
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Overview corner
|
||||
//
|
||||
#overview-corner {
|
||||
background-image: url('common-assets/misc/overview.png');
|
||||
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/overview-hover.png');
|
||||
}
|
||||
}
|
|
@ -0,0 +1,223 @@
|
|||
//
|
||||
// Overview
|
||||
//
|
||||
#overview {
|
||||
spacing: 12px;
|
||||
}
|
||||
|
||||
.window-caption {
|
||||
background-color: $osd_bg_color;
|
||||
border: 1px solid $osd_bg_color;
|
||||
color: $osd_fg_color;
|
||||
spacing: 8px;
|
||||
border-radius: 2px;
|
||||
font-size: 0.9em;
|
||||
padding: 5px 8px;
|
||||
-cinnamon-caption-spacing: 8px;
|
||||
|
||||
&:focus {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.window-border {
|
||||
border: 3px $selected_bg_color;
|
||||
border-radius: 2px;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
/* Cover rounded corners and some bad adjustment gaps */
|
||||
box-shadow: 0 0 0 1px $selected_bg_color inset;
|
||||
}
|
||||
|
||||
.overview-empty-placeholder {
|
||||
color: #ffffff;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.expo-workspaces-name-entry,
|
||||
.expo-workspaces-name-entry#selected {
|
||||
height: 1.5em;
|
||||
border-radius: 2px;
|
||||
font-size: 1em;
|
||||
padding: 5px 8px;
|
||||
-cinnamon-caption-spacing: 4px;
|
||||
@include entry(osd);
|
||||
|
||||
&:focus {
|
||||
border: 1px solid $selected_bg_color;
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
font-style: italic;
|
||||
transition-duration: 300;
|
||||
selection-background-color: $selected_fg_color;
|
||||
selected-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.expo-workspace-thumbnail-frame {
|
||||
border: 4px solid rgba(255, 255, 255, 0);
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
border-radius: 2px;
|
||||
|
||||
&#active {
|
||||
border: 4px solid $selected_bg_color;
|
||||
background-color: black;
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.expo-background {
|
||||
background-color: opacify($osd_bg_color, 1);
|
||||
}
|
||||
|
||||
.workspace {
|
||||
//&-controls { visible-height: 32px; }
|
||||
|
||||
&-thumbnails {
|
||||
spacing: 26px;
|
||||
|
||||
&-background,
|
||||
&-background:rtl {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&-add-button {
|
||||
background-image: url('common-assets/misc/add-workspace.svg');
|
||||
height: 200px;
|
||||
width: 35px;
|
||||
transition-duration: 100;
|
||||
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/add-workspace-hover.svg');
|
||||
transition-duration: 100;
|
||||
}
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/add-workspace-active.svg');
|
||||
transition-duration: 100;
|
||||
}
|
||||
}
|
||||
&-overview-background-shade {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-close-button,
|
||||
.window-close {
|
||||
background-image: url('common-assets/misc/close.svg');
|
||||
background-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
-cinnamon-close-overlap: 12px;
|
||||
|
||||
&:hover {
|
||||
background-image: url('common-assets/misc/close-hover.svg');
|
||||
background-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
&:active {
|
||||
background-image: url('common-assets/misc/close-active.svg');
|
||||
background-size: 26px;
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
//.workspace-thumbnail-indicator {
|
||||
// outline: 2px solid red;
|
||||
// border: 1px solid green;
|
||||
//}
|
||||
//
|
||||
//.window-close:rtl {
|
||||
// -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
|
||||
//}
|
||||
|
||||
.window-close-area {
|
||||
background-image: url('common-assets/misc/trash-icon.svg');
|
||||
height: 120px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
//
|
||||
// Workspace Switcher applet (workspaceSwitcher.js)
|
||||
//
|
||||
#workspaceSwitcher {
|
||||
spacing: 0px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
/* Controls the styling when using the "Simple buttons" option */
|
||||
.workspace-switcher {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
|
||||
.panel-left &,
|
||||
.panel-right & {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-button {
|
||||
border: 1px solid transparentize(black, 0.6);
|
||||
background-color: transparentize(black, 0.8);
|
||||
width: 20px;
|
||||
height: 14px;
|
||||
color: transparentize($selected_fg_color, 0.55);
|
||||
padding: 3px;
|
||||
padding-top: 4px;
|
||||
transition-duration: 200;
|
||||
|
||||
&.vertical {
|
||||
height: 1.5em;
|
||||
width: 24px;
|
||||
padding: 0;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
&:outlined {
|
||||
background-color: $selected_bg_color;
|
||||
color: $selected_fg_color;
|
||||
|
||||
&:hover {
|
||||
background-color: transparentize($selected_bg_color, 0.3);
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: transparentize($fg_color, 0.8);
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
}
|
||||
|
||||
/* Controls the style when using the "Visual representation" option */
|
||||
.workspace-graph {
|
||||
padding: 3px;
|
||||
spacing: 6px;
|
||||
}
|
||||
|
||||
.workspace-graph .workspace {
|
||||
border: 1px solid transparentize(black, 0.6);
|
||||
background-color: transparentize(black, 0.8);
|
||||
}
|
||||
|
||||
.workspace-graph .workspace:active {
|
||||
border: 1px solid $selected_bg_color;
|
||||
}
|
||||
|
||||
.workspace-graph .workspace .windows {
|
||||
-active-window-background: lighten($panel_bg, 15%);
|
||||
-active-window-border: rgba(0, 0, 0, 0.8);
|
||||
-inactive-window-background: lighten($panel_bg, 15%);
|
||||
-inactive-window-border: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
|
||||
.workspace-graph .workspace:active .windows {
|
||||
-active-window-background: lighten($panel_bg, 25%);
|
||||
-active-window-border: rgba(0, 0, 0, 0.8);
|
||||
-inactive-window-background: lighten($panel_bg, 5%);
|
||||
-inactive-window-border: rgba(0, 0, 0, 0.8);
|
||||
}
|
|
@ -9,15 +9,15 @@
|
|||
|
||||
@if $t==normal {
|
||||
color: $text_color;
|
||||
background-color: $base_color;
|
||||
border: 1px solid $entry_border;
|
||||
background-color: $grey_color;
|
||||
// border: 1px solid $entry_border;
|
||||
box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95);
|
||||
}
|
||||
|
||||
@if $t==focus {
|
||||
color: $fg_color;
|
||||
background-color: $base_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
color: $text_color;
|
||||
background-color: $grey_color;
|
||||
// border: 1px solid $selected_bg_color;
|
||||
box-shadow: inset 0 2px 4px transparentize($entry_bg, 0.95);
|
||||
}
|
||||
|
||||
|
@ -65,9 +65,7 @@
|
|||
background-color: $button_bg;
|
||||
border: 1px solid $borders_color;
|
||||
box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
|
||||
}
|
||||
|
||||
@else if $t==focus {
|
||||
} @else if $t==focus {
|
||||
//
|
||||
// focused button
|
||||
//
|
||||
|
@ -75,9 +73,7 @@
|
|||
background-color: $button_bg;
|
||||
border: 1px solid $selected_bg_color;
|
||||
box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
|
||||
}
|
||||
|
||||
@else if $t==focus-hover {
|
||||
} @else if $t==focus-hover {
|
||||
//
|
||||
// focused button
|
||||
//
|
||||
|
@ -85,9 +81,7 @@
|
|||
background-color: lighten($button_bg, 5%);
|
||||
border: 1px solid $selected_bg_color;
|
||||
box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
|
||||
}
|
||||
|
||||
@else if $t==hover {
|
||||
} @else if $t==hover {
|
||||
//
|
||||
// hovered button
|
||||
//
|
||||
|
@ -95,9 +89,7 @@
|
|||
background-color: lighten($button_bg, 5%);
|
||||
border: 1px solid $borders_color;
|
||||
box-shadow: inset 0 2px 4px transparentize(lighten($button_bg, 5%), 0.95);
|
||||
}
|
||||
|
||||
@else if $t==active {
|
||||
} @else if $t==active {
|
||||
//
|
||||
// pushed button
|
||||
//
|
||||
|
@ -105,9 +97,7 @@
|
|||
background-color: $selected_bg_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
box-shadow: inset 0 2px 4px $selected_bg_color;
|
||||
}
|
||||
|
||||
@else if $t==insensitive {
|
||||
} @else if $t==insensitive {
|
||||
//
|
||||
// insensitive button
|
||||
//
|
||||
|
@ -115,36 +105,28 @@
|
|||
border: 1px solid transparentize($borders_color, 0.45);
|
||||
background-color: transparentize($button_bg, 0.45);
|
||||
box-shadow: inset 0 2px 4px transparentize($button_bg, 0.95);
|
||||
}
|
||||
|
||||
@else if $t==osd {
|
||||
} @else if $t==osd {
|
||||
//
|
||||
// normal osd button
|
||||
//
|
||||
color: $osd_fg_color;
|
||||
border: 1px solid $borders_color;
|
||||
background-color: $osd_button_bg;
|
||||
}
|
||||
|
||||
@else if $t==osd-hover {
|
||||
} @else if $t==osd-hover {
|
||||
//
|
||||
// active osd button
|
||||
//
|
||||
color: $osd_fg_color;
|
||||
border: 1px solid $osd_button_border;
|
||||
background-color: opacify(lighten($osd_button_bg, 7%), 0.1);
|
||||
}
|
||||
|
||||
@else if $t==osd-active {
|
||||
} @else if $t==osd-active {
|
||||
//
|
||||
// active osd button
|
||||
//
|
||||
color: $selected_fg_color;
|
||||
border: 1px solid $selected_bg_color;
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
@else if $t==osd-insensitive {
|
||||
} @else if $t==osd-insensitive {
|
||||
//
|
||||
// insensitive osd button
|
||||
//
|
|
@ -0,0 +1,54 @@
|
|||
/**
|
||||
*
|
||||
* @authors yutent<yutent.io@gmail.com>
|
||||
* @date 2022/05/05 14:02:55
|
||||
*/
|
||||
|
||||
$asset_path: dark-assets;
|
||||
|
||||
$selected_bg_color: rgba(100, 181, 246, 0.35);
|
||||
$highlight_color: rgb(100, 181, 246);
|
||||
|
||||
$base_color: #3c4d5e;
|
||||
$text_color: #dae1e9;
|
||||
$bg_color: #57606f;
|
||||
$fg_color: #ced6e0;
|
||||
$grey_color: #86909b;
|
||||
|
||||
$selected_fg_color: #f2f5fc;
|
||||
|
||||
$borders_color: darken($bg_color, 6%);
|
||||
|
||||
$separator_color: darken($grey_color, 6%);
|
||||
|
||||
$link_color: lighten($selected_bg_color, 20%);
|
||||
|
||||
$warning_color: #f27835;
|
||||
$error_color: #fc7661;
|
||||
$destructive_color: #ff5f45;
|
||||
|
||||
$insensitive_fg_color: transparentize($fg_color, 0.55);
|
||||
|
||||
$tooltip_bg_color: #fbeaa0;
|
||||
$tooltip_fg_color: #4a4a4a;
|
||||
$tooltip_border_color: #d0d0d0;
|
||||
|
||||
$osd_fg_color: #c3c3c3;
|
||||
$osd_bg_color: #353535;
|
||||
|
||||
$osd_button_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
|
||||
$osd_button_border: transparentize(darken($osd_bg_color, 20%), 0.6);
|
||||
|
||||
$osd_entry_bg: transparentize(lighten($osd_bg_color, 22%), 0.6);
|
||||
$osd_entry_border: transparentize(darken($osd_bg_color, 12%), 0.6);
|
||||
|
||||
$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 30%);
|
||||
|
||||
$panel_bg: $bg_color;
|
||||
$panel_fg: $fg_color;
|
||||
|
||||
$entry_bg: lighten($base_color, 0%);
|
||||
$entry_border: darken($borders_color, 0%);
|
||||
|
||||
$button_bg: lighten($base_color, 2%);
|
||||
$button_border: $entry_border;
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
4103
gtk-3.0/gtk-dark.css
4068
gtk-3.0/gtk.css
|
@ -1,4 +0,0 @@
|
|||
#! /bin/bash
|
||||
|
||||
sassc ./sass/gtk.scss gtk.css
|
||||
sassc ./sass/gtk-dark.scss gtk-dark.css
|
|
@ -1,10 +0,0 @@
|
|||
$variant: 'dark';
|
||||
$tint: 'no-tint';
|
||||
|
||||
@import 'colors';
|
||||
@import 'drawing';
|
||||
@import 'common';
|
||||
@import 'applications';
|
||||
@import 'lightdm';
|
||||
@import 'colors-public';
|
||||
@import 'libhandy';
|
|
@ -1,4 +1,4 @@
|
|||
$variant: 'light';
|
||||
$variant: 'dark';
|
||||
$tint: 'no-tint';
|
||||
|
||||
@import 'colors';
|
||||
|
@ -6,6 +6,5 @@ $tint: 'no-tint';
|
|||
@import 'common';
|
||||
@import 'applications';
|
||||
@import 'lightdm';
|
||||
@import 'ubiquity';
|
||||
@import 'colors-public';
|
||||
@import 'libhandy';
|
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -1,12 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Mint-Y
|
||||
Name=one-dark
|
||||
Comment=A flat theme with transparent elements
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Mint-Y
|
||||
MetacityTheme=Mint-Y
|
||||
IconTheme=Mint-Y
|
||||
GtkTheme=one-dark
|
||||
MetacityTheme=one-dark
|
||||
IconTheme=Reversal-green-dark
|
||||
CursorTheme=DMZ-Black
|
||||
ButtonLayout=menu:minimize,maximize,close
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Type=X-GNOME-Metatheme
|
||||
Name=Mint-Y-Dark
|
||||
Comment=A dark flat theme with transparent elements
|
||||
Encoding=UTF-8
|
||||
|
||||
[X-GNOME-Metatheme]
|
||||
GtkTheme=Mint-Y-Dark
|
||||
MetacityTheme=Mint-Y
|
||||
IconTheme=Mint-Y-Dark
|
||||
CursorTheme=DMZ-Black
|
||||
ButtonLayout=menu:minimize,maximize,close
|
|
@ -1,106 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="18"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 18 18"
|
||||
width="18"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
||||
sodipodi:docname="button-bg.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1349"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="45.254834"
|
||||
inkscape:cx="6.3457093"
|
||||
inkscape:cy="7.7449302"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="titlebutton-close"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
style="display:inline"
|
||||
id="titlebutton-close"
|
||||
inkscape:label="#g6210"
|
||||
transform="matrix(1.125,0,0,1.1249998,-725.625,208.84252)"><g
|
||||
id="g4927-9"
|
||||
style="display:inline;opacity:1"
|
||||
transform="matrix(1.125,0,0,1.125,-844.375,-464.51283)"><g
|
||||
transform="translate(-103)"
|
||||
style="display:inline;opacity:1"
|
||||
id="g4490-6-5-2"><g
|
||||
id="g4092-0-2-21-0"
|
||||
style="display:inline"
|
||||
transform="translate(58)"><ellipse
|
||||
cy="255"
|
||||
cx="1376"
|
||||
style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4068-7-5-9-6"
|
||||
rx="7.1111112"
|
||||
ry="7.1111126" /></g></g><g
|
||||
id="g4778-2-68"
|
||||
transform="translate(1323,246.86719)"
|
||||
style="fill:#ffffff;fill-opacity:1"><g
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"
|
||||
id="layer9-9-4-4"
|
||||
transform="translate(-60,-518)" /><g
|
||||
id="layer10-2-1-8"
|
||||
transform="translate(-60,-518)"
|
||||
style="fill:#ffffff;fill-opacity:1" /><g
|
||||
id="layer11-16-4-9"
|
||||
transform="translate(-60,-518)"
|
||||
style="fill:#ffffff;fill-opacity:1" /><g
|
||||
transform="matrix(0.75,0,0,0.75,2,2.0546875)"
|
||||
id="g2996-76-5"
|
||||
style="fill:#ffffff;fill-opacity:1"><g
|
||||
transform="translate(-60,-518)"
|
||||
id="layer12-4-5-7"
|
||||
style="fill:#ffffff;fill-opacity:1"><g
|
||||
transform="translate(19,-242)"
|
||||
id="layer4-4-1-9-5"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1" /></g></g><g
|
||||
id="layer13-2-6-11"
|
||||
transform="translate(-60,-518)"
|
||||
style="fill:#ffffff;fill-opacity:1" /><g
|
||||
id="layer14-4-0-33"
|
||||
transform="translate(-60,-518)"
|
||||
style="fill:#ffffff;fill-opacity:1" /><g
|
||||
id="layer15-7-3-0"
|
||||
transform="translate(-60,-518)"
|
||||
style="fill:#ffffff;fill-opacity:1" /></g></g><rect
|
||||
y="-185.63782"
|
||||
x="645"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-39"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18"><circle cy="255" cx="1376" fill="gray" r="7.111" transform="matrix(1.26563 0 0 1.26562 -1732.5 -313.734)"/><path fill="none" d="M0 0h18v18H0z"/></svg>
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 213 B |
|
@ -1,60 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="close-icon.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="923"
|
||||
inkscape:window-height="710"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="-3.9322034"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="M4.795 3.912l-.883.883.147.146L7.117 8 4.06 11.059l-.147.146.883.883.146-.147L8 8.883l3.059 3.058.146.147.883-.883-.147-.146L8.883 8l3.058-3.059.147-.146-.883-.883-.146.147L8 7.117 4.941 4.06z"
|
||||
style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal;fill:#808080;fill-opacity:1"
|
||||
color="#000"
|
||||
font-weight="400"
|
||||
font-family="sans-serif"
|
||||
white-space="normal"
|
||||
overflow="visible"
|
||||
fill="gray"
|
||||
fill-rule="evenodd"
|
||||
id="path2" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M4.795 3.912l-.883.883.147.146L7.117 8 4.06 11.059l-.147.146.883.883.146-.147L8 8.883l3.059 3.058.146.147.883-.883-.147-.146L8.883 8l3.058-3.059.147-.146-.883-.883-.146.147L8 7.117 4.941 4.06z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="gray" fill-rule="evenodd"/></svg>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 787 B |
|
@ -1,63 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="max-icon.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1490"
|
||||
inkscape:window-height="633"
|
||||
id="namedview6"
|
||||
showgrid="true"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="-27.525424"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="41"
|
||||
inkscape:window-y="172"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg4">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid812" />
|
||||
</sodipodi:namedview>
|
||||
<path
|
||||
d="M4 4v8h8V4zm1 1h6v6H5z"
|
||||
style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal;fill:#808080;fill-opacity:1"
|
||||
font-weight="400"
|
||||
overflow="visible"
|
||||
id="path2"
|
||||
white-space="normal"
|
||||
font-family="sans-serif"
|
||||
fill="gray"
|
||||
color="#000" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M4 4v8h8V4zm1 1h6v6H5z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal" font-weight="400" overflow="visible" font-family="sans-serif" fill="gray" color="#000"/></svg>
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 597 B |
|
@ -1,69 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="16"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="menu-icon.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#d7d7d7"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1026"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-1.8008989"
|
||||
inkscape:cy="8.7848422"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
transform="translate(-1426,-247)"
|
||||
style="display:inline;opacity:1"
|
||||
id="g4490-2-96"><g
|
||||
id="g4092-0-6-83"
|
||||
style="display:inline"
|
||||
transform="translate(58,0)" /></g><g
|
||||
id="g4137"><rect
|
||||
y="2.6171874e-06"
|
||||
x="0"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-29"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path
|
||||
style="display:inline;fill:#808080;fill-opacity:1;stroke:#808080;stroke-width:0.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:nodetypes="ccscsccsscscc"
|
||||
id="rect6014-1-6-3-5-9"
|
||||
d="M 8.0000004,9.8518766 11.69336,7.4152989 C 11.819861,7.3170928 11.875,7.1836334 11.875,7.0554982 l 0,-0.9321261 -0.968749,0 c -0.165089,0 -0.337533,0.042611 -0.464031,0.1410188 L 8.0000004,7.9876243 5.5577813,6.2643909 C 5.4267073,6.1719049 5.2588379,6.1233721 5.09375,6.1233721 l -0.96875,0 0,0.9321261 c 0,0.1281353 0.055154,0.2615937 0.1816405,0.3598007 z"
|
||||
inkscape:connector-curvature="0" /></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path fill="none" d="M0 0h16v16H0z"/><path d="M8 9.852l3.693-2.437a.45.45 0 00.182-.36v-.932h-.969a.764.764 0 00-.464.141L8 7.988 5.558 6.264a.815.815 0 00-.464-.14h-.969v.931a.45.45 0 00.182.36z" fill="gray" stroke="gray" stroke-width=".25"/></svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 312 B |
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<metacity_theme>
|
||||
<info>
|
||||
<name>Mint-Y</name>
|
||||
<author>Linux Mint</author>
|
||||
<copyright>GPL</copyright>
|
||||
<date>September 2021</date>
|
||||
<name>one-dark</name>
|
||||
<author>yutent</author>
|
||||
<copyright>MIT</copyright>
|
||||
<date>May 2022</date>
|
||||
<description>A pleasant theme built to adapt to many color schemes as well as be optimal for both high and low resolution displays.</description>
|
||||
</info>
|
||||
|
||||
|
@ -40,10 +40,10 @@
|
|||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="8" rounded_top_right="8">
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="8" rounded_top_right="8" rounded_bottom_left="8" rounded_bottom_right="8">
|
||||
<distance name="left_width" value="1" />
|
||||
<distance name="right_width" value="1" />
|
||||
<distance name="bottom_height" value="1" />
|
||||
<distance name="bottom_height" value="4" />
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
<distance name="title_vertical_pad" value="0"/>
|
||||
|
|
|
@ -1,63 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="min-icon.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="960"
|
||||
inkscape:window-height="505"
|
||||
id="namedview6"
|
||||
showgrid="true"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="5.6171159"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="302"
|
||||
inkscape:window-y="360"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg4">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid817" />
|
||||
</sodipodi:namedview>
|
||||
<path
|
||||
d="M4 10v1h8v-1z"
|
||||
style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal;fill:#808080;fill-opacity:1"
|
||||
font-weight="400"
|
||||
overflow="visible"
|
||||
id="path2"
|
||||
white-space="normal"
|
||||
font-family="sans-serif"
|
||||
fill="gray"
|
||||
color="#000" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M4 10v1h8v-1z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal" font-weight="400" overflow="visible" font-family="sans-serif" fill="gray" color="#000"/></svg>
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 588 B |
|
@ -1,72 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
sodipodi:docname="restore-icon.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata14">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs12" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1137"
|
||||
inkscape:window-height="695"
|
||||
id="namedview10"
|
||||
showgrid="true"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="-9.1174328"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="422"
|
||||
inkscape:window-y="205"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg8">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid821" />
|
||||
</sodipodi:namedview>
|
||||
<g
|
||||
font-weight="400"
|
||||
id="g6"
|
||||
style="color:#000000;font-weight:400;font-family:sans-serif;white-space:normal;fill:#808080;fill-opacity:1">
|
||||
<path
|
||||
d="m 3,5 v 8 h 8 V 5 Z m 1,1 h 6 v 6 H 4 Z"
|
||||
style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;text-orientation:mixed;shape-padding:0;overflow:visible;isolation:auto;mix-blend-mode:normal;fill:#808080;fill-opacity:1"
|
||||
overflow="visible"
|
||||
id="path2"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
<path
|
||||
d="m 5,3 v 1 h 7 v 7 h 1 V 3 Z"
|
||||
style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;text-transform:none;text-orientation:mixed;shape-padding:0;overflow:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;fill:#808080;fill-opacity:1"
|
||||
overflow="visible"
|
||||
id="path4"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
</g>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><g font-weight="400" style="white-space:normal" color="#000" font-family="sans-serif" fill="gray"><path d="M3 5v8h8V5zm1 1h6v6H4z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal" overflow="visible"/><path d="M5 3v1h7v7h1V3z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;shape-padding:0;isolation:auto;mix-blend-mode:normal" overflow="visible" opacity=".5"/></g></svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -1,75 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="16"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="shade-icon.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#e2e2e2"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1026"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="-0.62788945"
|
||||
inkscape:cy="2.5679813"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
transform="translate(-1426,-247)"
|
||||
style="display:inline;opacity:1"
|
||||
id="g4490-3-75"><g
|
||||
id="g4092-0-7-0"
|
||||
style="display:inline"
|
||||
transform="translate(58,0)" /></g><g
|
||||
id="g4142"><rect
|
||||
y="2.6171874e-06"
|
||||
x="0"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-32"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><g
|
||||
id="g4138"><path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate"
|
||||
d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 L 4,7 12,7 12,5.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z"
|
||||
id="path3842-6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ssccsssccccc" /><path
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate"
|
||||
d="m 11,10 -3,-3 -3,3 2,0 0,2 2,0 0,-2 z"
|
||||
id="path3842"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccc" /></g></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path fill="none" d="M0 0h16v16H0z"/><g color="#000" fill="gray"><path style="marker:none" d="M5.5 4C4.669 4 4 4.669 4 5.5V7h8V5.5c0-.831-.669-1.5-1.5-1.5zM10 5h1v1h-1zM11 10L8 7l-3 3h2v2h2v-2z" overflow="visible"/></g></svg>
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 288 B |
|
@ -1,63 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="16"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="stick-icon.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#d7d7d7"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1026"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="6.2833169"
|
||||
inkscape:cy="4.6144526"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
id="g4156"><rect
|
||||
y="2.6171874e-06"
|
||||
x="0"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-29"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
id="path9895"
|
||||
d="M 10,3 7,5 4,4 4,11 7,10 10,12 10,8 15,7.51693 10,7 Z"
|
||||
inkscape:connector-curvature="0" /></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path fill="none" d="M0 0h16v16H0z"/><path style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" d="M10 3L7 5 4 4v7l3-1 3 2V8l5-.483L10 7z" color="#000" overflow="visible" fill="gray"/></svg>
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 290 B |
|
@ -1,69 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="16"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="shade-icon.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#e2e2e2"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1369"
|
||||
inkscape:window-height="1027"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="9.170067"
|
||||
inkscape:cy="8.3198388"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
transform="translate(-1426,-247)"
|
||||
style="display:inline;opacity:1"
|
||||
id="g4490-3-75"><g
|
||||
id="g4092-0-7-0"
|
||||
style="display:inline"
|
||||
transform="translate(58,0)" /></g><g
|
||||
id="g4146"><rect
|
||||
y="2.6171874e-06"
|
||||
x="0"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-32"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /><path
|
||||
sodipodi:nodetypes="ssccssscccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3842-6"
|
||||
d="M 5.5,4 C 4.6689999,4 4,4.669 4,5.5 l 0,6.5 8,0 0,-6.5 C 12,4.669 11.331,4 10.5,4 Z m 4.5,1 1,0 0,1 -1,0 z m -4,2 4,0 0,3 -4,0 z"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;enable-background:accumulate" /></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path fill="none" d="M0 0h16v16H0z"/><path d="M5.5 4C4.669 4 4 4.669 4 5.5V12h8V5.5c0-.831-.669-1.5-1.5-1.5zM10 5h1v1h-1zM6 7h4v3H6z" style="marker:none" color="#000" overflow="visible" fill="gray"/></svg>
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 268 B |
|
@ -1,70 +1 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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"
|
||||
enable-background="new 0 0 32 32"
|
||||
height="16"
|
||||
id="Layer_1"
|
||||
version="1.1"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="unstick-icon.svg"><metadata
|
||||
id="metadata26"><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><defs
|
||||
id="defs24" /><sodipodi:namedview
|
||||
pagecolor="#d7d7d7"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1026"
|
||||
id="namedview22"
|
||||
showgrid="true"
|
||||
inkscape:zoom="32"
|
||||
inkscape:cx="10.611442"
|
||||
inkscape:cy="4.5519526"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Layer_1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3003"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" /></sodipodi:namedview><g
|
||||
id="g4148"><g
|
||||
id="g4147"
|
||||
style="display:inline"
|
||||
transform="translate(-321.0002,-727)"><path
|
||||
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
|
||||
d="M 10,3 7.2382812,4.8417969 10.361328,7.9648438 15,7.5175781 10,7 10,3 Z M 4.59375,4.1992188 10,9.6035156 10,9.3964844 4.90625,4.3027344 4.59375,4.1992188 Z M 4,5.3964844 4,11 7,10 10,12 10,11.396484 4,5.3964844 Z"
|
||||
transform="translate(321.0002,727)"
|
||||
id="path9895-5"
|
||||
inkscape:connector-curvature="0" /><path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 325.39622,730 8.10398,8.10398 -0.89602,0.89602 -8.10398,-8.10398 z"
|
||||
id="path2986-2-7"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /></g><rect
|
||||
y="2.6171874e-06"
|
||||
x="0"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect17883-29"
|
||||
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><g color="#000" fill="gray"><path style="isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" d="M10 3L7.238 4.842l3.123 3.123L15 7.518 10 7V3zM4.594 4.2L10 9.603v-.208L4.906 4.303l-.312-.104zM4 5.395V11l3-1 3 2v-.604l-6-6z" overflow="visible"/><path d="M4.396 3l8.104 8.104-.896.896L3.5 3.896z" style="marker:none" overflow="visible"/></g><path fill="none" d="M0 0h16v16H0z"/></svg>
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 476 B |
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "one-dark",
|
||||
"version": "1.0.0",
|
||||
"type": "module"
|
||||
}
|
|
@ -1,16 +1,28 @@
|
|||
|
||||
|
||||
# 控件主题
|
||||
echo "重置控件主题……"
|
||||
gsettings set org.cinnamon.desktop.interface gtk-theme "Mint-Y"
|
||||
echo "重置完成, 0.5秒之后, 修改为one-dark"
|
||||
sleep 0.5
|
||||
gsettings set org.cinnamon.desktop.interface gtk-theme "one-dark"
|
||||
|
||||
# 鼠标主题
|
||||
gsettings set org.cinnamon.desktop.interface cursor-theme "Adwaita"
|
||||
# gsettings set org.cinnamon.desktop.interface cursor-theme "Adwaita"
|
||||
|
||||
# 图标主题
|
||||
gsettings set org.cinnamon.desktop.interface icon-theme "Mint-Y"
|
||||
# gsettings set org.cinnamon.desktop.interface icon-theme "Mint-Y"
|
||||
|
||||
# 桌面主题
|
||||
echo "重置桌面主题……"
|
||||
gsettings set org.cinnamon.theme name "Mint-Y"
|
||||
echo "重置完成, 0.5秒之后, 修改为one-dark"
|
||||
sleep 0.5
|
||||
gsettings set org.cinnamon.theme name "one-dark"
|
||||
|
||||
# 窗口主题
|
||||
echo "重置窗口主题……"
|
||||
gsettings set org.cinnamon.desktop.wm.preferences theme "Mint-Y"
|
||||
echo "重置完成, 0.5秒之后, 修改为one-dark"
|
||||
sleep 0.5
|
||||
gsettings set org.cinnamon.desktop.wm.preferences theme "one-dark"
|
Before Width: | Height: | Size: 87 KiB |
|
@ -1,52 +0,0 @@
|
|||
close-active
|
||||
close-inactive
|
||||
close-prelight
|
||||
close-pressed
|
||||
hide-active
|
||||
hide-inactive
|
||||
hide-prelight
|
||||
hide-pressed
|
||||
maximize-active
|
||||
maximize-inactive
|
||||
maximize-prelight
|
||||
maximize-pressed
|
||||
maximize-toggled-active
|
||||
maximize-toggled-inactive
|
||||
maximize-toggled-prelight
|
||||
maximize-toggled-pressed
|
||||
menu-active
|
||||
menu-inactive
|
||||
menu-prelight
|
||||
menu-pressed
|
||||
shade-active
|
||||
shade-inactive
|
||||
shade-prelight
|
||||
shade-pressed
|
||||
shade-toggled-active
|
||||
shade-toggled-inactive
|
||||
shade-toggled-prelight
|
||||
shade-toggled-pressed
|
||||
stick-active
|
||||
stick-inactive
|
||||
stick-prelight
|
||||
stick-pressed
|
||||
stick-toggled-active
|
||||
stick-toggled-inactive
|
||||
stick-toggled-prelight
|
||||
stick-toggled-pressed
|
||||
title-1-active
|
||||
title-1-inactive
|
||||
top-left-active
|
||||
top-left-inactive
|
||||
top-right-active
|
||||
top-right-inactive
|
||||
left-active
|
||||
left-inactive
|
||||
right-active
|
||||
right-inactive
|
||||
bottom-active
|
||||
bottom-inactive
|
||||
bottom-left-active
|
||||
bottom-left-inactive
|
||||
bottom-right-active
|
||||
bottom-right-inactive
|
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 417 B |
Before Width: | Height: | Size: 284 B |
Before Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 430 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 306 B |
|
@ -1,29 +0,0 @@
|
|||
#! /bin/bash
|
||||
|
||||
INKSCAPE="inkscape"
|
||||
OPTIPNG="optipng"
|
||||
|
||||
SRC_FILE="assets.svg"
|
||||
ASSETS_DIR="."
|
||||
|
||||
INDEX="assets.txt"
|
||||
|
||||
# check command avalibility
|
||||
has_command() {
|
||||
"$1" -v $1 > /dev/null 2>&1
|
||||
}
|
||||
|
||||
mkdir -p $ASSETS_DIR
|
||||
|
||||
for i in `cat $INDEX`
|
||||
do
|
||||
if ! [ -f $ASSETS_DIR/$i.png ]; then
|
||||
echo Rendering $ASSETS_DIR/$i.png
|
||||
|
||||
$INKSCAPE --export-id=$i \
|
||||
--export-id-only \
|
||||
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null
|
||||
$OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png
|
||||
fi
|
||||
done
|
||||
exit 0
|
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 359 B |
Before Width: | Height: | Size: 361 B |
Before Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 380 B |