Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
fe74842a5b |
@ -14,6 +14,7 @@ draw_bold_text_with_bright_colors: true
|
||||
|
||||
window:
|
||||
opacity: 0.95
|
||||
dynamic_title: true
|
||||
|
||||
bell:
|
||||
animation: EaseOut
|
||||
|
42
.config/dolphinrc
Normal file
@ -0,0 +1,42 @@
|
||||
MenuBar=Disabled
|
||||
|
||||
[CompactMode]
|
||||
FontWeight=50
|
||||
PreviewSize=32
|
||||
|
||||
[DetailsMode]
|
||||
FontWeight=50
|
||||
|
||||
[General]
|
||||
ShowSelectionToggle=false
|
||||
ShowSpaceInfo=false
|
||||
Version=201
|
||||
ViewPropsTimestamp=2022,5,29,12,49,10.778
|
||||
|
||||
[IconsMode]
|
||||
FontWeight=50
|
||||
|
||||
[KFileDialog Settings]
|
||||
Places Icons Auto-resize=false
|
||||
Places Icons Static Size=22
|
||||
|
||||
[KPropertiesDialog]
|
||||
DP-1 Height 2560x1440=624
|
||||
DP-1 Width 2560x1440=450
|
||||
|
||||
[MainWindow]
|
||||
MenuBar=Disabled
|
||||
ToolBarsMovable=Disabled
|
||||
|
||||
[MainWindow][Toolbar mainToolBar]
|
||||
IconSize=16
|
||||
|
||||
[PreviewSettings]
|
||||
Plugins=appimagethumbnail,audiothumbnail,comicbookthumbnail,cursorthumbnail,djvuthumbnail,ebookthumbnail,exrthumbnail,directorythumbnail,fontthumbnail,imagethumbnail,jpegthumbnail,kraorathumbnail,windowsexethumbnail,windowsimagethumbnail,opendocumentthumbnail,svgthumbnail
|
||||
|
||||
[Toolbar mainToolBar]
|
||||
IconSize=16
|
||||
|
||||
[ViewPropertiesDialog]
|
||||
DP-1 Height 2560x1440=334
|
||||
DP-1 Width 2560x1440=367
|
28
.config/gtk-3.0/assets/close-active.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#742c24" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
28
.config/gtk-3.0/assets/close-backdrop-active.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#742c24" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
28
.config/gtk-3.0/assets/close-backdrop-hover.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#e85848" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
22
.config/gtk-3.0/assets/close-backdrop-normal.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#807f7d" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
28
.config/gtk-3.0/assets/close-hover.svg
Normal file
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#ffb4ac" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
22
.config/gtk-3.0/assets/close-normal.svg
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#ffffff" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="5,5 13,13 " />
|
||||
<polyline fill="none" vector-effect="none" points="13,5 5,13 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
27
.config/gtk-3.0/assets/maximize-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#848484" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/maximize-backdrop-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#535251" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/maximize-backdrop-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#807f7d" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/maximize-backdrop-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#807f7d" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 971 B |
27
.config/gtk-3.0/assets/maximize-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/maximize-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#ffffff" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,11 9,6 14,11 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 971 B |
27
.config/gtk-3.0/assets/maximized-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#848484" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/maximized-backdrop-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#535251" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/maximized-backdrop-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#807f7d" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/maximized-backdrop-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#807f7d" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 958 B |
27
.config/gtk-3.0/assets/maximized-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/maximized-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#ffffff" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="round" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<path vector-effect="none" fill-rule="evenodd" d="M4,9 L9,4 L14,9 L9,14 L4,9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 958 B |
27
.config/gtk-3.0/assets/minimize-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#848484" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/minimize-backdrop-active.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#535251" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
27
.config/gtk-3.0/assets/minimize-backdrop-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#807f7d" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#403f3e" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/minimize-backdrop-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#807f7d" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 970 B |
27
.config/gtk-3.0/assets/minimize-hover.svg
Normal file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<circle cx="9" cy="9" r="9"/>
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#505050" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
21
.config/gtk-3.0/assets/minimize-normal.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg viewBox="0 0 50 50"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny">
|
||||
<title>Qt SVG Document</title>
|
||||
<desc>Generated with Qt</desc>
|
||||
<defs>
|
||||
</defs>
|
||||
<g fill="none" stroke="black" stroke-width="1" fill-rule="evenodd" stroke-linecap="square" stroke-linejoin="bevel" >
|
||||
|
||||
<g fill="none" stroke="#ffffff" stroke-opacity="1" stroke-width="1.01" stroke-linecap="round" stroke-linejoin="miter" stroke-miterlimit="2" transform="matrix(2.5,0,0,2.5,2.5,2.5)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
<polyline fill="none" vector-effect="none" points="4,7 9,12 14,7 " />
|
||||
</g>
|
||||
|
||||
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,0,0)"
|
||||
font-family="Noto Sans" font-size="10" font-weight="400" font-style="normal"
|
||||
>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 970 B |
77
.config/gtk-3.0/colors.css
Normal file
@ -0,0 +1,77 @@
|
||||
@define-color borders_breeze #606060;
|
||||
@define-color content_view_bg_breeze #1c1c1c;
|
||||
@define-color error_color_backdrop_breeze #e85848;
|
||||
@define-color error_color_breeze #e85848;
|
||||
@define-color error_color_insensitive_backdrop_breeze #7f372f;
|
||||
@define-color error_color_insensitive_breeze #7f372f;
|
||||
@define-color insensitive_base_color_breeze #191919;
|
||||
@define-color insensitive_base_fg_color_breeze #808080;
|
||||
@define-color insensitive_bg_color_breeze #2d2d2d;
|
||||
@define-color insensitive_borders_breeze #444444;
|
||||
@define-color insensitive_fg_color_breeze #898989;
|
||||
@define-color insensitive_selected_bg_color_breeze #2d2d2d;
|
||||
@define-color insensitive_selected_fg_color_breeze #898989;
|
||||
@define-color insensitive_unfocused_bg_color_breeze #2d2d2d;
|
||||
@define-color insensitive_unfocused_fg_color_breeze #898989;
|
||||
@define-color insensitive_unfocused_selected_bg_color_breeze #2d2d2d;
|
||||
@define-color insensitive_unfocused_selected_fg_color_breeze #898989;
|
||||
@define-color link_color_breeze #d8d8d8;
|
||||
@define-color link_visited_color_breeze #8e79a5;
|
||||
@define-color success_color_backdrop_breeze #78b753;
|
||||
@define-color success_color_breeze #78b753;
|
||||
@define-color success_color_insensitive_backdrop_breeze #476635;
|
||||
@define-color success_color_insensitive_breeze #476635;
|
||||
@define-color theme_base_color_breeze #1c1c1c;
|
||||
@define-color theme_bg_color_breeze #323232;
|
||||
@define-color theme_button_background_backdrop_breeze #2d2d2d;
|
||||
@define-color theme_button_background_backdrop_insensitive_breeze #292929;
|
||||
@define-color theme_button_background_insensitive_breeze #292929;
|
||||
@define-color theme_button_background_normal_breeze #2d2d2d;
|
||||
@define-color theme_button_decoration_focus_backdrop_breeze #a0a0a0;
|
||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #626262;
|
||||
@define-color theme_button_decoration_focus_breeze #a0a0a0;
|
||||
@define-color theme_button_decoration_focus_insensitive_breeze #626262;
|
||||
@define-color theme_button_decoration_hover_backdrop_breeze #b0b0b0;
|
||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #6a6a6a;
|
||||
@define-color theme_button_decoration_hover_breeze #b0b0b0;
|
||||
@define-color theme_button_decoration_hover_insensitive_breeze #6a6a6a;
|
||||
@define-color theme_button_foreground_active_backdrop_breeze #ffffff;
|
||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #898989;
|
||||
@define-color theme_button_foreground_active_breeze #ffffff;
|
||||
@define-color theme_button_foreground_active_insensitive_breeze #898989;
|
||||
@define-color theme_button_foreground_backdrop_breeze #ebebeb;
|
||||
@define-color theme_button_foreground_backdrop_insensitive_breeze #878787;
|
||||
@define-color theme_button_foreground_insensitive_breeze #878787;
|
||||
@define-color theme_button_foreground_normal_breeze #ebebeb;
|
||||
@define-color theme_fg_color_breeze #ebebeb;
|
||||
@define-color theme_hovering_selected_bg_color_breeze #b0b0b0;
|
||||
@define-color theme_selected_bg_color_breeze #53728e;
|
||||
@define-color theme_selected_fg_color_breeze #ffffff;
|
||||
@define-color theme_text_color_breeze #ebebeb;
|
||||
@define-color theme_titlebar_background_backdrop_breeze #403f3e;
|
||||
@define-color theme_titlebar_background_breeze #505050;
|
||||
@define-color theme_titlebar_background_light_breeze #323232;
|
||||
@define-color theme_titlebar_foreground_backdrop_breeze #807f7d;
|
||||
@define-color theme_titlebar_foreground_breeze #ffffff;
|
||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze #807f7d;
|
||||
@define-color theme_titlebar_foreground_insensitive_breeze #807f7d;
|
||||
@define-color theme_unfocused_base_color_breeze #1c1c1c;
|
||||
@define-color theme_unfocused_bg_color_breeze #323232;
|
||||
@define-color theme_unfocused_fg_color_breeze #ebebeb;
|
||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #53728e;
|
||||
@define-color theme_unfocused_selected_bg_color_breeze #53728e;
|
||||
@define-color theme_unfocused_selected_fg_color_breeze #ffffff;
|
||||
@define-color theme_unfocused_text_color_breeze #ebebeb;
|
||||
@define-color theme_unfocused_view_bg_color_breeze #191919;
|
||||
@define-color theme_unfocused_view_text_color_breeze #808080;
|
||||
@define-color theme_view_active_decoration_color_breeze #b0b0b0;
|
||||
@define-color theme_view_hover_decoration_color_breeze #b0b0b0;
|
||||
@define-color tooltip_background_breeze #505050;
|
||||
@define-color tooltip_border_breeze #6d7074;
|
||||
@define-color tooltip_text_breeze #c4d1e0;
|
||||
@define-color unfocused_borders_breeze #606060;
|
||||
@define-color unfocused_insensitive_borders_breeze #444444;
|
||||
@define-color warning_color_backdrop_breeze #c0a25f;
|
||||
@define-color warning_color_breeze #c0a25f;
|
||||
@define-color warning_color_insensitive_backdrop_breeze #6b5c3b;
|
||||
@define-color warning_color_insensitive_breeze #6b5c3b;
|
1
.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1 @@
|
||||
@import 'colors.css';
|
@ -1,3 +1,14 @@
|
||||
[Settings]
|
||||
gtk-theme-name = Nova
|
||||
gtk-application-prefer-dark-theme = true
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-button-images=true
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=elementary-kde-rt
|
||||
gtk-menu-images=true
|
||||
gtk-modules=colorreload-gtk-module:window-decorations-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Breeze
|
||||
gtk-toolbar-style=3
|
||||
|
71
.config/gtk-3.0/window_decorations.css
Normal file
@ -0,0 +1,71 @@
|
||||
headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
|
||||
background-image: url("assets/close-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
|
||||
background-image: url("assets/close-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
|
||||
background-image: url("assets/close-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
|
||||
background-image: url("assets/close-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:hover, .titlebar button.titlebutton.close:backdrop:hover {
|
||||
background-image: url("assets/close-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.close:backdrop:active, .titlebar button.titlebutton.close:backdrop:active {
|
||||
background-image: url("assets/close-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:hover, .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.maximize:backdrop:active, .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximize-backdrop-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
|
||||
background-image: url("assets/minimize-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
|
||||
background-image: url("assets/minimize-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
|
||||
background-image: url("assets/minimize-active.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
|
||||
background-image: url("assets/minimize-backdrop-normal.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:hover, .titlebar button.titlebutton.minimize:backdrop:hover {
|
||||
background-image: url("assets/minimize-backdrop-hover.svg"); }
|
||||
|
||||
headerbar button.titlebutton.minimize:backdrop:active, .titlebar button.titlebutton.minimize:backdrop:active {
|
||||
background-image: url("assets/minimize-backdrop-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
|
||||
background-image: url("assets/maximized-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
|
||||
background-image: url("assets/maximized-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
|
||||
background-image: url("assets/maximized-active.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
|
||||
background-image: url("assets/maximized-backdrop-normal.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:hover, .maximized .titlebar button.titlebutton.maximize:backdrop:hover {
|
||||
background-image: url("assets/maximized-backdrop-hover.svg"); }
|
||||
|
||||
.maximized headerbar button.titlebutton.maximize:backdrop:active, .maximized .titlebar button.titlebutton.maximize:backdrop:active {
|
||||
background-image: url("assets/maximized-backdrop-active.svg"); }
|
10
.config/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,10 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=elementary-kde-rt
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Breeze
|
158
.config/kde/share/config/kdeglobals
Normal file
@ -0,0 +1,158 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=20,20,20
|
||||
ColorAmount=-0.5
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.45
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.2
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=0,0,0
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.4
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=66,65,64
|
||||
BackgroundNormal=45,45,45
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate=30,87,116
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate=42,46,50
|
||||
BackgroundNormal=49,54,59
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Header][Inactive]
|
||||
BackgroundAlternate=49,54,59
|
||||
BackgroundNormal=42,46,50
|
||||
DecorationFocus=61,174,233
|
||||
DecorationHover=61,174,233
|
||||
ForegroundActive=61,174,233
|
||||
ForegroundInactive=161,169,177
|
||||
ForegroundLink=29,153,243
|
||||
ForegroundNegative=218,68,83
|
||||
ForegroundNeutral=246,116,0
|
||||
ForegroundNormal=252,252,252
|
||||
ForegroundPositive=39,174,96
|
||||
ForegroundVisited=155,89,182
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=22,68,120
|
||||
BackgroundNormal=83,114,142
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=166,166,166
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17,51,86
|
||||
BackgroundNormal=80,80,80
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=196,209,224
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=36,35,35
|
||||
BackgroundNormal=28,28,28
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=52,51,50
|
||||
BackgroundNormal=50,50,50
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[General]
|
||||
ColorScheme=Krita darker
|
||||
Name[en_GB]=Breeze Dark
|
||||
Name=Krita darker
|
||||
shadeSortColumn=true
|
||||
widgetStyle=Fusion
|
||||
|
||||
[Icons]
|
||||
Theme=elementary-kde-rt
|
||||
|
||||
[KDE]
|
||||
ShowIconsInMenuItems=true
|
||||
ShowIconsOnPushButtons=true
|
||||
contrast=4
|
||||
|
||||
[Toolbar style]
|
||||
ToolButtonStyle=TextBesideIcon
|
||||
ToolButtonStyleOtherToolbars=TextBesideIcon
|
||||
|
||||
[WM]
|
||||
activeBackground=80,80,80
|
||||
activeBlend=255,255,255
|
||||
activeForeground=255,255,255
|
||||
inactiveBackground=64,63,62
|
||||
inactiveBlend=75,71,67
|
||||
inactiveForeground=128,127,125
|
2
.config/kdedefaults/kcminputrc
Normal file
@ -0,0 +1,2 @@
|
||||
[Mouse]
|
||||
cursorTheme=breeze_cursors
|
8
.config/kdedefaults/kdeglobals
Normal file
@ -0,0 +1,8 @@
|
||||
[General]
|
||||
ColorScheme=KritaDarker
|
||||
|
||||
[Icons]
|
||||
Theme=breeze-dark
|
||||
|
||||
[KDE]
|
||||
widgetStyle=Breeze
|
2
.config/kdedefaults/kscreenlockerrc
Normal file
@ -0,0 +1,2 @@
|
||||
[Greeter]
|
||||
Theme=org.kde.breezedark.desktop
|
3
.config/kdedefaults/ksplashrc
Normal file
@ -0,0 +1,3 @@
|
||||
[KSplash]
|
||||
Engine=KSplashQML
|
||||
Theme=org.kde.breezedark.desktop
|
11
.config/kdedefaults/kwinrc
Normal file
@ -0,0 +1,11 @@
|
||||
[TabBox]
|
||||
DesktopLayout=org.kde.breeze.desktop
|
||||
DesktopListLayout=org.kde.breeze.desktop
|
||||
LayoutName=org.kde.breeze.desktop
|
||||
|
||||
[Windows]
|
||||
Placement=Centered
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
library=org.kde.breeze
|
||||
theme=Breeze
|
1
.config/kdedefaults/package
Normal file
@ -0,0 +1 @@
|
||||
org.kde.breezedark.desktop
|
2
.config/kdedefaults/plasmarc
Normal file
@ -0,0 +1,2 @@
|
||||
[Theme]
|
||||
name=default
|
162
.config/kdeglobals
Normal file
@ -0,0 +1,162 @@
|
||||
[$Version]
|
||||
update_info=filepicker.upd:filepicker-remove-old-previews-entry,fonts_global.upd:Fonts_Global,fonts_global_toolbar.upd:Fonts_Global_Toolbar,icons_remove_effects.upd:IconsRemoveEffects,kwin.upd:animation-speed,style_widgetstyle_default_breeze.upd:StyleWidgetStyleDefaultBreeze
|
||||
|
||||
[ColorEffects:Disabled]
|
||||
ChangeSelectionColor=
|
||||
Color=20,20,20
|
||||
ColorAmount=-0.5
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.45
|
||||
ContrastEffect=1
|
||||
Enable=
|
||||
IntensityAmount=0.2
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=false
|
||||
Color=0,0,0
|
||||
ColorAmount=0.025
|
||||
ColorEffect=2
|
||||
ContrastAmount=0.4
|
||||
ContrastEffect=2
|
||||
Enable=false
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=66,65,64
|
||||
BackgroundNormal=45,45,45
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Complementary]
|
||||
BackgroundAlternate[$d]
|
||||
BackgroundNormal[$d]
|
||||
DecorationFocus[$d]
|
||||
DecorationHover[$d]
|
||||
ForegroundActive[$d]
|
||||
ForegroundInactive[$d]
|
||||
ForegroundLink[$d]
|
||||
ForegroundNegative[$d]
|
||||
ForegroundNeutral[$d]
|
||||
ForegroundNormal[$d]
|
||||
ForegroundPositive[$d]
|
||||
ForegroundVisited[$d]
|
||||
|
||||
[Colors:Header]
|
||||
BackgroundAlternate[$d]
|
||||
BackgroundNormal[$d]
|
||||
DecorationFocus[$d]
|
||||
DecorationHover[$d]
|
||||
ForegroundActive[$d]
|
||||
ForegroundInactive[$d]
|
||||
ForegroundLink[$d]
|
||||
ForegroundNegative[$d]
|
||||
ForegroundNeutral[$d]
|
||||
ForegroundNormal[$d]
|
||||
ForegroundPositive[$d]
|
||||
ForegroundVisited[$d]
|
||||
|
||||
[Colors:Header][Inactive]
|
||||
BackgroundAlternate[$d]
|
||||
BackgroundNormal[$d]
|
||||
DecorationFocus[$d]
|
||||
DecorationHover[$d]
|
||||
ForegroundActive[$d]
|
||||
ForegroundInactive[$d]
|
||||
ForegroundLink[$d]
|
||||
ForegroundNegative[$d]
|
||||
ForegroundNeutral[$d]
|
||||
ForegroundNormal[$d]
|
||||
ForegroundPositive[$d]
|
||||
ForegroundVisited[$d]
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=22,68,120
|
||||
BackgroundNormal=83,114,142
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=166,166,166
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=17,51,86
|
||||
BackgroundNormal=80,80,80
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=196,209,224
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=36,35,35
|
||||
BackgroundNormal=28,28,28
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=52,51,50
|
||||
BackgroundNormal=50,50,50
|
||||
DecorationFocus=160,160,160
|
||||
DecorationHover=176,176,176
|
||||
ForegroundActive=240,240,240
|
||||
ForegroundInactive=120,119,117
|
||||
ForegroundLink=216,216,216
|
||||
ForegroundNegative=232,88,72
|
||||
ForegroundNeutral=192,162,95
|
||||
ForegroundNormal=235,235,235
|
||||
ForegroundPositive=120,183,83
|
||||
ForegroundVisited=142,121,165
|
||||
|
||||
[General]
|
||||
BrowserApplication=firefox.desktop
|
||||
ColorSchemeHash=70e4510b92f2f1bdf71941a01ce86187d6cfc882
|
||||
TerminalApplication=alacritty
|
||||
TerminalService=Alacritty.desktop
|
||||
|
||||
[Icons]
|
||||
Theme=elementary-kde-rt
|
||||
|
||||
[KDE]
|
||||
LookAndFeelPackage=org.kde.breezedark.desktop
|
||||
ShowDeleteCommand=false
|
||||
SingleClick=false
|
||||
widgetStyle=Fusion
|
||||
|
||||
[PreviewSettings]
|
||||
MaximumRemoteSize=0
|
||||
|
||||
[WM]
|
||||
activeBackground=80,80,80
|
||||
activeBlend=255,255,255
|
||||
activeForeground=255,255,255
|
||||
inactiveBackground=64,63,62
|
||||
inactiveBlend=75,71,67
|
||||
inactiveForeground=128,127,125
|
@ -1,4 +0,0 @@
|
||||
require("config.core")
|
||||
require("config.keymap")
|
||||
require("config.plugins")
|
||||
|
119
.config/nvim/init.vim
Normal file
@ -0,0 +1,119 @@
|
||||
set breakindent
|
||||
set clipboard=unnamedplus
|
||||
set encoding=utf-8
|
||||
set expandtab
|
||||
set hidden
|
||||
set ignorecase
|
||||
set listchars=tab:▸\ ,eol:¬
|
||||
set nocompatible
|
||||
set nohlsearch
|
||||
set noshowmode
|
||||
set relativenumber
|
||||
set shiftwidth=2
|
||||
set smartcase
|
||||
set smarttab
|
||||
set softtabstop=2
|
||||
set synmaxcol=150
|
||||
set tabstop=4
|
||||
set undofile
|
||||
set wildmenu
|
||||
|
||||
for folder in ['backup', 'swap', 'undo']
|
||||
if !isdirectory($XDG_CACHE_HOME . '/nvim/' . folder)
|
||||
call mkdir($XDG_CACHE_HOME . '/nvim/' . folder, 'p')
|
||||
endif
|
||||
endfor
|
||||
|
||||
set backupdir=$XDG_CACHE_HOME/nvim/backup//
|
||||
set directory=$XDG_CACHE_HOME/nvim/swap//
|
||||
set undodir=$XDG_CACHE_HOME/nvim/undo//
|
||||
|
||||
filetype plugin on
|
||||
scriptencoding utf-8
|
||||
syntax on
|
||||
|
||||
" General key mappings
|
||||
map <Up> <Nop>
|
||||
map <Down> <Nop>
|
||||
map <Left> <Nop>
|
||||
map <Right> <Nop>
|
||||
|
||||
no <C-k> <C-w>k
|
||||
no <C-j> <C-w>j
|
||||
no <C-h> <C-w>h
|
||||
no <C-l> <C-w>l
|
||||
|
||||
let mapleader = ","
|
||||
|
||||
" Visually select the text that was last edited/pasted
|
||||
nmap gV `[v`]
|
||||
|
||||
no ; :
|
||||
|
||||
augroup General
|
||||
au!
|
||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
autocmd bufwritepost init.vim source $MYVIMRC
|
||||
augroup END
|
||||
|
||||
call has('python3')
|
||||
|
||||
if empty(glob($XDG_CONFIG_HOME . '/nvim/autoload/plug.vim'))
|
||||
silent !curl -fLo $XDG_CONFIG_HOME/nvim/autoload/plug.vim --create-dirs
|
||||
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
|
||||
silent !pip3 install pynvim
|
||||
|
||||
augroup Plug
|
||||
au!
|
||||
autocmd VimEnter * PlugInstall
|
||||
|
||||
" Bubble single lines with vim-unimpaired
|
||||
nmap <C-Up> [e
|
||||
nmap <C-Down> ]e
|
||||
|
||||
" Bubble multiple lines with vim-unimpaired
|
||||
vmap <C-Up> [egv
|
||||
vmap <C-Down> ]egv
|
||||
|
||||
autocmd BufReadPost fugitive://* set bufhidden=delete
|
||||
augroup END
|
||||
endif
|
||||
|
||||
call plug#begin($XDG_DATA_HOME . '/nvim/plugged')
|
||||
|
||||
Plug '/usr/bin/fzf'
|
||||
nnoremap <Leader>p :call fzf#run({ 'sink': 'e' })<CR>
|
||||
|
||||
Plug 'dyng/ctrlsf.vim'
|
||||
Plug 'godlygeek/tabular'
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'junegunn/limelight.vim'
|
||||
let g:limelight_conceal_ctermfg = 'gray'
|
||||
autocmd! User GoyoEnter Limelight
|
||||
autocmd! User GoyoLeave Limelight!
|
||||
|
||||
Plug 'kana/vim-textobj-user'
|
||||
Plug 'markonm/traces.vim'
|
||||
Plug 'mbbill/undotree'
|
||||
nn <silent> <Leader>u :UndotreeToggle <BAR> :UndotreeFocus<CR>
|
||||
|
||||
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'preservim/nerdtree'
|
||||
nnoremap <leader>n :NERDTreeFocus<CR>
|
||||
|
||||
Plug 'rstacruz/vim-closer'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
|
||||
Plug 'terryma/vim-expand-region'
|
||||
Plug 'tommcdo/vim-exchange'
|
||||
Plug 'tpope/vim-abolish'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
|
||||
call plug#end()
|
@ -1,35 +0,0 @@
|
||||
local o = vim.opt
|
||||
local wo = vim.wo
|
||||
local bo = vim.bo
|
||||
|
||||
-- Global dirs
|
||||
local cachedir = os.getenv("XDG_CACHE_HOME")
|
||||
o.backupdir = cachedir .. "/nvim/backup/"
|
||||
o.directory = cachedir .. "/nvim/swap/"
|
||||
o.undodir = cachedir .. "/nvim/undo/"
|
||||
|
||||
-- Global
|
||||
o.breakindent = true
|
||||
o.clipboard = "unnamedplus"
|
||||
o.compatible = false
|
||||
o.encoding = "utf-8"
|
||||
o.expandtab = true
|
||||
o.hidden = true
|
||||
o.hlsearch = false
|
||||
o.ignorecase = true
|
||||
o.laststatus = 2
|
||||
o.listchars = { eol = '↲', tab = '▸ ', trail = '·' }
|
||||
o.relativenumber = true
|
||||
o.shiftwidth = 2
|
||||
o.showmode = false
|
||||
o.smartcase = true
|
||||
o.smarttab = true
|
||||
o.softtabstop = 2
|
||||
o.synmaxcol = 150
|
||||
o.tabstop = 4
|
||||
o.undofile = true
|
||||
o.wildmenu = true
|
||||
|
||||
-- Window
|
||||
|
||||
-- Buffer
|
@ -1,35 +0,0 @@
|
||||
local keymap = vim.keymap.set
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
vim.g.mapleader = ","
|
||||
|
||||
-- Modes
|
||||
-- Normal = "n",
|
||||
-- Insert = "i",
|
||||
-- Visual = "v",
|
||||
-- Visual Block = "x",
|
||||
-- Term = "t",
|
||||
-- Command = "c"
|
||||
|
||||
keymap("n", "<Left>", "<Nop>", opts)
|
||||
keymap("n", "<Right>", "<Nop>", opts)
|
||||
keymap("n", "<Up>", "<Nop>", opts)
|
||||
keymap("n", "<Down>", "<Nop>", opts)
|
||||
|
||||
keymap("n", "<C-h>", "<C-w>h", { noremap = true })
|
||||
keymap("n", "<C-j>", "<C-w>j", { noremap = true })
|
||||
keymap("n", "<C-k>", "<C-w>k", { noremap = true })
|
||||
keymap("n", "<C-l>", "<C-w>l", { noremap = true })
|
||||
|
||||
keymap("n", "gV", "`[v`]", opts)
|
||||
|
||||
keymap("n", ";", ":", { noremap = true })
|
||||
|
||||
-- Bubble single lines with vim-unimpaired
|
||||
keymap("n", "<C-Up>", "[e", opts)
|
||||
keymap("n", "<C-Down>", "]e", opts)
|
||||
|
||||
-- Bubble multiple lines with vim-unimpaired
|
||||
keymap("v", "<C-Up>", "[egv", opts)
|
||||
keymap("v", "<C-Down>", "]egv", opts)
|
||||
|
@ -1,32 +0,0 @@
|
||||
require("nvim-lsp-installer").setup({
|
||||
ensure_installed = {
|
||||
"bashls",
|
||||
"cmake",
|
||||
"cssls",
|
||||
"dockerls",
|
||||
"eslint",
|
||||
"graphql",
|
||||
"html",
|
||||
"jsonls",
|
||||
"tsserver",
|
||||
"ltex",
|
||||
"sumneko_lua",
|
||||
"marksman",
|
||||
"pylsp",
|
||||
"rust_analyzer",
|
||||
"stylelint_lsp",
|
||||
"vimls",
|
||||
"lemminx",
|
||||
"yamlls",
|
||||
"zls",
|
||||
},
|
||||
ui = {
|
||||
check_outdated_servers_on_open = false,
|
||||
icons = {
|
||||
server_installed = "",
|
||||
server_pending = "",
|
||||
server_uninstalled = "",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
@ -1,87 +0,0 @@
|
||||
local fn = vim.fn
|
||||
|
||||
local install_path = fn.stdpath "data" .. "/site/pack/packer/start/packer.nvim"
|
||||
if fn.empty(fn.glob(install_path)) > 0 then
|
||||
PACKER_BOOTSTRAP = fn.system {
|
||||
"git",
|
||||
"clone",
|
||||
"--depth",
|
||||
"1",
|
||||
"https://github.com/wbthomason/packer.nvim",
|
||||
install_path,
|
||||
}
|
||||
print "Installing packer close and reopen Neovim..."
|
||||
vim.cmd [[packadd packer.nvim]]
|
||||
end
|
||||
|
||||
vim.cmd [[
|
||||
augroup packer_user_config
|
||||
autocmd!
|
||||
autocmd BufWritePost plugins.lua source <afile> | PackerSync
|
||||
augroup end
|
||||
]]
|
||||
|
||||
local status_ok, packer = pcall(require, "packer")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
packer.init {
|
||||
display = {
|
||||
open_fn = function()
|
||||
return require("packer.util").float { border = "rounded" }
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
return packer.startup(function(use)
|
||||
-- Utilities
|
||||
use { "wbthomason/packer.nvim", opt = true }
|
||||
use { "mbbill/undotree" }
|
||||
use { "nvim-lua/plenary.nvim" }
|
||||
use {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
event = "BufEnter",
|
||||
run = ":TSUpdate",
|
||||
config = [[require('config.treesitter')]]
|
||||
}
|
||||
use { "tpope/vim-fugitive", event = "User InGitRepo" }
|
||||
|
||||
-- Editing
|
||||
use { "andymass/vim-matchup", after = "nvim-treesitter" }
|
||||
use { "godlygeek/tabular" }
|
||||
use { "JoosepAlviste/nvim-ts-context-commentstring", after = "nvim-treesitter" }
|
||||
use { "kana/vim-textobj-user" }
|
||||
use { "mg979/vim-visual-multi", branch = "master" }
|
||||
use { "nvim-treesitter/nvim-treesitter-context", after = "nvim-treesitter" }
|
||||
use { "nvim-treesitter/nvim-treesitter-textobjects", after = "nvim-treesitter" }
|
||||
use { "p00f/nvim-ts-rainbow", after = "nvim-treesitter" }
|
||||
use { "terryma/vim-expand-region" }
|
||||
use { "tommcdo/vim-exchange", event = "VimEnter" }
|
||||
use { "tpope/vim-abolish" }
|
||||
use { "tpope/vim-commentary", event = "VimEnter" }
|
||||
use { "tpope/vim-repeat", event = "VimEnter" }
|
||||
use { "tpope/vim-surround", event = "VimEnter" }
|
||||
use { "windwp/nvim-autopairs", after = "nvim-treesitter" }
|
||||
use { "windwp/nvim-ts-autotag", after = "nvim-treesitter" }
|
||||
|
||||
-- UI
|
||||
use { "junegunn/goyo.vim" }
|
||||
use { "junegunn/limelight.vim" }
|
||||
use { "markonm/traces.vim" }
|
||||
|
||||
-- Searching
|
||||
use { "nvim-telescope/telescope.nvim", after = "nvim-treesitter", config = [[require('config.telescope')]] }
|
||||
use { "cljoly/telescope-repo.nvim", requires = "telescope.nvim" }
|
||||
use { "dyng/ctrlsf.vim" }
|
||||
|
||||
-- LSP
|
||||
use { "neovim/nvim-lspconfig" }
|
||||
use { "williamboman/nvim-lsp-installer", config = [[require('config.lsp')]] }
|
||||
use { "jose-elias-alvarez/null-ls.nvim" }
|
||||
|
||||
if PACKER_BOOTSTRAP then
|
||||
require("packer").sync()
|
||||
end
|
||||
end)
|
||||
|
@ -1,46 +0,0 @@
|
||||
local status_ok, telescope = pcall(require, "telescope")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
local actions = require("telescope.actions")
|
||||
|
||||
telescope.setup({
|
||||
defaults = {
|
||||
file_ignore_patterns = { ".git/", "node_modules" },
|
||||
},
|
||||
mappings = {
|
||||
i = {
|
||||
["<Down>"] = actions.cycle_history_next,
|
||||
["<Up>"] = actions.cycle_history_prev,
|
||||
["<C-j>"] = actions.move_selection_next,
|
||||
["<C-k>"] = actions.move_selection_previous,
|
||||
},
|
||||
},
|
||||
extensions = {
|
||||
repo = {
|
||||
list = {
|
||||
fd_opts = {
|
||||
"--no-ignore-vcs",
|
||||
},
|
||||
search_dirs = {
|
||||
"~/projects",
|
||||
"~/repos",
|
||||
"~/workspace",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
telescope.load_extension("repo")
|
||||
|
||||
local keymap = vim.keymap.set
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
keymap("n", "<Leader>ff", "<cmd>Telescope find_files<cr>", opts)
|
||||
keymap("n", "<Leader>fg", "<cmd>Telescope live_grep<cr>", opts)
|
||||
keymap("n", "<Leader>fb", "<cmd>Telescope buffers<cr>", opts)
|
||||
keymap("n", "<Leader>fh", "<cmd>Telescope help_tags<cr>", opts)
|
||||
keymap("n", "<Leader>fr", "<cmd>Telescope repo list<cr>", opts)
|
||||
|
@ -1,75 +0,0 @@
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"cmake",
|
||||
"cpp",
|
||||
"css",
|
||||
"dockerfile",
|
||||
"glsl",
|
||||
"graphql",
|
||||
"haskell",
|
||||
"http",
|
||||
"html",
|
||||
"java",
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"json",
|
||||
"json5",
|
||||
"latex",
|
||||
"lua",
|
||||
"markdown",
|
||||
"ninja",
|
||||
"nix",
|
||||
"org",
|
||||
"perl",
|
||||
"php",
|
||||
"pug",
|
||||
"python",
|
||||
"regex",
|
||||
"rst",
|
||||
"ruby",
|
||||
"rust",
|
||||
"scala",
|
||||
"scss",
|
||||
"toml",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"vim",
|
||||
"yaml",
|
||||
"zig"
|
||||
},
|
||||
ignore_install = {},
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = {},
|
||||
},
|
||||
indent = { enable = true },
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
init_selection = "gnn",
|
||||
node_incremental = "grn",
|
||||
scope_incremental = "grc",
|
||||
node_decremental = "grm",
|
||||
},
|
||||
},
|
||||
-- Extensions
|
||||
autotag = { enable = true },
|
||||
context_commentstring = { enable = true },
|
||||
matchup = { enable = true },
|
||||
rainbow = { enable = true },
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
["af"] = "@function.outer",
|
||||
["if"] = "@function.inner",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
@ -14,7 +14,7 @@ set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term kitty
|
||||
set $term alacritty
|
||||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
|
@ -4,7 +4,7 @@ Requisite=ssh-agent.service
|
||||
After=ssh-agent.service
|
||||
|
||||
[Mount]
|
||||
What=%u@10.0.1.136:/mnt/library
|
||||
What=%u@nas.home:/mnt/library
|
||||
Where=%h/library
|
||||
Environment="SSH_AUTH_SOCK=/run/user/%U/ssh-agent.socket"
|
||||
Type=fuse.sshfs
|
||||
|
1
.gitignore
vendored
@ -3,6 +3,5 @@
|
||||
.config/configstore
|
||||
.config/dconf
|
||||
.config/nvim/autoload/
|
||||
.config/nvim/plugin/
|
||||
.config/pulse/
|
||||
.config/zsh/.zcompdump
|
||||
|
3
.profile
@ -24,6 +24,7 @@ export DVDCSS_CACHE="$XDG_DATA_HOME/dvdcss"
|
||||
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
|
||||
export HISTFILE="$XDG_DATA_HOME/history"
|
||||
export KDEHOME="$XDG_CONFIG_HOME/kde"
|
||||
export LESSKEY="$XDG_CONFIG_HOME/less/lesskey"
|
||||
export LESSHISTFILE="$XDG_CACHE_HOME/less/history"
|
||||
export MBSYNCRC="$XDG_CONFIG_HOME/isync/mbsyncrc"
|
||||
@ -48,4 +49,4 @@ export QT_QPA_PLATFORM="wayland"
|
||||
export QT_QPA_PLATFORMTHEME="gtk2"
|
||||
|
||||
# Start Sway
|
||||
[ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ] && exec sway
|
||||
[ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ] && dbus-run-session startplasma-wayland
|
||||
|
10
README.md
@ -2,14 +2,14 @@
|
||||
|
||||
User configuration for Arch Linux based systems.
|
||||
|
||||
> My environment is now managed with [Nix](https://nixos.org/) and defined in [nix-config](/jordan/nix-config).
|
||||
|
||||
| | |
|
||||
|-|-|
|
||||
| **Shell:** | zsh |
|
||||
| **WM:** | sway |
|
||||
| **Theme:** | [Nova](https://git.vimium.com/jordan/gtk-nova-theme) [GTK2/3] |
|
||||
| **Terminal:** | kitty |
|
||||
| **WM:** | KDE Plasma |
|
||||
| **Theme:** | Breeze Dark |
|
||||
| **Icons:** | elementary |
|
||||
| **Colours:** | Krita Dark |
|
||||
| **Terminal:** | alacritty |
|
||||
|
||||
## Quick start
|
||||
1. Copy SSH keypair and `known_hosts` to `~/.ssh`
|
||||
|
6
install
@ -14,10 +14,12 @@ link() {
|
||||
|
||||
install() {
|
||||
sudo pacman -S --needed \
|
||||
alacritty \
|
||||
base-devel \
|
||||
bind \
|
||||
bmon \
|
||||
cgdb \
|
||||
dolphin \
|
||||
expect \
|
||||
fd \
|
||||
ffmpeg \
|
||||
@ -30,7 +32,6 @@ install() {
|
||||
iotop \
|
||||
imagemagick \
|
||||
isync \
|
||||
kitty \
|
||||
lynx \
|
||||
mpd \
|
||||
mpv \
|
||||
@ -49,6 +50,8 @@ install() {
|
||||
otf-font-awesome \
|
||||
pass \
|
||||
pass-otp \
|
||||
plasma-meta \
|
||||
plasma-wayland-session \
|
||||
playerctl \
|
||||
powertop \
|
||||
python \
|
||||
@ -59,7 +62,6 @@ install() {
|
||||
ripgrep \
|
||||
rsync \
|
||||
slurp \
|
||||
sway \
|
||||
tcpdump \
|
||||
tokei \
|
||||
transmission-cli \
|
||||
|