This repository was archived by the owner on Jul 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * GitHub Dark v2.1.0
2+ * GitHub Dark v2.1.1
33 * Copyright 2016 Quan You.
44 * Licensed under MIT (https://github.com/cquanu/github-dark/blob/master/LICENSE)
55*/
783783 background-color : # 292c36 ;
784784 border : 1px solid # 4c4d55 ;
785785}
786+ /* Octotree Addon */
787+
788+ .octotree_github_sidebar {
789+ background-color : # 292c36 ;
790+ color : # fff ;
791+ }
792+ .octotree_github_sidebar .octotree_views .octotree_view .octotree_view_header {
793+ background-color : # 292c36 ;
794+ border-bottom : 1px solid # 4c4d55 ;
795+ background-image : none;
796+ }
797+ .octotree_views .octotree_view .octotree_view_header {
798+ text-shadow : none;
799+ }
800+ .octotree_github_sidebar input ,
801+ .octotree_github_sidebar textarea {
802+ background-color : # 101420 ;
803+ border : 1px solid # 4c4d55 ;
804+ padding : 2px ;
805+ color : # fff ;
806+ }
807+ .octotree_github_sidebar .octotree_views .octotree_treeview .jstree-default .jstree-wholerow-clicked {
808+ background-color : # 1f2a44 ;
809+ }
810+ .octotree_github_sidebar .octotree_views .octotree_treeview .jstree-default .jstree-wholerow-hovered {
811+ background-color : # 1f2a44 ;
812+ }
813+ .octotree_sidebar {
814+ border-color : # 4c4d55 ;
815+ }
816+ .octotree_github_sidebar a .octotree_toggle > span ::after ,
817+ .octotree_github_sidebar a .octotree_opts {
818+ -webkit-filter : invert (1 );
819+ filter : invert (1 );
820+ }
You can’t perform that action at this time.
0 commit comments