users/ryan/modules/simple-bar/simple-bar-source/lib/styles/pywal/pywal.js
36e5025868cfd674ef4f8a0ae0529371d6581572
· 331 B · 15 lines
raw
| 1 | export 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 | }; |