aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/styles
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-08-25 00:32:18 +0530
committerAkshay Nair <phenax5@gmail.com>2024-08-25 00:32:18 +0530
commitd1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8 (patch)
tree0d5fc436e42f104f8c758efd1ad2d0a38b46e78d /modules/firefox.home/chrome/styles
parentdb667b17820599d850d22d6d9345fb507d399a0d (diff)
downloadnixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.tar.gz
nixos-config-d1c6524ad7f1a805b2a2b0394df2b8cbb286d3e8.zip
Refactor firefox config
Diffstat (limited to 'modules/firefox.home/chrome/styles')
-rw-r--r--modules/firefox.home/chrome/styles/variables.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/firefox.home/chrome/styles/variables.css b/modules/firefox.home/chrome/styles/variables.css
new file mode 100644
index 0000000..f002f1f
--- /dev/null
+++ b/modules/firefox.home/chrome/styles/variables.css
@@ -0,0 +1,9 @@
+:root {
+ --ff-accent-color: #4e3aA3;
+ --ff-accent-color-1: #8161ff;
+ --ff-bg-color: #0f0c19;
+ --ff-bg-color-1: #16121f;
+ --ff-bg-color-2: #26222f;
+ --ff-urlbar-height: 28px;
+}
+