diff options
| author | dylan <dylan.araps@gmail.com> | 2020-08-04 11:25:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 11:25:31 +0300 |
| commit | 919ea7533a4214ec9a829f8e3d1711439fb0e12c (patch) | |
| tree | c1750f63d019e99cdf3a899e07e82c2ca2dc185d /pywal/export.py | |
| parent | 7fae8d23f5b7b8a58694025c0a952a27b6a1ffcd (diff) | |
| parent | c3faf0e1cf4600551f9fe979d265b04ee7cef62d (diff) | |
Merge pull request #539 from threadreaper/plasma-support-0.2
Plasma support 0.2
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py index 8f581b9..1250528 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", |
