aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/styles/variables.css
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-02-08 13:15:45 +0530
committerAkshay Nair <phenax5@gmail.com>2026-02-08 13:15:45 +0530
commit653b19aa1e732f56453db383504fe8a5438bda5a (patch)
tree5681f12f0b1c8086e03abcf5577ca6c191d917d1 /modules/firefox.home/chrome/styles/variables.css
parent168884c4515b77f946b76b55fce207e13ceb217c (diff)
downloadnixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.tar.gz
nixos-config-653b19aa1e732f56453db383504fe8a5438bda5a.zip
Enable firefox
Diffstat (limited to 'modules/firefox.home/chrome/styles/variables.css')
-rw-r--r--modules/firefox.home/chrome/styles/variables.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/firefox.home/chrome/styles/variables.css b/modules/firefox.home/chrome/styles/variables.css
index 82e1723..fa6a944 100644
--- a/modules/firefox.home/chrome/styles/variables.css
+++ b/modules/firefox.home/chrome/styles/variables.css
@@ -1,9 +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-accent-color: #007070;
+ --ff-accent-color-1: #009090;
+ --ff-bg-color: #000000;
+ --ff-bg-color-1: #101414;
+ --ff-bg-color-2: #202222;
--ff-bg-private: hsl(247, 36%, 15%);
--ff-urlbar-height: 24px;
}