theme
authorhgn <hgodden00@gmail.com>
Tue, 20 Jul 2021 18:38:35 +0000 (19:38 +0100)
committerhgn <hgodden00@gmail.com>
Tue, 20 Jul 2021 18:38:35 +0000 (19:38 +0100)
rainbow_neon.xml [new file with mode: 0644]

diff --git a/rainbow_neon.xml b/rainbow_neon.xml
new file mode 100644 (file)
index 0000000..d486cf5
--- /dev/null
@@ -0,0 +1,22 @@
+<style-scheme name="Rainbow_Neon" id="rainbow_neon" version="1.0">
+  <author></author>
+  <description>Rainbow Neon theme</description>
+
+  <style name="text"   foreground="#d3d7cf" background="#303030" />
+  <style name="search-match"   foreground="#ffffa8" background="#808000" />
+  <style name="diff:changed-line"      foreground="#e03870" background="#601830" />
+  <style name="diff:removed-line"      foreground="#a0d0ff" background="#0020a0" />
+  <style name="diff:added-line"        foreground="#a0d0ff" background="#0020a0" />
+  <style name="cursor" foreground="#70ffc0" background="#8040ff" />
+  <style name="line-numbers"   foreground="#babdb6" background="#555753" />
+  <style name="def:comment"    foreground="#d95151" />
+  <style name="def:constant"   foreground="#92d4ff" />
+  <style name="def:error"      foreground="#ffffff" background="#8000ff" />
+  <style name="def:identifier" foreground="#40f8f8" />
+  <style name="def:preprocessor"       foreground="#ffa8ff" />
+  <style name="def:specials"   foreground="#ffc890" />
+  <style name="def:statement"  foreground="#dcdc78" />
+  <style name="def:type"       foreground="#60f0a8" />
+  <style name="c:printf"       foreground="#edd400" />
+  <style name="c:escaped-character"    foreground="#ef2929" />
+</style-scheme>