File: testdark.xml

package info (click to toggle)
gtksourceview4 4.8.4-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,380 kB
  • sloc: ansic: 50,318; xml: 1,432; javascript: 856; perl: 212; sh: 150; php: 48; yacc: 45; ruby: 38; sql: 30; cobol: 20; objc: 19; lisp: 19; fortran: 14; python: 13; makefile: 12; cpp: 8; ml: 3
file content (18 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (4)
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>