summaryrefslogtreecommitdiff
path: root/urwid/highlight.css
diff options
context:
space:
mode:
authorAndrew Dunai <andunai@gmail.com>2018-01-04 13:56:40 +0200
committerGitHub <noreply@github.com>2018-01-04 13:56:40 +0200
commitcf0307c500e1d575fec5fc5a37e4ff4e69972b92 (patch)
treecbc82f80d72cb15589f50c77847dc4c0ddabd072 /urwid/highlight.css
parent2496a176c00eab88492f1566f2a89c58be4e15d9 (diff)
downloadurwid-cf0307c500e1d575fec5fc5a37e4ff4e69972b92.tar.gz
Python dual support (#266)
* WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization.
Diffstat (limited to 'urwid/highlight.css')
-rw-r--r--urwid/highlight.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/urwid/highlight.css b/urwid/highlight.css
new file mode 100644
index 0000000..097663d
--- /dev/null
+++ b/urwid/highlight.css
@@ -0,0 +1,19 @@
+/* Style definition file generated by highlight 3.41, http://www.andre-simon.de/ */
+/* highlight theme: Kwrite Editor */
+body.hl { background-color:#e0eaee; }
+pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace;}
+.hl.num { color:#b07e00; }
+.hl.esc { color:#ff00ff; }
+.hl.str { color:#bf0303; }
+.hl.pps { color:#818100; }
+.hl.slc { color:#838183; font-style:italic; }
+.hl.com { color:#838183; font-style:italic; }
+.hl.ppc { color:#008200; }
+.hl.opt { color:#000000; }
+.hl.ipl { color:#0057ae; }
+.hl.lin { color:#555555; }
+.hl.kwa { color:#000000; font-weight:bold; }
+.hl.kwb { color:#0057ae; }
+.hl.kwc { color:#000000; font-weight:bold; }
+.hl.kwd { color:#010181; }
+