Zsh und neue waybar hinzugefügt

This commit is contained in:
2025-08-07 12:51:42 +02:00
parent db84803624
commit 3f55587e18
111 changed files with 2372 additions and 2887 deletions
+31
View File
@@ -0,0 +1,31 @@
/*
* pywal theme template for notepadqq by threadreaper
* https://github.com/threadreaper
*/
.cm-s-nqqwal .CodeMirror-gutters { background: #101725 !important; }
.cm-s-nqqwal .CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { color: #c3c5c8; }
.cm-s-nqqwal .CodeMirror-cursor { border-left: 1px solid #c3c5c8; background-color: rgba(220,149,72,0.4)}
.cm-s-nqqwal { background-color: #101725; color: #c3c5c8; }
.cm-s-nqqwal span.cm-builtin { color: #6C6A5F; font-weight: bold; }
.cm-s-nqqwal span.cm-comment { color: #5f6674; }
.cm-s-nqqwal span.cm-keyword { color: #C15E59; font-weight: bold; }
.cm-s-nqqwal span.cm-atom { color: #6F8F70; }
.cm-s-nqqwal span.cm-def { color: #979274; }
.cm-s-nqqwal span.cm-variable { color: #DC9548; }
.cm-s-nqqwal span.cm-variable-2 { color: #979274; }
.cm-s-nqqwal span.cm-string { color: #6C6A5F; }
.cm-s-nqqwal span.cm-string-2 { color: #6C6A5F; }
.cm-s-nqqwal span.cm-number { color: #979274; }
.cm-s-nqqwal span.cm-tag { color: #C15E59; }
.cm-s-nqqwal span.cm-property { color: #DC9548; }
.cm-s-nqqwal span.cm-attribute { color: #DC9548; }
.cm-s-nqqwal span.cm-qualifier { color: #6F8F70; }
.cm-s-nqqwal span.cm-meta { color: #979274; }
.cm-s-nqqwal span.cm-header { color: #C15E59; }
.cm-s-nqqwal span.cm-operator { color: #C15E59; }
.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(151,146,116,0.4); }
.cm-s-nqqwal div.CodeMirror-selected { background: #C15E59; }
.cm-s-nqqwal .CodeMirror-focused div.CodeMirror-selected { background: #101725); }