Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 3a5d794

Browse files
authored
Release new update for v2.1.1
1 parent 783a9e9 commit 3a5d794

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

github-dark.css

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
*/
@@ -783,3 +783,38 @@ hr,
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+
}

0 commit comments

Comments
 (0)