Move all /usr/share/* directories in the same place

This commit is contained in:
Raphaël Hertzog
2019-11-06 19:16:17 +01:00
parent 07f2d5e95a
commit 89e461de17
8 changed files with 0 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
../../gtksourceview-4/styles/Kali-Dark.xml
+1
View File
@@ -0,0 +1 @@
../../gtksourceview-4/styles/Kali-Light.xml
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="Kali-Dark" name="Kali-Dark" version="1.0">
<author>Daniel Ruiz de Alegría</author>
<_description>Kali Dark colorscheme</_description>
<!-- Kali colors -->
<color name="background" value="#23252e"/>
<color name="current-line" value="#333"/>
<color name="selection" value="#222"/>
<color name="foreground" value="#ffffff"/>
<color name="comment" value="#72a2f4"/>
<color name="cyan" value="#4aaee6"/>
<color name="green" value="#47b49f"/>
<color name="orange" value="#fd7d00"/>
<color name="pink" value="#bf2e5e"/>
<color name="purple" value="#8c42ab"/>
<color name="red" value="#d41919"/>
<color name="yellow" value="#f9e586"/>
<!-- Helper colors -->
<color name="white" value="#ffffff"/>
<color name="black" value="#000000"/>
<color name="bone-white" value="#f8f8f0"/>
<color name="light-black" value="#4c4f5c"/>
<color name="weird-gray" value="#cccccc"/>
<style name="text" foreground="bone-white" background="background"/>
<style name="selection" foreground="purple" background="selection"/>
<style name="cursor" foreground="white" background="white"/>
<style name="current-line" foreground="current-line" background="current-line"/>
<style name="line-numbers" foreground="bone-white" background="background"/>
<style name="bracket-match" foreground="bone-white" background="background" underline="true"/>
<style name="search-match" foreground="selection" background="yellow"/>
<style name="draw-spaces" foreground="light-black"/>
<style name="background-pattern" background="#1D1D1D"/>
<style name="def:function" foreground="green"/>
<style name="def:identifier" foreground="pink"/>
<style name="def:keyword" foreground="pink"/>
<style name="def:number" foreground="purple" />
<style name="def:boolean" foreground="purple"/>
<style name="def:string" foreground="yellow"/>
<style name="def:special-char" foreground="pink"/>
<style name="def:builtin" foreground="cyan"/>
<style name="def:type" foreground="green"/>
<style name="def:preprocessor" foreground="green"/>
<style name="def:comment" foreground="comment"/>
<!-- Python-specific stuff -->
<style name="python:module-handler" foreground="pink"/>
<style name="python:function-name" foreground="green"/>
<style name="python:decorator" foreground="green"/>
<style name="python:class-name" foreground="white"/>
<style name="python:special-variable" foreground="cyan"/>
<style name="python:builtin-constant" foreground="purple"/>
<style name="def:specials" foreground="#f8f8f2"/>
<style name="def:statement" foreground="pink"/>
<style background="green" bold="true" foreground="#fff" name="diff:added-line"/>
<style foreground="red" name="diff:removed-line"/>
<style background="#000" foreground="#fff" name="diff:changed-line"/>
</style-scheme>
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="Kali-Light" name="Kali-Light" version="1.0">
<author>Daniel Ruiz de Alegría</author>
<_description>Kali Light colorscheme</_description>
<!-- Kali colors -->
<color name="background" value="#ffffff"/>
<color name="current-line" value="#f9f5f5"/>
<color name="selection" value="#eee"/>
<color name="foreground" value="#ffffff"/>
<color name="comment" value="#72a2f4"/>
<color name="cyan" value="#4aaee6"/>
<color name="green" value="#47b49f"/>
<color name="orange" value="#fd7d00"/>
<color name="pink" value="#bf2e5e"/>
<color name="purple" value="#8c42ab"/>
<color name="red" value="#d41919"/>
<color name="yellow" value="#f9e586"/>
<!-- Helper colors -->
<color name="white" value="#ffffff"/>
<color name="black" value="#000000"/>
<color name="bone-white" value="#f8f8f0"/>
<color name="light-black" value="#4c4f5c"/>
<color name="weird-gray" value="#cccccc"/>
<style name="text" foreground="light-black" background="background"/>
<style name="selection" foreground="purple" background="selection"/>
<style name="cursor" foreground="black" background="black"/>
<style name="current-line" foreground="current-line" background="current-line"/>
<style name="line-numbers" foreground="light-black" background="background"/>
<style name="bracket-match" foreground="light-black" background="background" underline="true"/>
<style name="search-match" foreground="selection" background="orange"/>
<style name="draw-spaces" foreground="weird-gray"/>
<style name="background-pattern" background="#f9f9f9"/>
<style name="def:function" foreground="green"/>
<style name="def:identifier" foreground="pink"/>
<style name="def:keyword" foreground="pink"/>
<style name="def:number" foreground="purple" />
<style name="def:boolean" foreground="purple"/>
<style name="def:string" foreground="orange"/>
<style name="def:special-char" foreground="pink"/>
<style name="def:builtin" foreground="cyan"/>
<style name="def:type" foreground="green"/>
<style name="def:preprocessor" foreground="green"/>
<style name="def:comment" foreground="comment"/>
<!-- Python-specific stuff -->
<style name="python:module-handler" foreground="pink"/>
<style name="python:function-name" foreground="green"/>
<style name="python:decorator" foreground="green"/>
<style name="python:class-name" foreground="black"/>
<style name="python:special-variable" foreground="cyan"/>
<style name="python:builtin-constant" foreground="purple"/>
<style name="def:specials" foreground="#f8f8f2"/>
<style name="def:statement" foreground="pink"/>
<style background="green" bold="true" foreground="#fff" name="diff:added-line"/>
<style foreground="red" name="diff:removed-line"/>
<style background="#000" foreground="#fff" name="diff:changed-line"/>
</style-scheme>
@@ -0,0 +1,62 @@
[General]
Description=Kali
[Background]
Color=35,37,46
[BackgroundIntense]
Color=35,37,46
[Foreground]
Color=255,255,255
[ForegroundIntense]
Color=255,255,255
[Color0]
Color=39,42,52
[Color0Intense]
Color=39,42,52
[Color1]
Color=212,25,25
[Color1Intense]
Color=212,25,25
[Color2]
Color=94,189,171
[Color2Intense]
Color=94,189,171
[Color3]
Color=254,164,76
[Color3Intense]
Color=254,164,76
[Color4]
Color=54,123,240
[Color4Intense]
Color=54,123,240
[Color5]
Color=191,46,94
[Color5Intense]
Color=191,46,94
[Color6]
Color=74,174,230
[Color6Intense]
Color=74,174,230
[Color7]
Color=255,255,255
[Color7Intense]
Color=255,255,255
@@ -0,0 +1,62 @@
[General]
Description=Kali
[Background]
Color=255,255,255
[BackgroundIntense]
Color=255,255,255
[Foreground]
Color=35,37,46
[ForegroundIntense]
Color=35,37,46
[Color0]
Color=39,42,52
[Color0Intense]
Color=39,42,52
[Color1]
Color=212,25,25
[Color1Intense]
Color=212,25,25
[Color2]
Color=94,189,171
[Color2Intense]
Color=94,189,171
[Color3]
Color=254,164,76
[Color3Intense]
Color=254,164,76
[Color4]
Color=54,123,240
[Color4Intense]
Color=54,123,240
[Color5]
Color=191,46,94
[Color5Intense]
Color=191,46,94
[Color6]
Color=74,174,230
[Color6Intense]
Color=74,174,230
[Color7]
Color=92,97,108
[Color7Intense]
Color=92,97,108
@@ -0,0 +1,4 @@
[Scheme]
Name=Kali
ColorUseTheme=TRUE
ColorPalette=#272934;#d41919;#5EBDAB;#FEA44C;#357AF0;#BF2E5D;#49AEE6;#FFFFFF;#272934;#d41919;#5EBDAB;#FEA44C;#357AF0;#BF2E5D;#49AEE6;#FFFFFF