summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorthreadreaper <threadreaper@gmail.com>2020-08-04 02:38:38 -0500
committerthreadreaper <threadreaper@gmail.com>2020-08-04 02:38:38 -0500
commit2329b1859fc98f8a9710fd462798335d3a06538d (patch)
tree66c8fee7b46a2d7a7708d6e18f11788a62c67c35 /pywal
parent37d6823af327bdafbcb3952d524b22e3b911fbf8 (diff)
Added a .css theme template for Notepadqq.
Diffstat (limited to 'pywal')
-rw-r--r--pywal/export.py1
-rw-r--r--pywal/templates/colors-nqq.css31
2 files changed, 32 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 8f581b9..45f9a34 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -92,6 +92,7 @@ def get_export_type(export_type):
"json": "colors.json",
"konsole": "colors-konsole.colorscheme",
"kitty": "colors-kitty.conf",
+ "nqq": "colors-nqq.css",
"plain": "colors",
"putty": "colors-putty.reg",
"rofi": "colors-rofi.Xresources",
diff --git a/pywal/templates/colors-nqq.css b/pywal/templates/colors-nqq.css
new file mode 100644
index 0000000..9396cdb
--- /dev/null
+++ b/pywal/templates/colors-nqq.css
@@ -0,0 +1,31 @@
+/*
+ * pywal theme template for notepadqq by threadreaper
+ * https://github.com/threadreaper
+ */
+
+.cm-s-nqqwal .CodeMirror-gutters {{ background: {background} !important; }}
+.cm-s-nqqwal .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded {{ color: {foreground}; }}
+.cm-s-nqqwal .CodeMirror-cursor {{ border-left: 1px solid {foreground}; background-color: rgba({color6.rgb},0.4)}}
+.cm-s-nqqwal {{ background-color: {background}; color: {foreground}; }}
+.cm-s-nqqwal span.cm-builtin {{ color: {color2}; font-weight: bold; }}
+.cm-s-nqqwal span.cm-comment {{ color: {color8}; }}
+.cm-s-nqqwal span.cm-keyword {{ color: {color3}; font-weight: bold; }}
+.cm-s-nqqwal span.cm-atom {{ color: {color4}; }}
+.cm-s-nqqwal span.cm-def {{ color: {color5}; }}
+.cm-s-nqqwal span.cm-variable {{ color: {color6}; }}
+.cm-s-nqqwal span.cm-variable-2 {{ color: {color5}; }}
+.cm-s-nqqwal span.cm-string {{ color: {color2}; }}
+.cm-s-nqqwal span.cm-string-2 {{ color: {color2}; }}
+.cm-s-nqqwal span.cm-number {{ color: {color5}; }}
+.cm-s-nqqwal span.cm-tag {{ color: {color3}; }}
+.cm-s-nqqwal span.cm-property {{ color: {color6}; }}
+.cm-s-nqqwal span.cm-attribute {{ color: {color6}; }}
+.cm-s-nqqwal span.cm-qualifier {{ color: {color4}; }}
+.cm-s-nqqwal span.cm-meta {{ color: {color5}; }}
+.cm-s-nqqwal span.cm-header {{ color: {color3}; }}
+.cm-s-nqqwal span.cm-operator {{ color: {color3}; }}
+.cm-s-nqqwal span.CodeMirror-matchingbracket {{ box-sizing: border-box; background: transparent; border-bottom: 1px solid; }}
+.cm-s-nqqwal span.CodeMirror-nonmatchingbracket {{ border-bottom: 1px solid; background: none; }}
+.cm-s-nqqwal .CodeMirror-activeline-background {{ background: rgba({color5.rgb},0.4); }}
+.cm-s-nqqwal div.CodeMirror-selected {{ background: {color3}; }}
+.cm-s-nqqwal .CodeMirror-focused div.CodeMirror-selected {{ background: {color0}); }}