mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 20:02:07 +00:00
Blue is the default accent
This commit is contained in:
+4
-3
@@ -9,12 +9,12 @@
|
||||
*/
|
||||
|
||||
|
||||
/* Blue
|
||||
/* Blue */
|
||||
:root {
|
||||
--accent: rgb(26, 129, 251);
|
||||
--accent-hover: rgba(0, 78, 174, 0.977);
|
||||
--accent-selected: rgb(26, 129, 251, 0.612);
|
||||
} */
|
||||
}
|
||||
|
||||
/* Red
|
||||
:root {
|
||||
@@ -23,9 +23,10 @@
|
||||
--accent-selected: rgb(237, 60, 68, 0.612);
|
||||
} */
|
||||
|
||||
/* Pink */
|
||||
/* Pink
|
||||
:root {
|
||||
--accent: rgb(248, 74, 156);
|
||||
--accent-hover: rgba(248, 74, 156, 0.977);
|
||||
--accent-selected: rgb(248, 74, 156, 0.612);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user