mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
change bg color
This commit is contained in:
@@ -13,7 +13,7 @@ if [ "$1" = "--firefox" ]; then
|
|||||||
cp firefox/manifest.json dist/manifest.json
|
cp firefox/manifest.json dist/manifest.json
|
||||||
else
|
else
|
||||||
# Copy to dist/manifest.json
|
# Copy to dist/manifest.json
|
||||||
echo "Built for Chrom(ium)e..."
|
echo "Built for Chrome(ium)..."
|
||||||
cp src/manifest.json dist/manifest.json
|
cp src/manifest.json dist/manifest.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -13,4 +13,4 @@
|
|||||||
"components": "src/@/components",
|
"components": "src/@/components",
|
||||||
"utils": "src/@/lib/utils"
|
"utils": "src/@/lib/utils"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"name": "Linkwarden",
|
"name": "Linkwarden",
|
||||||
"description": "The browser extension for Linkwarden.",
|
"description": "The browser extension for Linkwarden.",
|
||||||
"homepage_url": "https://linkwarden.app/",
|
"homepage_url": "https://linkwarden.app/",
|
||||||
"version": "1.0.4",
|
"version": "1.2.7",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_popup": "./index.html",
|
"default_popup": "./index.html",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
|
|||||||
+19
-19
@@ -37,34 +37,34 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
--background: 222.2 84% 4.9%;
|
--background: 222.2 0% 4.9%;
|
||||||
--foreground: 210 40% 98%;
|
--foreground: 210 0% 98%;
|
||||||
|
|
||||||
--muted: 217.2 32.6% 17.5%;
|
--muted: 217.2 0% 17.5%;
|
||||||
--muted-foreground: 215 20.2% 65.1%;
|
--muted-foreground: 215 0% 65.1%;
|
||||||
|
|
||||||
--popover: 222.2 84% 4.9%;
|
--popover: 222.2 0% 4.9%;
|
||||||
--popover-foreground: 210 40% 98%;
|
--popover-foreground: 210 0% 98%;
|
||||||
|
|
||||||
--card: 222.2 84% 4.9%;
|
--card: 222.2 0% 4.9%;
|
||||||
--card-foreground: 210 40% 98%;
|
--card-foreground: 210 0% 98%;
|
||||||
|
|
||||||
--border: 217.2 32.6% 17.5%;
|
--border: 217.2 0% 17.5%;
|
||||||
--input: 217.2 32.6% 17.5%;
|
--input: 217.2 0% 17.5%;
|
||||||
|
|
||||||
--primary: 210 40% 98%;
|
--primary: 210 0% 98%;
|
||||||
--primary-foreground: 222.2 47.4% 11.2%;
|
--primary-foreground: 222.2 0% 11.2%;
|
||||||
|
|
||||||
--secondary: 217.2 32.6% 17.5%;
|
--secondary: 217.2 0% 17.5%;
|
||||||
--secondary-foreground: 210 40% 98%;
|
--secondary-foreground: 210 0% 98%;
|
||||||
|
|
||||||
--accent: 217.2 32.6% 17.5%;
|
--accent: 217.2 0% 17.5%;
|
||||||
--accent-foreground: 210 40% 98%;
|
--accent-foreground: 210 0% 98%;
|
||||||
|
|
||||||
--destructive: 0 62.8% 30.6%;
|
--destructive: 0 0% 30.6%;
|
||||||
--destructive-foreground: 0 85.7% 97.3%;
|
--destructive-foreground: 0 0% 97.3%;
|
||||||
|
|
||||||
--ring: 217.2 32.6% 17.5%;
|
--ring: 217.2 0% 17.5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user