mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
WIP Fields
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*This file contains color and style changes for the colorful theme type*/
|
||||
:root {--accent: 98, 121, 205;}
|
||||
:root {--indicator: var(--accent);}
|
||||
:root {--selection: var(--accent);}
|
||||
|
||||
.dialog,
|
||||
.mainDrawer,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*This file contains color and style changes for the dark theme type*/
|
||||
:root {--selection: 120, 120, 120;}
|
||||
|
||||
/*Some themeing for the dashboard*/
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/*This file contains color changes for the light theme type*/
|
||||
:root {--accent: 255, 255, 255;}
|
||||
:root {--indicator: var(--accent);}
|
||||
:root {--selection: var(--accent);}
|
||||
|
||||
/*Various themeing*/
|
||||
#itemDetailPage .emby-select-withcolor {
|
||||
|
||||
Reference in New Issue
Block a user