diff --git a/css/activities.css b/css/activities.css index b5916af83e..02ba9bcde7 100644 --- a/css/activities.css +++ b/css/activities.css @@ -16,19 +16,7 @@ outline: none; } -body:not(.dark-mode) #helpfulSearch, -body:not(.dark-mode) .ui-autocomplete { - background-color: #fff !important; - color: #000 !important; -} - -body:not(.dark-mode) .ui-autocomplete li:hover { - background-color: #ddd !important; -} -body:not(.dark-mode) #helpfulSearchDiv { - background-color: #f9f9f9 !important; -} .modal { display: none; diff --git a/css/darkmode.css b/css/darkmode.css deleted file mode 100644 index 17d2ea7e2f..0000000000 --- a/css/darkmode.css +++ /dev/null @@ -1,81 +0,0 @@ -.dark-mode .blue { - background-color: #022363 !important; -} - -.dark-mode .blue.darken-1 { - background-color: #01143b !important; -} - -.dark-mode #floatingWindows > .windowFrame { - border: 2px solid #000000; - background-color: #454545; -} - -.dark-mode .wfbtItem { - background-color: #225a91; -} - -.dark-mode #floatingWindows > .windowFrame > .wfTopBar .wftTitle { - color: #e8e8e8; -} - -.dark-mode .popupMsg { - background-color: #084e86; - color: #e8e8e8; -} - -.dark-mode #printText { - border-color: #000000; -} - -.dark-mode #loading-image-container { - background: #1a1a1a !important; - background-color: #1a1a1a !important; -} - -.dark-mode #loadingText { - color: white !important; -} - -.dark-mode .dropdown-content li > a{ - background-color: #1c1c1c; - color: #3fe0d1; -} - -.dark-mode .dropdown-content li > a:hover { - color: #252525 -} - -.dark-mode .dropdown-content{ - background-color: #1c1c1c; -} - -.dark-mode .language-link{ - color: #fff; -} - -.dark-mode .modal-content { - background-color: #1c1c1c; - color: #fff; -} - -.dark-mode #submitLilypond { - background-color: rgb(0, 102, 255); -} - -.dark-mode #search, #helpfulSearch, .ui-autocomplete{ - background-color: #1c1c1c; - color: #fff; -} - -.dark-mode .ui-autocomplete li:hover{ - background-color: #225a91; -} - -.dark-mode #helpfulSearchDiv{ - background-color: transparent; -} - -.dark-mode #crossButton{ - color: #fff; -} diff --git a/css/themes.css b/css/themes.css new file mode 100644 index 0000000000..b8d69ca6c4 --- /dev/null +++ b/css/themes.css @@ -0,0 +1,88 @@ +/* Dark Mode */ + +.dark .blue { + background-color: #022363 !important; + } + + .dark .blue.darken-1 { + background-color: #01143b !important; + } + + .dark #floatingWindows > .windowFrame { + border: 2px solid #000000; + background-color: #454545; + } + + .dark .wfbtItem { + background-color: #225a91; + } + + .dark #floatingWindows > .windowFrame > .wfTopBar .wftTitle { + color: #e8e8e8; + } + + .dark .popupMsg { + background-color: #084e86; + color: #e8e8e8; + } + + .dark #printText { + border-color: #000000; + } + + .dark #loading-image-container { + background: #1a1a1a !important; + background-color: #1a1a1a !important; + } + + .dark #loadingText { + color: white !important; + } + + .dark .dropdown-content li > a { + background-color: #1c1c1c; + color: #3fe0d1; + } + + .dark .dropdown-content li > a:hover { + color: #252525; + } + + .dark .dropdown-content { + background-color: #1c1c1c; + } + + .dark .language-link { + color: #fff; + } + + .dark .modal-content { + background-color: #1c1c1c; + color: #fff; + } + + .dark #submitLilypond { + background-color: rgb(0, 102, 255); + } + + .dark #search, + #helpfulSearch, + .ui-autocomplete { + background-color: #1c1c1c; + color: #fff; + } + + .dark .ui-autocomplete li:hover { + background-color: #225a91; + } + + .dark #helpfulSearchDiv { + background-color: transparent; + } + + .dark #crossButton { + color: #fff; + } + + +/* Your Custom Theme can go down if you dont want to modify the existing dark mode */ \ No newline at end of file diff --git a/index.html b/index.html index c47e9d9de0..e94b806292 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ - + @@ -776,13 +776,13 @@ >
  • - brightness_4 + brightness_4
  • + + +