summaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-03 01:22:44 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-03 01:22:44 -0400
commit0c8fa3a2a270747f3dbb54fe8792f3f0aec997e3 (patch)
tree6f94ff3aeea2af859c7c166e01a8e73002017893 /users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js
Initial commit: combined darwin + guix-linux home-manager flake
Supersedes nix-dotfiles (darwin) and guix-dotfiles' ad-hoc nix-home-manager flake (linux). See README.md/MIGRATION.md.
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js15
1 files changed, 15 insertions, 0 deletions
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 @@
1export const variables = {
2 cursor: "#d1dbe0",
3 number: "#d1dbe0",
4 parens: "#BFC3B9",
5 result: "#94A4A8",
6 comment: "#92999c",
7 matched: "#94A4A8",
8 function: "#376089",
9 operator: "#708C9F",
10 variable: "#507495",
11 scrollbar: "#708C9F",
12 separator: "#708C9F",
13 background: "#0a0e0d",
14 editorbackground: "#0a0e0d",
15};