1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="dark" name="dark" parent-scheme="classic" version="1.0">
<!-- Palette, FIXME the colors are not taken from the parent-scheme,
so they must be copied here. -->
<color name="white" value="#FFFFFF"/>
<color name="magenta" value="#FF00FF"/>
<color name="gray" value="#BEBEBE"/>
<style name="text" foreground="white" background="#000000"/>
<style name="selection" foreground="magenta" background="gray"/>
<style name="selection-unfocused" foreground="magenta" background="gray"/>
<style name="cursor" foreground="white"/>
<style name="secondary-cursor" foreground="gray"/>
<style name="current-line" background="gray"/>
<style name="line-numbers" foreground="#FFFF00" background="#006400"/>
<style name="current-line" background="#90EE90"/>
</style-scheme>
|