69 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>
 | 
