aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pluggins.vim4
-rw-r--r--.vimrc10
-rw-r--r--.zsh_aliases2
-rwxr-xr-xbin/backlight-ctl18
-rw-r--r--stylus.json915
-rw-r--r--xmonad.hs2
6 files changed, 944 insertions, 7 deletions
diff --git a/.pluggins.vim b/.pluggins.vim
index f178860..0db0a3b 100644
--- a/.pluggins.vim
+++ b/.pluggins.vim
@@ -10,9 +10,11 @@ call plug#begin()
Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators
Plug 'romainl/vim-cool' " disable highlight after search
Plug 'tpope/vim-fugitive' " git wrapper
+ Plug 'junegunn/vim-easy-align' " align
+ " Plug 'easymotion/vim-easymotion' " TODO very intresting
" markdown preview in browser
- Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
+ " Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']}
" syntax highlight for languages that aren't supported by default
Plug 'tikhomirov/vim-glsl' " glsl
diff --git a/.vimrc b/.vimrc
index ac764ef..27f9bdd 100644
--- a/.vimrc
+++ b/.vimrc
@@ -203,7 +203,7 @@ command! -nargs=1 PutCoplienForm call PutCoplienFormFunc("<args>")
" }}}
" quickfix window toggle {{{
-nnoremap <leader>t :call QuickfixToggle()<CR>
+nnoremap <leader>q :call QuickfixToggle()<CR>
nnoremap <leader>n :cnext <CR>
nnoremap <leader>p :cprevious <CR>
let g:quickfix_is_open = 0
@@ -241,6 +241,8 @@ autocmd Filetype cpp nnoremap <leader>cout istd::cout << << std::endl;<ESC>2F<h
autocmd Filetype vim setlocal foldmethod=marker
autocmd FileType haskell set formatprg=stylish-haskell
+
+autocmd FileType lisp set shiftwidth=2
" }}}
""""""""""""
@@ -253,6 +255,7 @@ set wildignore=*/tmp/*,*.o,*.so,*.swp,*.zip,*/node_modules/*,*/vendor/*,.bundle/
" ctrlp ignore all stuff in the .gitignore
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files -co --exclude-standard']
let g:ctrlp_working_path_mode = 'rw'
+let g:ctrlp_mruf_case_sensitive = 0
" }}}
" quick-scope {{{
@@ -270,3 +273,8 @@ let g:ctrlp_working_path_mode = 'rw'
" let g:ctrlp_funky_syntax_highlight = 1
" nnoremap <C-f> :CtrlPFunky<CR>
" }}}
+
+" eazy-align {{{
+xmap ga <Plug>(EasyAlign)
+nmap ga <Plug>(EasyAlign)
+" }}}
diff --git a/.zsh_aliases b/.zsh_aliases
index 808908e..f72b556 100644
--- a/.zsh_aliases
+++ b/.zsh_aliases
@@ -122,3 +122,5 @@ alias ytdl='youtube-dl'
alias ytdla='youtube-dl -i -x -f bestaudio/best --output "%(playlist_index)s-%(title)s.%(ext)s"'
alias qmvdest='qmv --format=do'
+
+alias xclip='xclip -selection clipboard'
diff --git a/bin/backlight-ctl b/bin/backlight-ctl
index 7153276..2963d83 100755
--- a/bin/backlight-ctl
+++ b/bin/backlight-ctl
@@ -2,10 +2,22 @@
[ "$#" -ne 1 ] && exit 1;
+
+if [ "$(hostname)" = manjaro ]
+then
+ cmd=light
+ up_opt=-A
+ down_opt=-U
+else
+ cmd=xbacklight
+ up_opt=-inc
+ down_opt=-dec
+fi
+
case "$1" in
- "up") xbacklight -inc 5 ;;
- "down") xbacklight -dec 5 ;;
+ "up") "$cmd" "$up_opt" 5 ;;
+ "down") "$cmd" "$down_opt" 5 ;;
*) exit 1 ;;
esac
-notify-send "backlight $(xbacklight | cut -d '.' -f 1)"
+notify-send "backlight $("$cmd" | cut -d '.' -f 1)"
diff --git a/stylus.json b/stylus.json
new file mode 100644
index 0000000..f510c8a
--- /dev/null
+++ b/stylus.json
@@ -0,0 +1,915 @@
+[
+ {
+ "enabled": false,
+ "updateUrl": "https://userstyles.org/styles/chrome/168350.json",
+ "md5Url": "https://update.userstyles.org/168350.md5",
+ "url": "http://userstyles.org/styles/168350",
+ "originalMd5": "cd55ff3c99dcc3b55464d1ee466a6c7e",
+ "installDate": 1589622036752,
+ "sections": [
+ {
+ "urls": [],
+ "urlPrefixes": [],
+ "domains": [],
+ "regexps": [
+ "^https?://(?!www.google.com)(((?!desktop).*.)?(githubusercontent|githubstatus|github).(?!io|myshopify|blog)).*"
+ ],
+ "code": "body {\r\n background-color: #222 !important;\r\n background-clip: border-box !important;\r\n background-origin: padding-box !important;\r\n background-attachment: scroll !important;\r\n background-repeat: repeat !important;\r\n background-size: auto !important;\r\n background-position: left top !important;\r\n}\r\n\r\n.user-status-message-wrapper div {\r\n color: white;\r\n}\r\n\r\n.pinned-item-checkbox:checked + .pinned-item-name {\r\n background-color: #333;\r\n}\r\n\r\n.discussion-header,\r\n.discussion-block-title,\r\n.discussion-labels,\r\n.discussion-block-header,\r\n.branch-action,\r\n.discussion-reply {\r\n background: #24292e;\r\n}\r\n\r\n.branch-action {\r\n background: transparent;\r\n}\r\n\r\n.graphs .selection .overlay {\r\n visibility: hidden !important;\r\n}\r\n.UnderlineNav-item {\r\n color: #bbb !important;\r\n}\r\n\r\n.UnderlineNav-item:focus,\r\n.UnderlineNav-item:hover {\r\n color: white !important;\r\n}\r\n\r\n.d-flex {\r\n color: white !important;\r\n}\r\n\r\n.project-columns-container {\r\n background: #222;\r\n}\r\n\r\n.btn-octicon:hover {\r\n color: white !important;\r\n}\r\n\r\na,\r\ntable.files td.icon,\r\ntd.icon,\r\ntable.files td.icon .octicon-file-directory {\r\n color: #4299fc;\r\n}\r\n\r\ntable.files td.icon,\r\ntable.files tr.navigation-focus td table.files td.icon .octicon-file-directory,\r\n.commit-link,\r\n.commit-ref,\r\n.js-add-project-description,\r\n.link-gray:hover,\r\n.link-gray-dark:hover,\r\n.link-hover-blue:hover {\r\n color: #4299fc !important;\r\n}\r\n\r\n.commit-link:hover,\r\n.link-gray:hover,\r\n.link-gray-dark:hover,\r\n.link-hover-blue:hover,\r\n.project-header .project-header-link:hover {\r\n text-decoration: underline !important;\r\n}\r\n\r\n.project-header .project-header-link:hover {\r\n color: white !important;\r\n}\r\n\r\n.select-menu-button:hover {\r\n color: white !important;\r\n}\r\n\r\na.topic-tag,\r\n.topic-tag {\r\n color: #b7cce4 !important;\r\n}\r\n\r\n.blob-num-expandable .directional-expander {\r\n color: #ccc !important;\r\n}\r\n\r\n.pl-smi,\r\n.blob-code,\r\n.blob-code-inner {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\n.pl-en {\r\n color: #eaaa71 !important;\r\n}\r\n\r\n/* custom code font */\r\n\r\npre,\r\ncode,\r\ntt,\r\nkbd:not(.badmono),\r\npre,\r\nsamp,\r\n.blob-code,\r\n.file-data pre,\r\n.line-data,\r\n#gist-form .file .input textarea,\r\n.blob-code-inner {\r\n font-family: \"Menlo\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace !important;\r\n}\r\n\r\n/* Base color panel */\r\n\r\n.btn:active,\r\noption:hover,\r\n.listings-layout .nav li a:hover,\r\n.state-merged,\r\n#fork-select .target:not(.disabled):hover,\r\n.flash-notice,\r\ntable.upgrades tr:hover td,\r\n.email-format .email-hidden-toggle:hover a,\r\n.dashboard-tabs a:hover,\r\n.dropdown-menu > li > a:hover,\r\n.documentation-results a:hover,\r\n.hidden-text-expander a:hover,\r\n.dropdown-item:hover,\r\n.dropdown-item.zeroclipboard-is-hover,\r\n.subnav-item.selected,\r\n.subnav-item.selected:hover,\r\n.subnav-item.selected:focus,\r\n.example-nav li a.selected,\r\n.typeahead-result.navigation-focus,\r\n.typeahead-result:hover,\r\n.issues-reset-query:hover .octicon-x,\r\n.segmented-nav li.active,\r\n.diff-expander:hover,\r\n.pagination .current,\r\n.owner-select-target:hover,\r\n.filter-item.selected,\r\n.release-timeline-tags .expander-text:hover .expander-dots,\r\na.gollum-minibutton:hover,\r\na.gollum-minibutton:visited:hover,\r\n.search-result-item.navigation-focus,\r\n.gist-quicksearch-result.navigation-focus,\r\n.gist-snippet .link-overlay .link,\r\n.suggester li.navigation-focus,\r\n.btn.btn-outline.zeroclipboard-is-hover,\r\n.btn.btn-outline.zeroclipboard-is-active,\r\n.select-menu-item:not(.select-menu-item-parent).navigation-focus,\r\n.reaction-sort-item:hover,\r\n.reaction-sort-item.selected,\r\n.pull-request-link:hover,\r\n.issues-reset-query:hover .issues-reset-query-block,\r\n#com .dropdown-menu a:hover,\r\n.date-selector td.selected,\r\n.date-selector td.selectable-day:hover,\r\n.add-line-comment,\r\nbutton.add-line-comment,\r\n.suggester .cur,\r\n.autocomplete-item.selected,\r\n.autocomplete-item.navigation-focus,\r\n.select-menu-item.navigation-focus.selected,\r\n.reblame-link:hover {\r\n background: #4183c4 !important;\r\n}\r\n\r\n.context-button:after {\r\n border-color: #4183c4 transparent transparent !important;\r\n}\r\n\r\n.octofication .message,\r\n.panel-nav:not(.disabled):active,\r\n.diagram-icon:not(.active),\r\n.btn.btn-outline,\r\n.btn.btn-outline:hover:not(.ajax-pagination-btn),\r\n.btn.btn-outline.zeroclipboard-is-hover,\r\n:checked + .radio-label,\r\n.gist-snippet .file-box:hover .file,\r\n.octofication .message,\r\n.reaction-sort-item.selected,\r\n.pull-request-link,\r\n.timeline-progressive-disclosure-button:hover {\r\n border-color: #4183c4 !important;\r\n}\r\n\r\n.header-nav-link:hover .dropdown-caret,\r\n.header-nav-link:focus .dropdown-caret,\r\n#com #header .top-nav .dropdown-button:hover .dropdown-caret {\r\n border-top-color: #4183c4 !important;\r\n}\r\n\r\n.table-list .table-list-item.unread .table-list-cell-checkbox,\r\n.Box-row--unread,\r\n.Box-row.unread {\r\n border-left-color: #4183c4 !important;\r\n box-shadow: 2px 0 0 #4183c4 inset !important;\r\n}\r\n\r\n/* notification icon */\r\n\r\n.notification-indicator .mail-status {\r\n background: #4183c4 !important;\r\n border-color: #1d1d1d !important;\r\n}\r\n\r\n/* text selection */\r\n\r\n::selection {\r\n background-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n::-moz-selection {\r\n background-color: #4183c4 !important;\r\n color: #fff !important;\r\n}\r\n\r\n.CodeMirror-selected {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n.CodeMirror::selection {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n.CodeMirror::-moz-selection {\r\n background: rgba(255, 255, 255, 0.12) !important;\r\n}\r\n\r\n/* placeholder */\r\n\r\n::-webkit-input-placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n::-moz-placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n::placeholder {\r\n color: #666 !important;\r\n opacity: 1 !important;\r\n}\r\n\r\n.select-menu-text-filter input::-webkit-input-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input::-moz-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input:-ms-input-placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n.select-menu-text-filter input::placeholder {\r\n color: #555 !important;\r\n}\r\n\r\n/* focus hightlight */\r\n\r\na:focus,\r\nbutton:focus,\r\n[tabindex] {\r\n outline-color: #4183c4 !important;\r\n}\r\n\r\ninput.focus[type=\"text\"],\r\n#adv_code_search .focus.search-page-label,\r\n\r\n/* below selector has a ton of weight. Better to override it with\r\n class selectors that unset box-shadow and rules here. Testable\r\n on the repo tag editor */\r\n\r\ninput[type=\"text\"]:focus:not(.js-color-editor-input):not(.tree-finder-input):not(.js-site-search-focus):not(.tag-input-inner),\r\n.focused .drag-and-drop,\r\n#adv_code_search .search-page-label:focus,\r\ninput.focus[type=\"password\"],\r\ninput[type=\"password\"]:focus,\r\ninput.focus[type=\"email\"],\r\ninput[type=\"email\"]:focus,\r\ninput.focus[type=\"number\"],\r\ninput[type=\"number\"]:focus,\r\ninput.focus[type=\"tel\"],\r\ninput[type=\"tel\"]:focus,\r\ninput.focus[type=\"url\"],\r\ninput[type=\"url\"]:focus,\r\ntextarea.focus,\r\ntextarea:focus,\r\n#q:focus~button,\r\ninput.color-editor-input:focus,\r\n#ghd-settings select:focus,\r\n#ghd-settings input:focus,\r\n.intgrs-lstng-item:hover,\r\n.ajax-pagination-btn:focus,\r\n.select-menu-item:focus,\r\n.form-control.focus,\r\n.form-select.focus,\r\n.form-select:focus,\r\ninput.subnav-search-input:focus,\r\ninput[type=\"checkbox\"]:focus,\r\n.upload-enabled.focused {\r\n border-color: #4183c4 !important;\r\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 2px #4183c4 !important;\r\n outline-color: #4183c4 !important;\r\n}\r\n\r\n/* inputs */\r\n\r\nselect,\r\ninput:not(.btn-link) {\r\n -moz-appearance: none !important;\r\n background-color: #25272a !important;\r\n border-color: #343434 !important;\r\n color: #eee !important;\r\n}\r\n\r\ninput:not(.btn-link):focus {\r\n border-color: #2188ff !important;\r\n}\r\n\r\n/* custom checkbox and radio styles. We need a full set of styles here as\r\n WebKit removes all of them when -webkit-appearance: none is set. */\r\n\r\ninput[type=\"checkbox\"],\r\ninput[type=\"checkbox\"]:focus,\r\ninput[type=\"radio\"],\r\ninput[type=\"radio\"]:focus,\r\ninput[type=\"checkbox\"]:hover:active,\r\ninput[type=\"radio\"]:hover:active,\r\ninput[type=\"checkbox\"]:disabled,\r\ninput[type=\"checkbox\"]:hover:disabled,\r\ninput[type=\"checkbox\"]:hover:active:disabled {\r\n -webkit-appearance: none !important;\r\n background-color: #25272a !important;\r\n border: 1px solid #484848 !important;\r\n color: #eee !important;\r\n height: 1em !important;\r\n width: 1em !important;\r\n}\r\n\r\ninput[type=\"radio\"] {\r\n border-radius: 100% !important;\r\n}\r\n\r\ninput[type=\"checkbox\"]:checked {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxwYXRoIGQ9Im05OC43OTk5ODggMjEzbC0wLjc5OTk4OCA4OWMwIDAgMTAzIDEwMiAxMDQgMTAyYzEgMCAyMDUgLTIwMSAyMDUgLTIwMWMwIDAgMCAtOTAgMCAtOTFjLTAuNzk5OTg4IDAgLTIwNCAyMDMgLTIwNCAyMDNsLTEwNCAtMTAyeiIgZmlsbD0iI2RkZGRkZCIvPjwvZz48L3N2Zz4KCg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ninput[type=\"checkbox\"]:indeterminate {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxyZWN0IGhlaWdodD0iMTI4IiB3aWR0aD0iMzg0IiB5PSIxOTIiIHg9IjY0IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ninput[type=\"radio\"]:checked {\r\n background: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48cmVjdCBoZWlnaHQ9IjUxMiIgd2lkdGg9IjUxMiIgeT0iMCIgeD0iMCIgZmlsbD0iIzAwMDAwMCIvPjxjaXJjbGUgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMTI4IiBmaWxsPSIjZGRkZGRkIi8+PC9nPjwvc3ZnPg==\") !important;\r\n background-size: cover !important;\r\n}\r\n\r\ncode {\r\n overflow: visible !important;\r\n}\r\n\r\npre,\r\n.highlight,\r\n.diff-table,\r\n.tab-size {\r\n tab-size: 4 !important;\r\n -moz-tab-size: 4 !important;\r\n}\r\n\r\n@supports (position: sticky) {\r\n .blog-aside {\r\n position: sticky !important;\r\n top: 8px !important;\r\n }\r\n}\r\n\r\n/* User time line firsts */\r\n\r\ndiv[id^=\"contribution-joined-github\"] img {\r\n padding-bottom: 20px !important;\r\n}\r\n\r\n/* PR toolbar tweaks */\r\n\r\n.diffbar {\r\n padding-top: 10px !important;\r\n padding-bottom: 40px !important;\r\n}\r\n\r\n.is-stuck .diffbar {\r\n background: #25272a !important;\r\n height: 2.5em;\r\n pointer-events: all !important;\r\n}\r\n\r\n/* User profile: Make the border not cross into the years buttons */\r\n\r\n.profile-timeline-month-heading:after {\r\n width: calc(100% - 94px) !important;\r\n}\r\n\r\n/* HACK: Label colors */\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #f\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #f\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #e\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #e\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #d\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #d\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #c\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #c\"] {\r\n color: #e8e8e8 !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #3\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #3\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #2\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #2\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #1\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #1\"] {\r\n color: #25272a !important;\r\n}\r\n\r\na.label[href*=\"/issues?\"][style*=\" color: #0\"],\r\na.label[href*=\"/pulls?\"][style*=\" color: #0\"] {\r\n color: #25272a !important;\r\n}\r\n\r\n.markdown-body pre code,\r\n.markdown-body pre tt {\r\n padding: 0.2em 0 !important;\r\n border: none !important;\r\n}\r\n\r\n.markdown-body code:before,\r\n.markdown-body code:after,\r\n.markdown-body tt:before,\r\n.markdown-body tt:after,\r\n.markdown-body pre code:before,\r\n.markdown-body pre code:after,\r\n.markdown-body pre tt:before,\r\n.markdown-body pre tt:after,\r\nimg[src$=\"/notices/context_button.png\"] {\r\n display: none !important;\r\n}\r\n\r\n.intgrs-lstng-item-description:after {\r\n background-image: linear-gradient(\r\n to right,\r\n rgba(24, 24, 24, 0),\r\n #25272a 80%\r\n ) !important;\r\n}\r\n\r\n.marketplace-product-callout-bg {\r\n background-image: linear-gradient(\r\n to right,\r\n rgba(24, 24, 24, 0),\r\n #25272a\r\n ) !important;\r\n}\r\n\r\n.markdown-body a:hover * {\r\n text-decoration: inherit !important;\r\n}\r\n\r\n#message-list .pagination a:hover,\r\n.link-mono:hover {\r\n text-decoration: underline !important;\r\n}\r\n\r\n.branch-infobar {\r\n font-weight: normal !important;\r\n}\r\n\r\n.merge-pr-more-commits,\r\n.profile-timeline-month-heading {\r\n padding: 2px 5px !important;\r\n}\r\n\r\ninput.tree-finder-input,\r\ninput.tree-finder-input:focus,\r\ninput.js-site-search-focus {\r\n background: transparent !important;\r\n border: none !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.markdown-body a:not([href]),\r\n.markdown-body a code {\r\n color: inherit !important;\r\n text-decoration: none !important;\r\n}\r\n\r\n.markdown-body strike code,\r\n.markdown-body strike tt {\r\n text-decoration: line-through !important;\r\n}\r\n\r\n.blame-commit + .blame-line {\r\n border-top: 1px solid #484848 !important;\r\n box-shadow: none !important;\r\n}\r\n\r\n.exploregrid-item {\r\n border-color: rgba(255, 255, 255, 0.075) !important;\r\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05) !important;\r\n}\r\n\r\n.exploregrid-item:hover {\r\n border-color: rgba(255, 255, 255, 0.15) !important;\r\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.3) !important;\r\n}\r\n\r\n/* remove shadow */\r\n\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\npre,\r\npre *,\r\ncode,\r\ntt,\r\nli,\r\np,\r\ninput,\r\na,\r\nth,\r\nkbd,\r\n.news,\r\n.btn,\r\n.metabox em.placeholder,\r\ntable.notifications,\r\n#download_button,\r\n.comment-count,\r\nem.date,\r\ninput.search,\r\n#user-links,\r\n.upper_footer,\r\n.switcher > span:after,\r\n.upgrades td,\r\n.blog-feedback,\r\n.description,\r\n.nav-bar-tabs,\r\n.pagination span,\r\n.mini-icon-advanced-search,\r\n.count,\r\n.select-menu-title,\r\n.select-menu-button:after,\r\n#repo-message,\r\n.usage-bar dt,\r\n#user-links .name img,\r\n#common-issues,\r\n.upload-progress,\r\n.svg-tip,\r\n.meta,\r\n.flash,\r\n.flash-global,\r\n#files .file .meta .info span,\r\n.file-box .meta .info span,\r\nbody#com #header,\r\n.search-filters,\r\n.usage-bar dd,\r\n.avatar-stack.multiple-avatars .avatar:last-child,\r\n.avatar-stack.multiple-avatars:before,\r\n.box-action,\r\n.file-diff-line,\r\n.file-code-lines,\r\n#adv_code_search .search-page-input,\r\nli.ssh-key .ssh-key-state-indicator.not-recent,\r\n#gist-form .gist-name-textbox,\r\n.labels .label,\r\n.octotree_views .octotree_view .octotree_view_header,\r\n.fullscreen-overlay textarea,\r\n.avatar-child,\r\n.discussion-item .label-color,\r\n.coupons .coupon-form-body,\r\n.label-private,\r\n.repo-file-upload-progress,\r\n.more-repos,\r\n.header .header-search-wrapper.focus,\r\n.blame-commit .blame-commit-info,\r\n.label,\r\n.Label {\r\n box-shadow: none !important;\r\n}\r\n\r\na,\r\nbutton,\r\np,\r\nul,\r\nli,\r\ndl.form label,\r\n.formbody label,\r\n.js-context-button,\r\n.footer-text,\r\n.octicon-mark-github,\r\n.minibutton span,\r\nspan.name,\r\n.diff-line-code,\r\n.num,\r\n.user-list em,\r\n.diff-expander .octicon-unfold:hover,\r\n.select-menu-loading-overlay:before,\r\n.select-menu-item a,\r\n.minibutton,\r\n.mini-icon,\r\n.mini-icon:before,\r\n.list-tip:before,\r\n.line-num-content,\r\n.diff-expander .octicon-unfold,\r\n.minibutton i,\r\n.comment-header-author,\r\n.header,\r\n.gist .gist-file .gist-meta,\r\n.logo-placeholder,\r\n.branch-group-heading,\r\n.render-bar,\r\n.auth-form-header .octicon,\r\n.render-info .symbol,\r\n.article-meta,\r\n.select-menu-title,\r\n.text-shadow-light,\r\n.text-shadow-dark,\r\nul#bootcamp li a h4 {\r\n text-shadow: none !important;\r\n}\r\n\r\n/* transparent background only */\r\n\r\nbody > pre,\r\n.textographic a.repo,\r\n.stars-browser .filter-bar,\r\n.highlight .file-diff-line:hover pre,\r\n.gravatar,\r\n.topsearch span.search-input,\r\np.meta,\r\n.sidebar .milestone,\r\n.commit-desc pre,\r\n#facebox,\r\n.profilecols .filter-bar,\r\n.btn-group,\r\ndiv.content-header .search-form,\r\n.file-code,\r\n.org-header .edit-org:hover,\r\n.gist-advanced-options .select-menu-button:after,\r\n#wrapper,\r\nli.commit,\r\n.gravatar img,\r\n.commit-comments-header-sha,\r\npre.headers code,\r\n.audit-search-form,\r\n.columns.equacols.bordered,\r\n.gist-item ul.meta > li > a:hover,\r\n.commits li img,\r\na.minibutton code,\r\n.milestone,\r\n.keyboard-mappings th,\r\n.api #header-wrapper .nav,\r\n.marketing-nav a.selected,\r\n#graph_data .tabs,\r\n.org-nav-item.selected,\r\n.edit-team-member:hover,\r\ntr.commit,\r\n.release-timeline .js-details-container,\r\n.section-heading-title a.js-selected-navigation-item,\r\n.featured-callout .screenshot,\r\n.timeline-commits .commit-meta .status,\r\n.theme-picker-spinner,\r\n.timeline-commits .commit-meta .octicon,\r\n.file .meta-divider,\r\n.avatar-stack.multiple-avatars:before,\r\n#feedHandler,\r\n.discussion-sidebar-item .thread-subscription-status,\r\n.boxed-group.application-show-group .logo-upload,\r\n.diagram-icon-small,\r\n.commits-listing .commit-group-title .octicon-git-commit,\r\n#readme .highlight,\r\n.ace-github,\r\n.add-member-team-list.table-list,\r\n.theme-picker,\r\n.avatar-stack .avatar,\r\n.boxed-group,\r\n.full-commit .btn.btn-outline,\r\n.prose-diff > .markdown-body ins,\r\n.header .divider-vertical,\r\n.ace-github-base16,\r\n.markdown-body pre code,\r\n.markdown-body pre tt,\r\n#readme .plain pre,\r\n.uploaded-files,\r\n.merge-pr-more-commits code,\r\n.two-factor-toggle .two-factor-status button,\r\n.input_area,\r\n#notebook .highlight,\r\n#notebook .highlight pre,\r\n.output_area pre,\r\n.gist-snippet-meta .gist-count-links > li > a:hover,\r\n.markdown-body img,\r\n.delete-owners-button:hover,\r\n.avatar-child,\r\n.session-authentication .header-logged-out,\r\n.session-authentication .auth-form-header,\r\n.timeline-progressive-disclosure-items,\r\n#com #footer,\r\n.pr-toolbar,\r\n.diffbar,\r\n.shade-gradient,\r\n#categories .list,\r\n.gist-banner,\r\n.select-menu-item-parent,\r\n.main-content,\r\n.showcase-page-header,\r\n.showcase-page-pattern:after,\r\n.description-inline,\r\n.result-group a,\r\n.border-wrap,\r\na.feed-icon,\r\n.session-device,\r\n.boxed-group-list > li.session-device:hover,\r\n#message-list .pagination a,\r\n#message-list .pagination .disabled,\r\n.merge-status-item .merge-status-icon,\r\n.js-release-form,\r\n.project-columns,\r\n.project-header,\r\n.user-profile-nav,\r\n.profile-timeline-year-list.bg-white,\r\n.discussion-item-review .timeline-comment,\r\n.libraries-jumbotron,\r\n.sidebar-module h3 a:hover,\r\n.menu-item.selected,\r\n.bg-shade-gradient,\r\n.dev-hero,\r\n.render-container.is-render-ready.is-render-requested:not(.is-render-failed),\r\n.user-list li em,\r\n.toolbar-commenting .dropdown-item,\r\n.toolbar-commenting .dropdown-item:hover,\r\n.CodeMirror-lines,\r\n.api table,\r\n.dashboard-notice .coupon,\r\n.release-label,\r\n.oauth-org-access-details .oauth-org-item.on,\r\n.MarketplaceSideNav {\r\n background: none !important;\r\n background-color: unset !important;\r\n}\r\n\r\n/* remove background gradient */\r\n\r\n.big-notice,\r\n.clean td,\r\n.legend .clean,\r\n.avatar .overlay.size-48,\r\n.listing.closed,\r\n.gist .gist-file .gist-data,\r\n.gist-syntax,\r\n.gist .gist-file .gist-data .line-numbers,\r\n.listing .repo,\r\n.render-shell .leaflet-marker-pane img,\r\n.showcase-page-pattern,\r\n.showcase-page-pattern:after,\r\n#notebook .output_png img {\r\n background-color: transparent !important;\r\n background-image: none !important;\r\n}\r\n\r\n/* border-radius */\r\n\r\n#wrapper,\r\n#your-repos-filter,\r\n.topsearch ul.nav,\r\n.merge-pr-more-commits,\r\n.oauth-org-access-details .boxed-group-list > li.on,\r\n.gist-snippet .file-box .highlight {\r\n border-radius: 3px !important;\r\n}\r\n\r\n/* add rounded borders on bottom - issue caused by GitHub bugs */\r\n\r\nbody[data-render-url],\r\n.render-viewer,\r\n.comment-content,\r\n.gist .gist-file .gist-meta,\r\n.more-repos {\r\n border-radius: 0 0 3px 3px !important;\r\n}\r\n\r\n.dashboard-tabs a,\r\n.search-filters {\r\n border-radius: 0 !important;\r\n}\r\n\r\n.discussion-topic-header,\r\n.previewable-comment-form .tabnav {\r\n border-radius: 3px 3px 0 0 !important;\r\n}\r\n\r\n/* repo labels, private repo lists */\r\n\r\n.repo-label span,\r\n.private .repo-list-item,\r\n.hook-delivery-guid {\r\n background: #222 !important;\r\n color: #777 !important;\r\n}\r\n\r\n.private .mini-repo-list-item .repo-icon {\r\n color: #777 !important;\r\n}\r\n\r\n.private .mini-repo-list-item {\r\n background: #221 !important;\r\n}\r\n\r\n.UnderlineNav-item.selected {\r\n color: white !important;\r\n}\r\n\r\n/* previously orange border bottom */\r\n\r\n.pagehead ul.tabs li a.selected,\r\n.pagehead > ul.tabs li a:hover,\r\n.filter-selected,\r\ndiv.listing.navigation-focus,\r\ndiv.issues.navigation-focus,\r\n.repo-filter:hover,\r\n.dashboard-tabs a.selected,\r\n.marketing-nav a.selected,\r\n.orgs-nav .org-nav-item.selected,\r\na.pagehead-nav-item.selected,\r\n.underline-nav-item.selected {\r\n border-radius: 0 !important;\r\n border-bottom: 2px solid #eee !important;\r\n}\r\n\r\n.section-nav .active a,\r\n.js-current .standalone a,\r\n.sidebar-module .disable > a {\r\n border-radius: 0 !important;\r\n border-left: 2px solid #eee !important;\r\n}\r\n\r\n.tabs > a.selected {\r\n border-color: transparent !important;\r\n border-top: 2px solid #eee !important;\r\n}\r\n\r\n.menu-item.selected:before {\r\n background-color: #eee !important;\r\n}\r\n\r\n.dropdown-arrow {\r\n border-top-color: #eee !important;\r\n transition: none !important;\r\n}\r\n\r\n#com #header .top-nav .dropdown-caret {\r\n border-top-color: #ccc !important;\r\n}\r\n\r\n.js-menu-target:hover .dropdown-arrow {\r\n border-top-color: #4183c4 !important;\r\n}\r\n\r\n/* normalize.css bug: Make <details> disclosure triangle visible in Firefox */\r\n\r\n/* https://github.com/necolas/normalize.css/issues/604 */\r\n\r\ndetails summary {\r\n display: list-item !important;\r\n}\r\n\r\n/* Make it more apparent that <details> is clickable */\r\n\r\n.Details-content--closed.Box.mt-2.d-inline-flex.flex-column:hover,\r\n.discussion-item-header.pt-0 .Box.d-inline-flex.flex-column:hover {\r\n box-shadow: 0 0 9px 4px #363f4a;\r\n cursor: pointer;\r\n}\r\n\r\n.Details-content--closed span,\r\n.discussion-item-header button {\r\n color: white !important;\r\n}\r\n\r\n/* GitHub Bug: Center discussion close icon vertically */\r\n\r\n.discussion-item-closed .octicon {\r\n position: relative !important;\r\n top: -1px;\r\n}\r\n\r\n/* GitHub Bug: Center counters vertically on the line */\r\n\r\n.boxed-group .counter,\r\n.reponav-item .counter,\r\n.boxed-group .Counter,\r\n.reponav-item .Counter {\r\n position: relative !important;\r\n top: -1px !important;\r\n}\r\n\r\n/* GitHub Bug: Fix image swipe handle misalignment */\r\n\r\n.swipe .swipe-frame .swipe-bar .top-handle,\r\n.swipe .swipe-frame .swipe-bar .bottom-handle {\r\n left: -6px !important;\r\n}\r\n\r\n/* GitHub Bug: Fix text selection not working on inline <code> bug in Firefox */\r\n\r\n.markdown-body code,\r\n.markdown-body tt {\r\n padding: 0 0.3em !important;\r\n display: inline-block !important;\r\n max-width: 100% !important;\r\n}\r\n\r\n/* GitHub Bug: Stop commit message field from resizing horizontally */\r\n\r\n#commit-description-textarea {\r\n resize: vertical !important;\r\n}\r\n\r\n/* GitHub Bug: Fix broken position:sticky emulation in Firefox */\r\n\r\n@supports (position: sticky) {\r\n .discussion-sidebar {\r\n position: sticky !important;\r\n top: 0 !important;\r\n }\r\n\r\n .discussion-sidebar-sticky {\r\n position: static !important;\r\n width: auto !important;\r\n }\r\n\r\n .discussion-sidebar .is-placeholder {\r\n display: none !important;\r\n }\r\n}\r\n\r\n/* GitHub Bug: Fix org layout issue */\r\n\r\n/* https://github.com/isaacs/github/issues/934 */\r\n\r\n.user-profile-repo-filter {\r\n width: 100% !important;\r\n}\r\n\r\n/* Tweak: Square counters, add 1px padding on bottom to counter uneven font size */\r\n\r\n#conversation_tab_counter,\r\n#commits_tab_counter,\r\n#files_tab_counter,\r\n.reponav-item .counter,\r\n.reponav-item .Counter {\r\n border-radius: 2px !important;\r\n padding: 2px 5px 3px !important;\r\n}\r\n\r\n.topic-tag {\r\n padding: 0.2em 0.9em !important;\r\n}\r\n\r\n/* invisible border */\r\n\r\n.gisttabs a:not(.selected),\r\n.gisttabs a:not(.selected):hover,\r\n.timeline-comment-wrapper,\r\n.avatar-stack .avatar,\r\n.full-commit .commit-desc + .commit-branches,\r\n.full-commit .commit-meta,\r\n.list-group-item,\r\n.breadcrumb,\r\n.tabs > a,\r\n.header .divider-vertical,\r\n.about-menu-link {\r\n border-color: transparent !important;\r\n}\r\n\r\n/* darken border */\r\n\r\n.wiki-wrapper .wiki-empty-box:hover,\r\n.render-shell .slider .slider-track,\r\n.render-shell .slider-bar,\r\n.about-menu-link:hover,\r\n.about-menu-link.selected,\r\n.pricing-table {\r\n border-color: #777 !important;\r\n}\r\n\r\nimg,\r\n#browser table,\r\n#browser table th,\r\n#issues .menu ul li,\r\n.branches .more-branches,\r\n.issues td,\r\nul.main_nav li.selected,\r\n.browser_header,\r\n.issue-head,\r\n.bootcamp-help .image,\r\nul.hook-list,\r\n.clone-url-button,\r\n.list-tip li,\r\n.section-nav a,\r\n.search-menu-container,\r\n.repo_list li a,\r\n.graphs .axis,\r\n.switcher > span:after,\r\na.assignee-bit,\r\n.menu li,\r\n.notifications td,\r\n.filter-tab,\r\nul.hook-list li,\r\n.repo .border,\r\n.box-action,\r\nul.repo-stats li a,\r\n.footer_nav h4,\r\n.footer-divider,\r\n.chromed-list-browser,\r\n.js-activate-link,\r\n.chromed-list-browser div,\r\n.filter-bar,\r\n.columns.sidebar,\r\n.title,\r\n.lbl,\r\n#contributors .person,\r\n.tabnav,\r\n#commit-activity-master,\r\n#services,\r\n.top-rule,\r\n.blog-post,\r\n#services .service,\r\nul.stats,\r\n.select-menu-filters,\r\n.select-menu-item,\r\n.select-menu-tabs,\r\n.release-list > li,\r\n.url-box,\r\n.context-body,\r\n.api li:before,\r\n.library-list .feature,\r\n.lower_footer,\r\n.cheatsheet,\r\n.pagehead.settings-area,\r\n.release-body,\r\n.suggester,\r\n.pull-state,\r\n.pull-number,\r\n.merge-pr,\r\n.gist-file,\r\n#graph-shots li,\r\n.sidebar,\r\n.release-timeline,\r\n.explore h2,\r\n#head,\r\n.leaderboard-list-item,\r\n.release-timeline-tags .main,\r\n.search-result-item,\r\n.details,\r\n.jobs-list,\r\n.content-header,\r\n.user-list-item,\r\n.markdown-body,\r\nul#categories li h5,\r\n.render-view-modes li,\r\n.gobutton.with-comments .sha,\r\n#gollum-editor-function-bar,\r\n.capped-box,\r\n.steps li,\r\n#common-issues,\r\n.steps,\r\n#graphs,\r\n.previewable-comment-form .comment,\r\n.org-module,\r\n.org-repo,\r\n.table-list,\r\n.org-add-footer,\r\n.auto-search-group .search-filter,\r\n#notification-center li,\r\n.branch-status,\r\n.comment + .comment,\r\n.discussion-bubble-inner,\r\n.member-row,\r\n.press-info,\r\n.timeline-comment,\r\n.timeline-comment-header,\r\n.timeline-commits .timeline-commits-header,\r\n.marketing-section,\r\n.featured-callout .screenshot,\r\n.page-new-repo .license-container,\r\n.sidebar-module,\r\n.collapsed,\r\n.expanded,\r\n.discussion-topic,\r\n.bubble-inner,\r\n.team-org-group,\r\ndiv.article div.helper div.content,\r\n.boxed-group-inner .help,\r\ndl.new-email-form,\r\n.file .meta-divider,\r\n.avatar-stack.multiple-avatars:before,\r\n.file-box,\r\n.file-actions .btn-group li,\r\n.gist .gist-file .gist-data,\r\n.calendar-graph .contrib-details div,\r\n.branch-action-body,\r\n.setup-form .tos-info,\r\n.setup-form .setup-organization-next,\r\n.collection-page .other-content,\r\n.bubble-wrap,\r\n.release-show,\r\n.file-wrap,\r\n.branches .branch-summary,\r\n.branches .no-results-message,\r\n.branch-a-b-count .count-half:last-child,\r\n.panel-nav,\r\n.file,\r\n.full-commit .sha-block > a,\r\n.theme-selector-thumbnail,\r\n.segmented-nav li,\r\n.overall-summary,\r\n.boxed-group-inner,\r\n.search-form button,\r\n.branches .branch-group-heading,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.issues-list-actions,\r\np code,\r\ncode,\r\n.wiki-wrapper .wiki-empty-box,\r\n#adv_code_search .search-page-label,\r\npre.headers,\r\n.inline-comment-form,\r\n.history-link,\r\n.oauth-permissions-details,\r\n.setup-info-module .features-list .list-divider,\r\n.setup-wrapper .oauth-permissions,\r\n.swipe .swipe-frame .swipe-shell,\r\nul.search-results,\r\n.orgs-help-shelf-content .orgs-help-divider,\r\n.repository-lang-stats-graph,\r\n.gist-quicksearch-results,\r\n.gist-quicksearch-result,\r\n.gist-quicksearch-result-group,\r\n.listgroup,\r\n.listgroup-item + .listgroup-item,\r\n.user-key-badge,\r\n.newsfeed-placeholder,\r\n.progress-bar-inline .progress-bar,\r\n.menu-heading,\r\nbody .border-gray-dark,\r\n.discussion-item-review .blob-wrapper,\r\n.bot-identifier,\r\n.blame-commit,\r\n.counter,\r\n.Counter {\r\n border-color: #484848 !important;\r\n}\r\n\r\npre,\r\nh1,\r\nh2,\r\nh3,\r\n.header,\r\ntable,\r\ntable tr,\r\ntable td,\r\ntable th,\r\nblockquote,\r\n.pulse-graph,\r\n.btn:not(img),\r\n.minibutton,\r\n.social-count,\r\n.discusion-topic-infobar,\r\n.box-body,\r\n.timeline-comment-label,\r\n.logo-box,\r\n.suggester li,\r\n.developer-program-badge,\r\n.vcard-details,\r\n.vcard-stats,\r\n.auth-form-header,\r\n.nav-bar-tabs .section-title,\r\n.pagination a:last-child,\r\n.pagination span:first-child,\r\n.boxed-group-list > li,\r\n.toolbar-bordered,\r\n.new-issue-form,\r\n.pagination span:last-child,\r\n.dashboard-tabs,\r\n.graphs,\r\n.graph,\r\n.sub-nav,\r\n.audit-search-clear,\r\n.repo-list-item,\r\n.email-signature-reply,\r\nfooter,\r\n.bubble .bubble-expand,\r\n.grid .col,\r\n.composer-infobar,\r\n.email-quoted-reply,\r\n.summary-stats li,\r\n.columns.equacols.bordered,\r\n.file-diffstat,\r\nul.filter-list,\r\n.news .alert,\r\ntable.files td,\r\n.explore-section,\r\n.repolist > li,\r\n.featured-grid-outer,\r\n.gh-header-meta,\r\n.theme-picker-thumbs,\r\n.team,\r\n.billing-section,\r\n.sidebar-module ul h3,\r\n.headlines li,\r\n.discussion-sidebar-item + .discussion-sidebar-item,\r\n.markdown-format img,\r\ndiv#common-issues ul li,\r\n.about-facts,\r\n.starred-repo,\r\n.markdown-example,\r\n.traffic-graph-stats,\r\n.discussion-item + .discussion-item,\r\n.bubble,\r\n.tree-browser,\r\n.simple-box-footer,\r\n.team-grid .team-members,\r\n.org-list .list-item,\r\n.stats-group .stat,\r\n.team-info-card .team-stats,\r\n.table-of-contents li,\r\n.commit-group,\r\n.table-list-bordered .table-list-cell:first-child,\r\n.table-list-bordered .table-list-cell:last-child,\r\n.table-list-cell,\r\n.table-list,\r\n.table-list-header,\r\n.blankslate,\r\n.labels-list-item,\r\n.subnav-divider-right,\r\n.subnav-bordered,\r\n.content table tr th,\r\n#search-results li,\r\n.subhead,\r\n#pages-composer,\r\n.render-bar,\r\n#gollum-editor-help,\r\n#gollum-editor-help-parent,\r\n#gollum-editor-help-list,\r\n.auth-section,\r\n.commit-sha,\r\n.comment-body,\r\n.mini-repo-list-item,\r\n.advanced-search-form fieldset,\r\n.contrib-column,\r\n.org-header .edit-org,\r\n.pulse-summary .summary-box,\r\n.pulse-summary .summary-box li:first-child,\r\n.list-item + .list-item,\r\n.list-item + .list-heading,\r\n.list-heading + .list-item,\r\n.issue-list-item,\r\n.collection-card,\r\n.setup-header,\r\nbody.api pre,\r\n.stats-group-stat:first-child,\r\n.build-statuses-list,\r\n#gollum-dialog-dialog-buttons,\r\n#gollum-dialog-dialog h4,\r\na.gollum-minibutton,\r\na.gollum-minibutton:visited,\r\n.two-factor-toggle .two-factor-status,\r\n.two-factor-settings-group,\r\n.member-badge,\r\nul.comparison-list > li,\r\n.markdown-format ol > li:before,\r\n.release-downloads,\r\n.release-downloads li,\r\n.blob-interaction-bar,\r\ninput.subnav-search-input,\r\n.select-menu-header,\r\n.search-results,\r\n.select-menu-text-filter:first-child:last-child,\r\n#gist-form .file .meta,\r\n.file .meta,\r\n.file-box .meta,\r\n.capped-card,\r\n.audit-results-header,\r\n.pagination a,\r\n.pagination span,\r\n.pagination em,\r\n.input_area,\r\n.output_area .rendered_html table,\r\n.render-info .message,\r\n.subnav .btn + .issues-search,\r\n.branch-action-body .branch-action-item + .branch-action-item,\r\n.discussion-item-merged.open .discussion-item-details-header,\r\n.discussion-item-merged.open .build-statuses-list,\r\n.build-status-item,\r\n.pagehead-tabs-item.selected,\r\n.org-header,\r\n.pagehead,\r\n.branch-action-item + .mergeability-details,\r\n.migration-section,\r\n.migrate-org-roles,\r\n.migrate-org-roles-header,\r\n.migrate-org-roles-item,\r\n.migrate-org-roles-count,\r\n.migration-footer,\r\n.migration-feature-list:before,\r\n.migration-org-avatar,\r\n.org-migration-settings-section,\r\n.word-upload-callout .note,\r\n.commit-meta,\r\n.manage-user-info,\r\n.manage-repo-access-title,\r\n.manage-access-remove-footer,\r\n.org-settings-team-item:first-child,\r\n.label-generic,\r\n.plan-notice,\r\n.merge-branch-manually,\r\n.intgr-header,\r\n.code-list-item,\r\n.sort-bar,\r\n#com #footer,\r\n.repo-file-upload-outline,\r\n.comment-reactions.has-reactions,\r\n.reaction-summary-item,\r\n.select-menu-divider,\r\n.featurette.border-top,\r\n.tile-block,\r\n.tile-bordered:not(:last-child),\r\n.showcase-page-header,\r\n.showcase-page-repo-list,\r\n.header-search-scope,\r\n.result-group a,\r\n.signed-commit-badge,\r\n.signed-commit-header,\r\n.user-key-email,\r\n.border-top,\r\n.pricing-card-cta,\r\n.shelf,\r\n.access-token,\r\n.about-menu,\r\n.oauth-border,\r\n.reponav-item.selected,\r\n.file-header,\r\n.reorderable-task-lists .markdown-body .task-list-item.hovered,\r\n.next-charge-box,\r\n.setup-info-module h2,\r\n.radio-label,\r\n.border,\r\n.border-top,\r\n.border-right,\r\n.border-bottom,\r\n.border-left,\r\n.border-y,\r\n.pinned-repo-list-item,\r\n.pinned-repo-filters,\r\n.orghead,\r\n.orghead .edit-org,\r\n.Box-body-row,\r\n.discussion-item-deployed,\r\n.branch-action-body .merge-message,\r\n.profile-timeline-card-wrapper,\r\n.profile-rollup-wrapper + .profile-rollup-wrapper,\r\n.new-project-column,\r\n.confirm-removal-list-container,\r\n.confirm-removal-list-item,\r\n.user-profile-nav,\r\n.border-gray-light,\r\n.ajax-pagination-form .ajax-pagination-btn,\r\n.review-thread-reply,\r\n.feature-callout-octicon,\r\n.feature-callout,\r\n.discussion-item + .discussion-item,\r\n.discussion-item-review + .discussion-item,\r\n.libraries-jumbotron,\r\n.last-review-thread,\r\n.menu-item,\r\n.review-comment.is-comment-editing,\r\n.Box,\r\n.team-list-footer,\r\n.Box-header,\r\n.profile-rollup-summarized + .profile-rollup-summarized,\r\n.Subhead,\r\n.dashboard-notice .coupon,\r\n.Box-body,\r\n.listgroup-header,\r\n.merge-status-item,\r\n.pending-team-invitations-link,\r\n.discussion-item + .discussion-item-review {\r\n border-color: #343434 !important;\r\n}\r\n\r\n.discussion-item-icon,\r\n.date:after,\r\nul.color-label-list .color,\r\n.facebox-header {\r\n border-color: #222 !important;\r\n}\r\n\r\n.filter-tab.selected {\r\n border: 1px solid #444 !important;\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n.header,\r\n.summary-stats,\r\n.follow-list .follow-list-item {\r\n border-bottom: 1px solid #343434 !important;\r\n}\r\n\r\n.simple-conversation-list > li,\r\n.site-footer,\r\n.blame .section-first td,\r\n.wiki-list .wiki-list-item + .wiki-list-item {\r\n border-top: 1px solid #343434 !important;\r\n}\r\n\r\n/* discussion timeline tweaks */\r\n\r\n.closed-banner {\r\n border-top: 2px solid #444 !important;\r\n border-bottom-color: transparent !important;\r\n height: 2px !important;\r\n}\r\n\r\n.discussion-timeline-actions,\r\n.closed-banner {\r\n background: transparent !important;\r\n border-top: 2px solid #444 !important;\r\n}\r\n\r\n.discussion-timeline:before {\r\n margin-top: 2px !important;\r\n height: calc(100% - 259px) !important;\r\n}\r\n\r\n.profile-timeline.discussion-timeline:before {\r\n height: 100% !important;\r\n}\r\n\r\n.listings div.listing {\r\n border-left: 2px solid #333 !important;\r\n border-right: 2px solid #333 !important;\r\n}\r\n\r\n#org-members .member-listing {\r\n border-left: 1px solid #333 !important;\r\n border-right: 1px solid #333 !important;\r\n}\r\n\r\n.timeline-comment:after,\r\n.commit-form:after,\r\n.branch-action-body:after,\r\n.timeline-comment-wrapper > .timeline-comment:after,\r\n.timeline-new-comment .timeline-comment:after {\r\n border-right-color: #1d1d1d !important;\r\n}\r\n\r\n.timeline-comment:before,\r\n.branch-action-body:before,\r\n.MarketplaceSideNav,\r\n.plans-card-text:first-child {\r\n border-right-color: #484848 !important;\r\n}\r\n\r\n.review-summary:after {\r\n border-bottom-color: #25272a !important;\r\n}\r\n\r\n.word-upload-callout:before,\r\n.word-upload-callout:after {\r\n border-bottom-color: #343434 !important;\r\n}\r\n\r\n.word-upload-callout {\r\n box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4) !important;\r\n}\r\n\r\n.repo-filterer .repo-filter:hover,\r\n.review-summary:before {\r\n border-bottom-color: #484848 !important;\r\n}\r\n\r\n.issue-head {\r\n border-bottom-width: 1px !important;\r\n}\r\n\r\n.context-button:hover:after,\r\n.switcher > span:before {\r\n border-color: #eee transparent transparent !important;\r\n}\r\n\r\n/* developer sidebar indicator arrows */\r\n\r\n.sidebar-module .arrow-btn:hover {\r\n width: 0 !important;\r\n height: 0 !important;\r\n padding: 0 !important;\r\n border-color: transparent !important;\r\n border-style: solid !important;\r\n}\r\n\r\n.sidebar-module .arrow-btn.collapsed:hover {\r\n border-width: 5px 8px !important;\r\n border-left-color: #4183c4 !important;\r\n margin: 12px 0 0 12px !important;\r\n}\r\n\r\n.sidebar-module .arrow-btn.expanded:hover {\r\n border-width: 8px 6px 0 5px !important;\r\n border-top-color: #4183c4 !important;\r\n margin: 14px 0 0 9px !important;\r\n}\r\n\r\n/* branch selector button - uses borders to make select button */\r\n\r\n.select-menu-button:before {\r\n border-top-color: #eee !important;\r\n}\r\n\r\n.pagehead-tabs-item.selected,\r\n.reponav-item.selected {\r\n border-bottom-color: #222 !important;\r\n border-top-width: 1px !important;\r\n}\r\n\r\n.pagehead-tabs {\r\n margin-bottom: -23px !important;\r\n}\r\n\r\n.branches .branch-summary + .branch-summary {\r\n border-top-color: #555 !important;\r\n}\r\n\r\n/* code */\r\n\r\n.linkable-line-number {\r\n border-right: 1px solid #484848 !important;\r\n}\r\n\r\n.gist .gist-file .gist-data .line-number {\r\n line-height: 19px !important;\r\n}\r\n\r\n/* File listings - fix date truncation */\r\n\r\ntable.files td.age .css-truncate {\r\n max-width: none !important;\r\n}\r\n\r\n/* tooltip */\r\n\r\n.octotip {\r\n background-color: #003 !important;\r\n border-color: #006 !important;\r\n}\r\n\r\n.commitinfo,\r\n.gc .diff-line-code,\r\n.gc .diff-line-num,\r\n.gc .diff-line-pre,\r\n.featured-commit-activity-graph,\r\n.featured-repo-logo,\r\n.outline-box,\r\n.gobutton > .sha .octicon,\r\n.markdown-body .csv-data .blob-num,\r\n#feedBody,\r\n.search-result-header,\r\n.accessibility-aid:focus,\r\n.file-data,\r\n.signup-plans th,\r\n.signup-plans td,\r\n.signup-plans-orgs th,\r\n.signup-plans-orgs td,\r\n.commits td,\r\n.featured-callout,\r\n.sidebar-module ul ul li,\r\n.native-download,\r\n.setup-info-module,\r\ndiv#common-issues ul,\r\n#gist-form .name,\r\n.subnav-item,\r\n.render-notice,\r\n.label-edit.edit-color-label-form .color-editor .color-editor-input,\r\n.date_selector td,\r\n.new-label,\r\n.range-editor .range,\r\n.range-editor .flag,\r\n.octotree_sidebar,\r\n.auth-form-body,\r\ndiv.border-wrap,\r\n.profile-header,\r\n.btn.btn-outline,\r\n.highlight .gc,\r\n.uploaded-files.is-populated,\r\n.range-editor,\r\n#gollum-editor-help-parent li a.selected,\r\n#gollum-editor-help-list li a.selected,\r\n#gollum-editor-help-parent li a:hover,\r\n#gollum-editor-help-list li a:hover,\r\n.github-access-banner,\r\n.protip-callout,\r\nul.comparison-list,\r\n.wiki-custom-sidebar,\r\n.invitation-container,\r\n.orgs-help-shelf,\r\n.orgs-help-item-octicon,\r\ninput[type=\"password\"],\r\ninput[type=\"email\"],\r\ninput[type=\"number\"],\r\ninput[type=\"tel\"],\r\ninput[type=\"url\"],\r\ntextarea,\r\n.dropdown-menu,\r\n.thread-subscription-status,\r\n.branch-action-body .merge-branch-form,\r\n.pull-info,\r\n.branch-link,\r\n.discussion-item-merged.open .discussion-item-details,\r\n.word-upload-callout,\r\n.commit-tease-contributors,\r\n.ajax-pagination-form .ajax-pagination-btn,\r\n.access-form-wrapper,\r\n.session-authentication .create-account-callout,\r\n.intgrs-lstng-item,\r\n.intgr-install-callout,\r\n.is-failed .repo-file-upload-errors,\r\n.is-bad-file .repo-file-upload-errors,\r\n.is-too-big .repo-file-upload-errors,\r\n.is-too-many .repo-file-upload-errors,\r\n.is-empty .repo-file-upload-errors,\r\n.site-header,\r\n.site-subheader,\r\n.pricing-card,\r\n.explore-signup-entice,\r\n.price-box,\r\n.cvv-hint-tooltip,\r\n.plan-choice,\r\n.date-selector td,\r\n.user-profile-sticky-bar:after,\r\n.review-thread,\r\n.card,\r\n.tutorial,\r\n.overview .card > div[style*=\"background\"],\r\n.Box:not([style*=\"background\"]),\r\n.Box-footer,\r\n.Box-row,\r\n.ScreenshotCarousel {\r\n background: #25272a !important;\r\n border-color: #4183c4 !important;\r\n}\r\n\r\n#readme .plain,\r\n.readme .markdown-body,\r\n.readme .plain,\r\n.pull-request-composer,\r\n.drag-and-drop,\r\n.octofication .broadcast-icon-mask,\r\n.file .image,\r\n.merge-pr-more-commits,\r\n.release-timeline-tags .expander-dots,\r\n.coupons .coupon-form-body,\r\n.manage-repo-access-group,\r\n.saved-reply-form,\r\n.timeline-progressive-disclosure-button,\r\n.orghead .edit-org:hover,\r\n.octotree_views,\r\n.simple-box {\r\n background: #25272a !important;\r\n border-color: #484848 !important;\r\n}\r\n\r\n.header,\r\n.headers,\r\n#readme .markdown-body,\r\n.social-count,\r\n.file,\r\n.markdown-body table tr:nth-child(2n),\r\n.steps li,\r\n.explore-section:nth-child(2n),\r\n.markdown-format table,\r\n.list-group-item,\r\n.chromed-list-browser .none p,\r\n.chromed-list-browser .error p,\r\n.list-browser-footer,\r\n.commandbar .choice:hover,\r\n#gollum-editor-help,\r\n.search-filter:hover,\r\n#wiki-history table tr:nth-child(2n) td,\r\n.display tr:hover,\r\n.octofication .message,\r\n.commandbar .loading:hover,\r\n.comment-content,\r\n.commandbar .message,\r\n.boxed-group-inner,\r\n#adv_code_search .search-page-label,\r\n.timeline-comment,\r\n#contributors-master svg.viz,\r\n.diff-table .line-comments,\r\n.menu,\r\nsvg.spark,\r\nsvg.capped-card-content,\r\nbody.api .content tbody,\r\n.markdown-format img:not(.emoji),\r\n.mini-repo-list,\r\n#common-issues,\r\n.full-commit .commit-meta,\r\n.setup-wrapper .oauth-permissions-details,\r\n.milestone-list,\r\n.setup-form .setup-plans,\r\n.prose-diff > .markdown-body,\r\n.revision .gu,\r\n.tree-browser td,\r\n.tree-browser .alt td,\r\n.branches .branch-summary,\r\n.branches .no-results-message,\r\n.simple-box-footer,\r\n.commit-group,\r\n.blankslate,\r\n.content table tr,\r\n#search-results,\r\ntable.files,\r\n.mergeable,\r\n.org-module,\r\n.org-add-footer,\r\n.branch-infobar,\r\ntable.capped-list tr:nth-child(2n),\r\n.team-org-group,\r\n#gollum-editor-help-wrapper,\r\n.integrations-quality,\r\n.showcase-featured .mo-info .featured-grid-outer,\r\n.render-shell,\r\n.list,\r\n.latest-commit .commit-author,\r\n.bubble,\r\n.tabs > a.selected,\r\n.oauth-org-access-details .boxed-group-list > li.on,\r\n#fullscreen_overlay,\r\n.timeline-new-comment .discussion-topic-header,\r\n.branch-action-body,\r\n.inline-comment-form,\r\n.file-history-tease .participation,\r\n.gist-quicksearch-result-header,\r\n.label-generic,\r\n.migrate-org-roles,\r\n.commit-tease .commit-meta,\r\n.manage-repo-access-icon,\r\n.table-list:not(.team-member-list),\r\n.repo-file-upload-progress,\r\n.gcr-ext-editor-dialog,\r\n.shade-gray,\r\n.exploregrid-item,\r\n.signed-commit-badge-small,\r\n.facebox-popup,\r\n.explore-signup-entice-wrapper,\r\n.billing-addon-items tr.total-row,\r\n.billing-addon-items tr.dark-row,\r\n.Box-body,\r\nli.pinned-repo-item,\r\n.js-contribution-graph h2 + div:last-child,\r\n.project-triage-pane,\r\n.user-profile-nav.is-stuck,\r\nbody .bg-white,\r\n[data-filterable-for=\"projects-filter\"] .container-lg,\r\n.review-summary-form-wrapper,\r\n#projects-results,\r\n.listgroup,\r\n.protected-branch-orgs-and-repo-admins,\r\n.listgroup-overflow,\r\n.org-sso-panel {\r\n background: #25272a !important;\r\n}\r\n\r\n.sidebar-module,\r\n.form-control {\r\n background-color: #25272a !important;\r\n border: 1px solid #343434 !important;\r\n}\r\n\r\n.markdown-body table tr,\r\n.blob-num-context,\r\n#user-content-toc td {\r\n background: #141414 !important;\r\n}\r\n\r\n.blame .blob-num,\r\n.blame-blob-num,\r\n.overall-summary,\r\n.repository-lang-stats,\r\n.collection-card,\r\n.team-grid .team,\r\n.blob-num-hunk,\r\n.blob-code-hunk,\r\n.blob-code-expandable,\r\n.code-list .divider .blob-num,\r\n.code-list .divider .blob-code,\r\n.blob-num-expandable,\r\n.expandable-line-num .diff-expander:hover,\r\n.pagination a,\r\n.blob-num[colspan],\r\n.build-status-item,\r\n.more-branches,\r\n.plan-choice.open,\r\n.uploaded-files > li.delete,\r\n.bg-gray-light,\r\n.more-repos,\r\n.billing-per-seat-callout:after {\r\n background: #25272a !important;\r\n}\r\n\r\n/* headers */\r\n\r\n.table-list-header,\r\n.timeline-comment-header,\r\n.boxed-group > h3,\r\n.boxed-group .heading,\r\n.file-header,\r\n.capped-card h3,\r\n.select-menu-header,\r\n#gist-form .file .meta,\r\n.file .meta,\r\n.file-box .meta,\r\n.menu-heading,\r\n.audit-results-header,\r\n.branches .branch-group-heading,\r\n.auth-form-header,\r\n.commit-form,\r\n.comment-form-head.tabnav,\r\n.page-responsive\r\n .previewable-comment-form\r\n .comment-form-head.tabnav\r\n .toolbar-commenting,\r\n.migration-jumbotron,\r\n.migration-sub-header,\r\n.commit-tease,\r\n.manage-repo-access-title,\r\n.select-menu-divider,\r\n.signed-commit-header,\r\n.reorderable-task-lists .markdown-body .task-list-item.hovered,\r\n.next-charge-box,\r\n.credit-card,\r\n.branch-action-body .merge-message,\r\n.review-thread-reply,\r\n.bg-gray,\r\na.card.bg-gray-light:hover,\r\n.add-member-team-list .team-row-header,\r\n.Box-header,\r\n.pagination .gap,\r\n.pagination .disabled,\r\n.pagination .gap:hover,\r\n.pagination .disabled:hover,\r\n.listgroup-header,\r\n.merge-status-item {\r\n background: #25272a !important;\r\n}\r\n\r\n@media all {\r\n .page-responsive .pagehead,\r\n .reponav-wrapper {\r\n background: #333 !important;\r\n }\r\n .border-md-top {\r\n border-top: none !important;\r\n }\r\n .tabnav--responsive .tabnav-tab {\r\n background-color: #25272a !important;\r\n }\r\n}\r\n\r\n.toolbar-item:hover {\r\n color: white !important;\r\n}\r\n\r\n.discussion-timeline-actions [type=\"submit\"] {\r\n margin: 0px 8px 0px 0px !important;\r\n}\r\n\r\n.timeline-new-comment .form-actions div {\r\n margin: 0 !important;\r\n}\r\n\r\n/* Navigation focus */\r\n\r\n.list-group-item.navigation-focus,\r\n.list-browser-item.navigation-focus,\r\n.headlines li:hover,\r\n.js-details-container.navigation-focus,\r\n.js-details-container.navigation-focus:nth-child(2n),\r\n.team-grid .team-members,\r\n.tree-browser tr.navigation-focus td,\r\n.issues-listing .table-list-issues .selectable:hover,\r\n.issues-listing .table-list-issues .navigation-focus,\r\n.setup-plans tr.selected,\r\n.notifications .navigation-focus,\r\n.sidebar-module ul ul li a:hover,\r\n.typeahead-result,\r\n.no-results,\r\n.link-overlay .link,\r\n#gollum-editor-help-list,\r\n.owner-select-target,\r\n.divider .blob-code div.highlight,\r\n.line[style^=\"background-color: rgb(255, 255, 204)\"],\r\n.oauth-org-access-details .boxed-group-list > li.on:hover,\r\npre div:hover,\r\ntable.files tr.navigation-focus td,\r\n.summary-stats li a:hover,\r\n.select-menu-item-parent.navigation-focus,\r\n.select-menu-item-parent.navigation-focus.selected,\r\n.pinned-repos-selection-list-item.selected,\r\n.Box-body-row--highlight.navigation-focus,\r\n.Box-body-row--highlight:hover,\r\ndiv.label-select-menu .select-menu-item.navigation-focus,\r\ndiv.label-select-menu .select-menu-item.navigation-focus.selected,\r\n.js-current .standalone a,\r\n.menu-item:hover,\r\n.Box-row--focus-gray.navigation-focus {\r\n background: #242424 !important;\r\n}\r\n\r\n#main,\r\n.capped-box,\r\n.unread_count,\r\n#browser table th,\r\n.markdown-format table th,\r\ntable.upgrades tr.current td,\r\n.definitions,\r\n.discussion-topic-header,\r\n.timeline-commits-minimal .commit-icon .octicon,\r\n.timeline-commits .commit-icon .octicon,\r\n.search-results-listing em,\r\n.discussion-bubble-inner,\r\n#wiki-history table td,\r\n.gist .gist-file .gist-data,\r\n.logo-box,\r\n.markdown-example .rendered,\r\n.team-grid .team-members,\r\n.diagram-icon:not(.active),\r\ntable.capped-list th,\r\n.filter-bar,\r\n.audit-search-clear,\r\n.country-info,\r\n.file-diff-split .empty-cell,\r\n.composer-infobar,\r\n.completeness-indicator-blank,\r\n.leaflet-control-zoom,\r\n.pagehead-tabs-item.selected,\r\n.reponav-item.selected,\r\n.ajax-pagination-form .ajax-pagination-btn:focus,\r\n.manage-repo-access-not-active,\r\n.header-search-scope,\r\n.reverse-progress-bar,\r\n.featurette.py-5,\r\n.payment-history .refunded,\r\n.payment-history .failed,\r\n.profile-timeline-month-heading.bg-white {\r\n background: #222 !important;\r\n}\r\n\r\nhr,\r\n.rule,\r\n#browser,\r\n.repos,\r\n.options-group,\r\n.pagehead ul.tabs li a.selected,\r\n.subnav-bar,\r\n.options-content,\r\nspan.gravatar,\r\n.browsered,\r\n.browsered .inner,\r\n.subnav-bar > ul > li > ul,\r\n.comment-form ul.tabs a.selected,\r\n.issue.open.read .summary,\r\n.unselected_month,\r\n.commits th,\r\n#MathJax_Message,\r\n.chzn-single,\r\n.user-commits,\r\n.user-commits th,\r\n.metabox,\r\n.ranked-repositories > li,\r\n.pagehead ul.actions,\r\n#issues_search .comment,\r\n#header-wrapper,\r\nul.feature-tabs li.highlight,\r\n.pagination,\r\n.filterbar .filters li,\r\n.starting-comment .body,\r\n.list-tip,\r\n.commit_oneline,\r\n.filterbox,\r\n.conversation-lis