From d06784958d73159b5e4abafe5114804662114ed7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 9 Jul 2026 22:15:53 -0400 Subject: move ubersicht modules in tree --- .../simple-bar-source/lib/styles/pywal/pywal.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js') diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js new file mode 100755 index 0000000..3ce4a64 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js @@ -0,0 +1,15 @@ +export const variables = { + cursor: "#d1dbe0", + number: "#d1dbe0", + parens: "#BFC3B9", + result: "#94A4A8", + comment: "#92999c", + matched: "#94A4A8", + function: "#376089", + operator: "#708C9F", + variable: "#507495", + scrollbar: "#708C9F", + separator: "#708C9F", + background: "#0a0e0d", + editorbackground: "#0a0e0d", +}; -- cgit v1.3