diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-10-16 21:45:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-10-16 21:45:26 +0200 |
| commit | b0cfdab1e93f660fda8f9398e30c9c996a1760f3 (patch) | |
| tree | 0b64ae82383491383be6570cfd8198db9f765a01 /ags/style.scss | |
| parent | ab2dadca189217eb152a2bd157c651e9e3f3145b (diff) | |
| download | dotfiles-b0cfdab1e93f660fda8f9398e30c9c996a1760f3.tar.gz dotfiles-b0cfdab1e93f660fda8f9398e30c9c996a1760f3.zip | |
nvim change
installed neorg
removed trouble
modified lspsaga
Diffstat (limited to '')
| -rw-r--r-- | ags/style.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ags/style.scss b/ags/style.scss new file mode 100644 index 0000000..df7b071 --- /dev/null +++ b/ags/style.scss @@ -0,0 +1,5 @@ +$base-color: #c6538c; + +window { + background-color: $base-color; +} |
