diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-29 22:20:49 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-29 22:20:49 +0200 |
commit | 1fdcf60501d64015aaf4aa39abb64212588e2aa3 (patch) | |
tree | e4f29023463e965e918d54e153bef223c4cc910f /.config/startpage/style.css | |
parent | 1e78952293ce8cdec85018d4d8b55e07ea5677de (diff) |
move to rose pine and auto lightline config generator
Diffstat (limited to '.config/startpage/style.css')
-rw-r--r-- | .config/startpage/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/startpage/style.css b/.config/startpage/style.css index 3c22f84..d92ab0c 100644 --- a/.config/startpage/style.css +++ b/.config/startpage/style.css @@ -1,8 +1,8 @@ html, body { margin: 0; padding: 0; - background: var(--color0); - color: var(--color15); + background: var(--background); + color: var(--foreground); font-family: "JetBrainsMono Nerd Font"; } |