How do I get the dark theme to all of Splunk, regardless of version, including search results and dashboards, and to any other website as well?
The following solution gives you dark mode for all Splunk versions for both searches and dashboards, and for all other websites:
Install the darkreader.org extension
Install the Stylus extension
Add css to tame the cell highlighting feature in Splunk ->
Copy the following css into the box "code 1":
/* highlight color, for dark mode */
::selection {
background: #161710fc;
color: #42ff42
}
background: #001a07 !important;
color: #6cff6c !important;
}
background: #001a07 !important;
color: #6cff6c !important;
}