Skip to content

Instantly share code, notes, and snippets.

@yku12cn
Created June 6, 2020 08:59
Show Gist options
  • Save yku12cn/c320e056ad3a942c00b51271d9bc0e06 to your computer and use it in GitHub Desktop.
Save yku12cn/c320e056ad3a942c00b51271d9bc0e06 to your computer and use it in GitHub Desktop.
h5ai Dark Theme mods, based on Rafael De Jongh's work
/*h5a1 Dark Theme by Rafael De Jongh - www.RafaelDeJongh.com*/
/*Changed palette*/
#topbar{background-color:#232629}
#mainrow,#content,#view .item,#sidebar{background-color:#31363B}
#tree a,#tree a:active,#tree a.visited,#root,input,select,#crumbbar a,#crumbbar a:active,#crumbbar a:visited,#backlink,#backlink:active,#backlink:visited,#content-header,#content-footer{color:#F2F2F2}
#tree a:hover,#tree a:active:hover,#tree a.visited:hover{color:#fff}
#view.view-details .item{border-bottom:1px solid #313334}
#view .item:hover{background:#345466;color:#fff}
#view .item,a{transition:all .3s ease}
#sidebar{border-right:3px solid #313334}
#view.view-icons .landscape{background:#272727}
#view.view-details .item:hover{box-shadow:unset}
#pv-content-txt{background:#252525;color:#fff;padding:15px 20px}
#pv-content-aud{width:86%;top:44.8vh!important;box-shadow:unset}
.fullscreen #pv-content-aud{top:47.3vh!important}
audio{filter:invert(1)}
audio::-webkit-media-controls-panel{color:#fff;background:#d0d0d0}
audio::-webkit-media-controls-current-time-display{color:#000}
audio::-webkit-media-controls-time-remaining-display{color:#000}
/*Login*/
#root.info #header a{color:#eee}
#root.info #login,#root.info #logout,#root.info #pass{background:#345466}
#root.info #support,#root.info #tests .test{background:#d7d9db;border-radius:5px}
/*Scrollbar*/
::-webkit-scrollbar{width:12px;height:12px;background-color:#31363B}
::-webkit-scrollbar-corner{background-color:#31363B}
::-webkit-scrollbar-track{background-color:#31363B}
::-webkit-scrollbar-thumb{background:#345466}
::-webkit-scrollbar:horizontal{height:12px}
/*Selection*/
::selection{color:#fff;background-color:#bbb}
::-moz-selection{color:#fff;background-color:#bbb}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment