diff --git a/css-template.css b/css-template.css index 98bcfa8..b936705 100644 --- a/css-template.css +++ b/css-template.css @@ -1721,9 +1721,12 @@ a.comment-user.owner { .header p { color: #645240 !important } -.main, .header, .navbar-gitlab { +.main, .header, .navbar-gitlab, .file-holder .file-content, .md { background-color: inherit !important; } +.md p { + color: inherit !important; +} /* youtube */ ytd-masthead, #container.ytd-searchbox, #search-icon-legacy.ytd-searchbox, #guide-content.ytd-app, ytd-mini-guide-renderer, ytd-mini-guide-entry-renderer { @@ -1776,6 +1779,22 @@ body { color: inherit !important; box-shadow: 0px 1px 0px inherit; } + +/* digitalocean */ +.tutorial-single .tutorial-content { + color: inherit !important; +} + +/* archlinux wiki */ +#content a:not(.new) { + color: inherit !important; +} + +/* mpv.io */ +.main-content { + background-color: inherit !important; +} + /* todoist */ .theme_dark .task_list_item, .task_list_item, .theme_dark .view_header, .view_header, diff --git a/theme_vim b/theme_vim index 7818a37..411ce67 100755 --- a/theme_vim +++ b/theme_vim @@ -43,8 +43,10 @@ theme() { # we need to close panels that are in a mode and get them out to send keys to vim if [ "${l: -1}" = 1 ]; then tmux send-keys -t "${l/:*/}" -X cancel && tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter" + tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter" else tmux send-keys -t "${l/:*/}" ":source $tfile" "Enter" + tmux send-keys -t "${l/:*/}" ":AirlineTheme base16" "Enter" fi # find all panes which currently have nvim/vim running