File: testdark.xml

package info (click to toggle)
gtksourceview5 5.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,780 kB
  • sloc: ansic: 71,161; xml: 1,493; javascript: 866; perl: 216; sh: 144; java: 49; php: 48; yacc: 45; ruby: 38; ml: 36; python: 33; sql: 30; makefile: 23; cobol: 20; objc: 19; lisp: 19; fortran: 14; awk: 9; cpp: 8
file content (19 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 name="search-match"        background="magenta"/>
</style-scheme>