Skip to content

Instantly share code, notes, and snippets.

@switer
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save switer/2165dd32db3f22e50b01 to your computer and use it in GitHub Desktop.
Save switer/2165dd32db3f22e50b01 to your computer and use it in GitHub Desktop.
octotree dark theme
/*octotree*/
.octotree_views {background:rgba(0,0,0,.9)}
/*clicked*/
.octotree_views .octotree_treeview .jstree-default .jstree-wholerow-clicked {background:rgba(255,255,255,.2)}
/*hovered*/
.octotree_views .octotree_treeview .jstree-default .jstree-wholerow-hovered {background:rgba(255,255,255,.3)}
/*header*/
.octotree_views .octotree_treeview .octotree_view_header {background: linear-gradient(to bottom, #282828, #181818) !important;
border-color: #333 !important;}
/*container*/
.octotree_sidebar{border-color: #333;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment