diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:35:43 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-17 21:35:43 -0400 |
commit | f40273ec45e6676b975d42f4bc0c44a6392b7098 (patch) | |
tree | a896d01bed07fb1aa57d37b75d8fa2ad714e4ccf /pkgs/astal/src/style/theme.scss | |
parent | change color scheme basis (diff) | |
download | dotfiles-nix-f40273ec45e6676b975d42f4bc0c44a6392b7098.tar.gz dotfiles-nix-f40273ec45e6676b975d42f4bc0c44a6392b7098.tar.bz2 dotfiles-nix-f40273ec45e6676b975d42f4bc0c44a6392b7098.zip |
refactor styles to new color scheme basis
Diffstat (limited to 'pkgs/astal/src/style/theme.scss')
-rw-r--r-- | pkgs/astal/src/style/theme.scss | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/pkgs/astal/src/style/theme.scss b/pkgs/astal/src/style/theme.scss deleted file mode 100644 index 2af74f5..0000000 --- a/pkgs/astal/src/style/theme.scss +++ /dev/null @@ -1,32 +0,0 @@ - -$text: #cdd6f4; -$subtext: #a6adc8; - -$bg: #1e1e2e; -$surface-bg: #313244; - -$hover: $text; -$hover-bg: #6c7086; - -$primary: $bg; -$primary-bg: #89b4fa; - -$success: #a6e3a1; -$success-bg: $bg; - -$warning: #f9e2af; -$warning-bg: $bg; - -$error: #f38ba8; -$error-bg: $bg; - -$border: 2px; - -$inner-radius: 4px; -$outer-radius: 8px; - -$inner-gap: 3px; -$outer-gap: 10px; - -$font-name: "JetBrains Mono", "monospace"; -$font-size: 14px; |