diff --git a/.config/doom/config.el b/.config/doom/config.el index ce5b3a5..43daebf 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -1,9 +1,11 @@ -(setq fancy-splash-image "~/opalfiles/.config/doom/splash.png") +(setq fancy-splash-image "~/dotfiles/.config/doom/splash.png") (setq user-full-name "ry" user-mail-address "rpem66@pm.me") -(setq doom-theme 'doom-Iosvkem) +;; (setq doom-theme 'doom-Iosvkem) +(load-theme 'modus-operandi t) +(define-key global-map (kbd "") #'modus-themes-toggle) (dolist (mode '(org-mode-hook term-mode-hook @@ -11,9 +13,9 @@ eshell-mode-hook)) (add-hook mode (lambda () (display-line-numbers-mode 0)))) -;;(set-face-attribute 'default nil :font "Iosevka Term" :height 130 :weight 'medium) -;;(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'medium) -;;(set-face-attribute 'fixed-pitch nil :font "Iosevka Term" :height 1.0 :weight 'medium) +(set-face-attribute 'default nil :font "Iosevka" :height 150 :weight 'medium) +(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'medium) +(set-face-attribute 'fixed-pitch nil :font "Iosevka Slab" :height 1.0 :weight 'medium) (defun opal/org-font-setup () ;; Replace list hyphen with dot diff --git a/.config/doom/custom.el b/.config/doom/custom.el index 269ccaf..84f1abf 100644 --- a/.config/doom/custom.el +++ b/.config/doom/custom.el @@ -6,7 +6,7 @@ '(ansi-color-names-vector ["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"]) '(custom-safe-themes - '("a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "b5803dfb0e4b6b71f309606587dd88651efe0972a5be16ece6a958b197caeed8" default)) + '("dad40020beea412623b04507a4c185079bff4dcea20a93d8f8451acb6afc8358" "a0415d8fc6aeec455376f0cbcc1bee5f8c408295d1c2b9a1336db6947b89dd98" "a9a67b318b7417adbedaab02f05fa679973e9718d9d26075c6235b1f0db703c8" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "b5803dfb0e4b6b71f309606587dd88651efe0972a5be16ece6a958b197caeed8" default)) '(exwm-floating-border-color "#191b20") '(fci-rule-color "#5B6268") '(highlight-tail-colors diff --git a/.config/doom/init.el b/.config/doom/init.el index c95cf58..b6d7145 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -153,7 +153,7 @@ ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - ;;(scheme +guile) ; a fully conniving family of lisps + (scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No. diff --git a/.config/doom/packages.el b/.config/doom/packages.el index bffaac0..a65fee7 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -1,4 +1,6 @@ (package! org-bullets) (package! visual-fill-column) +(package! plisp-mode) (package! org-pomodoro) (package! org-make-toc) +(package! modus-themes) diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..a6b8473 --- /dev/null +++ b/.config/qutebrowser/autoconfig.yml @@ -0,0 +1,22 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + content.javascript.enabled: + '*://*.127.0.0.1/*': true + '*://*.crontab.guru/*': true + '*://*.framatube.org/*': true + '*://*.github.com/*': true + '*://*.onlinebanking.becu.org/*': true + '*://*.protesilaos.com/*': true + '*://*.register.be.xfinity.com/*': false + '*://*.seattle.craigslist.org/*': true + '*://*.vid.puffyan.us/*': true + '*://*.www.astound.com/*': true + '*://*.www.knoll.com/*': true + '*://*.www.startpage.com/*': true + '*://*.www.xfinity.com/*': true diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls new file mode 100644 index 0000000..832b8c7 --- /dev/null +++ b/.config/qutebrowser/bookmarks/urls @@ -0,0 +1 @@ +https://drewdevault.com/ Drew DeVault's blog diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py new file mode 100644 index 0000000..5c1ce36 --- /dev/null +++ b/.config/qutebrowser/config.py @@ -0,0 +1,16 @@ +#!/usr/bin/env python3 +config.load_autoconfig() + +c.content.javascript.enabled = False +#c.content.user_stylesheets = [ "stylesheet.css" ] +c.downloads.location.directory = "~/downloads" +c.editor.command = [ "alacritty", "-e", "vim", "{}" ] +c.editor.encoding = "utf-8" + +c.url.searchengines = { + "DEFAULT" : "https://search.brave.com/search?q={}", +} + +c.url.start_pages = [ "https://search.brave.com" ] + +config.bind('', 'hint links spawn --detach mpv --force-window yes {hint-url}') diff --git a/.config/qutebrowser/old-stylesheet.css b/.config/qutebrowser/old-stylesheet.css new file mode 100644 index 0000000..f215288 --- /dev/null +++ b/.config/qutebrowser/old-stylesheet.css @@ -0,0 +1,1712 @@ +* { + border-color: #657b83 !important; +} +a { + color: #268bd2 !important; +} +a:visited { + color: #6c71c4 !important; +} +body { + background-color: #002b36 !important; + color: #839496 !important; +} +html { + background-color: #002b36 !important; +} +input, +textarea { + background-color: #073642 !important; + color: #839496 !important; +} +blockquote, +pre { + background-color: #073642 !important; + color: #839496 !important; +} +.post-actions { + background-color: #073642 !important; +} +.textarea-wrapper { + background-color: #002b36 !important; + color: #839496 !important; +} +.search--adv { + background-color: #073642 !important; +} +.search__autocomplete > .acp-wrap { + background-color: #002b36 !important; +} +.search__autocomplete > .acp-wrap > .acp--highlight { + background-color: #073642 !important; + color: #eee8d5 !important; +} +.search__autocomplete > .acp-wrap strong { + color: #eee8d5 !important; +} +.site-wrapper > #header_wrapper { + background-color: #002b36 !important; +} +.site-wrapper > #header_wrapper > #header { + background-color: #002b36 !important; +} +.search--header { + background-color: #073642 !important; +} +.zci { + background-color: #073642 !important; + color: #839496 !important; +} +.tile--info { + background-color: #002b36 !important; +} +.tile--info__expand { + background-color: #586e75 !important; +} +.tile--c { + background-color: #586e75 !important; + color: #eee8d5 !important; +} +.module__text { + color: #839496 !important; +} +.about-info-box__heading { + color: #93a1a1 !important; +} +.result.highlight { + background-color: #073642 !important; +} +.result__snippet { + color: #839496 !important; +} +.result__snippet b { + color: #93a1a1 !important; +} +.btn--top { + background-color: #073642 !important; + color: #839496 !important; +} +.btn--top:hover { + background-color: #586e75 !important; +} +.result--sep--hr:before { + background-color: #586e75 !important; +} +* { + border-color: #073642 !important; +} +.news .alert .pull-info { + background-color: #083c4a !important; +} +.link-gray-dark, +.text-gray-dark { + color: #839496 !important; +} +.bg-white { + background-color: #002b36 !important; +} +.border { + border-color: #657b83 !important; +} +.breadcrumb .repo-root.js-repo-root a { + color: #268bd2 !important; +} +.breadcrumb strong.final-path { + color: #839496 !important; +} +button.ajax-pagination-btn { + background-color: #073642 !important; + color: #93a1a1 !important; +} +button.ajax-pagination-btn:hover { + background-color: #586e75 !important; +} +.comment-reactions .btn-link { + color: #839496 !important; +} +.comment-reactions .user-has-reacted { + background-color: #073642 !important; +} +.text-gray-dark { + color: #839496 !important; +} +.contrib-number { + color: #93a1a1 !important; +} +.counter { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.diffstat-bar { + color: #839496 !important; +} +.file-header { + background-color: #073642 !important; +} +.file-history-tease .participation { + background-color: #002b36 !important; + color: #839496 !important; +} +.file-history-tease .participation .quickstat strong { + color: #839496 !important; +} +.file-history-tease .participation a { + color: #586e75 !important; +} +.file-history-tease .author a { + color: #839496 !important; +} +.file-history-tease-header { + background-color: #073642 !important; +} +.file-info-divider { + background-color: #586e75 !important; +} +.file-wrap { + color: #839496 !important; +} +.file-wrap * { + background-color: transparent !important; +} +.filter-bar { + background-color: #083c4a !important; +} +a.filter-item, +.filter-item { + color: #839496 !important; +} +a.filter-item.selected, +.filter-item.selected { + background-color: #073642 !important; + color: #93a1a1 !important; +} +a.filter-item:hover, +.filter-item:hover { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.flash { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.gh-header { + background-color: #002b36 !important; +} +.gh-header-number { + color: #586e75 !important; +} +.ellipsis-expander, +.hidden-text-expander a { + background-color: #073642 !important; +} +.issue-meta { + color: #586e75 !important; +} +.issues-listing a { + color: #839496 !important; +} +.muted-link { + color: #839496 !important; +} +.new-user-avatar-cta { + background-color: #073642 !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.overall-summary { + border-color: #586e75 !important; +} +.pinned-repo-item.border { + border-color: #586e75 !important; +} +.progress-bar { + background-color: #586e75 !important; +} +.simple-box { + background-color: #073642 !important; +} +.social-count { + background-color: #073642 !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.scope-badge { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.stats-switcher-wrapper { + background-color: #002b36 !important; +} +.stats-switcher-wrapper .numbers-summary li a { + color: #839496 !important; +} +.table-list-header-toggle .btn-link { + color: #586e75 !important; +} +.table-list-header-toggle .btn-link.selected { + color: #839496 !important; +} +.text-emphasized { + color: #93a1a1 !important; +} +.text-diff-added { + color: #859900 !important; +} +.text-diff-deleted { + color: #dc322f !important; +} +.avatar, +.timeline-comment-avatar { + filter: opacity(75%); +} +.blob-code { + background-color: #002b36 !important; + color: #839496 !important; +} +.blob-code-addition { + background-color: rgba(232,255,77,0.1) !important; +} +.blob-code-addition .x { + background-color: #647300 !important; + color: #c1cacb !important; +} +.blob-code-deletion { + background-color: rgba(220,50,47,0.2) !important; +} +.blob-code-deletion .x { + background-color: #721513 !important; + color: #c1cacb !important; +} +.blob-code-hunk { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.blob-code-inner { + color: #839496 !important; +} +.blob-num { + background-color: #002b36 !important; + color: #586e75 !important; +} +.file { + color: #839496 !important; +} +.form-control { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.pl-c { + color: #586e75 !important; +} +.pl-c1 { + color: #268bd2 !important; +} +.pl-e { + color: #b58900 !important; +} +.pl-en { + color: #268bd2 !important; +} +.pl-k { + color: #859900 !important; + font-weight: bold !important; +} +.pl-pds { + color: #2aa198 !important; +} +.pl-s { + color: #2aa198 !important; +} +.pl-smi { + color: #839496 !important; +} +.pl-v { + color: #859900 !important; + font-weight: bold !important; +} +.pl-mi1 { + color: #859900 !important; + background-color: transparent !important; +} +.pl-md { + color: #dc322f !important; + background-color: transparent !important; +} +.border-bottom, +.border-top { + border-color: #073642 !important; +} +.boxed-group * { + border-color: #586e75 !important; +} +.boxed-group article { + background-color: #002b36 !important; + color: #839496 !important; +} +.boxed-group > h3 { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.more-repos { + background-color: #094352 !important; + box-shadow: inset 0 1px 0 #586e75 !important; +} +.boxed-group-inner { + background-color: #002b36 !important; +} +.branch-action-body { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.branch-action-body div { + border-color: #586e75 !important; +} +.branch-action-state-clean .branch-action-icon { + background-color: #859900 !important; +} +.branch-action-state-dirty .branch-action-icon, +.branch-action-state-unstable .branch-action-icon, +.branch-action-state-unknown .branch-action-icon { + background-color: #b58900 !important; + color: #fff !important; +} +.text-shadow-light, +.branch-group-name, +.branch-summary { + color: #839496 !important; + text-shadow: none !important; +} +.branch-a-b-count .meter { + background-color: #b58900 !important; +} +.more-branches, +.branch-group-heading, +.branch-infobar, +.branch-name { + border-color: #586e75 !important; + background-color: #073642 !important; +} +.State, +.State:visited { + color: #fff !important; +} +.State--red { + background-color: #dc322f !important; + color: #002b36 !important; +} +.State--green { + background-color: #859900 !important; + color: #002b36 !important; +} +.select-menu-filters { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.js-select-menu-tab { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.select-menu-tabs a.selected, +.select-menu-tab-nav.selected { + background-color: #586e75 !important; + color: #002b36 !important; +} +.signed-commit-header { + background-color: #002b36 !important; +} +.build-status-item { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.build-status-item .build-status-details { + color: #268bd2 !important; +} +.capped-card h3 { + background-color: #094352 !important; +} +.capped-card h3 a { + color: #93a1a1 !important; +} +.capped-card-content { + background-color: #002b36 !important; +} +.capped-list th { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.capped-list tr:nth-child(2n) { + background-color: #073642 !important; +} +.commit, +.commit-meta, +.commit-icon .octicon, +.commit-group-title .octicon-git-commit { + background-color: #002b36 !important; +} +.commit *, +.commit-meta *, +.commit-icon .octicon *, +.commit-group-title .octicon-git-commit * { + border-color: #586e75 !important; +} +.commit-author { + color: #839496 !important; +} +.commit-author-section { + color: #839496 !important; +} +.commit-meta { + color: #586e75 !important; +} +.commit-meta .sha-block { + color: #586e75 !important; +} +.commit-meta .sha-block .sha { + color: #839496 !important; +} +.commit-ref, +code.commit-sha { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.commit-ref .user, +code.commit-sha .user { + color: #2aa198 !important; +} +.commit-branches *, +.commit-tease, +.commit-title { + background-color: rgba(190,255,255,0.2) !important; + border: none !important; +} +.commit-branches * *, +.commit-tease *, +.commit-title * { + color: #93a1a1 !important; +} +.commit-tease-contributors { + background-color: #073642 !important; +} +div.commit-branches, +div.commit.full-commit p.commit-title, +qul.branches-list { + background-color: #073642 !important; + color: #93a1a1 !important; +} +div.commit-branches *, +div.commit.full-commit p.commit-title *, +qul.branches-list * { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.commit-meta { + background-color: #073642 !important; + color: #839496 !important; +} +.commits-listing:before { + background-color: #073642 !important; +} +.full-commit { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.full-commit * { + text-shadow: none !important; +} +.commit-desc pre { + background-color: transparent !important; + color: #839496 !important; +} +.commit.table-list-item { + border-color: #073642 !important; +} +.commit-meta.commit-author-section { + background-color: transparent !important; + color: #839496 !important; +} +.table-list-cell .commit-title { + background-color: transparent !important; + color: #839496 !important; +} +.completeness-indicator-success { + background-color: #859900 !important; +} +.completeness-indicator-problem { + background-color: #b58900 !important; + color: #fff !important; +} +.copyable-terminal { + background-color: #073642 !important; +} +.blankslate { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.comment-form-head.tabnav { + background-color: #002b36 !important; +} +.conversation-list-heading .inner { + background-color: #002b36 !important; +} +.discussion-item-closed .discussion-item-icon { + background-color: #dc322f !important; + color: #93a1a1 !important; +} +.discussion-item-icon { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.discussion-item-icon.octicon { + color: #93a1a1 !important; +} +.discussion-item-entity, +.discussion-item .renamed-was, +.discussion-item .renamed-is { + color: #93a1a1 !important; +} +.discussion-timeline:before { + background-color: #657b83 !important; +} +.discussion-timeline-actions { + background-color: #002b36 !important; +} +.drag-and-drop { + background-color: #073642 !important; +} +.new-discussion-timeline .closed-banner { + background-color: #657b83 !important; + border-color: #002b36 !important; +} +.timeline-comment { + background-color: #002b36 !important; + border-color: #586e75 !important; +} +.timeline-comment-header { + background-color: #073642 !important; +} +.timeline-comment-wrapper { + border-color: #002b36 !important; +} +.donut-chart > .pending { + fill: #b58900 !important; +} +.dropdown-divider { + background-color: #657b83 !important; +} +.dropdown-item { + color: #839496 !important; +} +.dropdown-item:hover { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.dropdown-menu { + background-color: #094352 !important; + color: #93a1a1 !important; + border-color: #657b83 !important; +} +.files * { + color: #839496 !important; +} +.files tbody tr { + border-color: #073642 !important; +} +.files tbody tr:nth-child(even) { + background-color: #00323f !important; +} +.files tbody tr:nth-child(odd) { + background-color: #002b36 !important; +} +.files tbody tr:hover * { + background-color: #094352 !important; +} +.btn { + background-image: linear-gradient(to bottom, #586e75, #073642) !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.btn:hover { + background-color: #083c4a !important; +} +.btn-primary, +.issues-listing .btn-primary { + background-color: #859900 !important; + background-image: linear-gradient(#859900, #424d00) !important; + color: #000 !important; + filter: opacity(62.5%); +} +.entry-title a { + color: #268bd2 !important; +} +.Header { + background-color: #083c4a !important; + border-bottom-color: #586e75 !important; +} +.Header a { + color: #93a1a1 !important; +} +.lang { + color: #93a1a1 !important; +} +.reponav-item, +.pagehead-tabs-item { + background-color: #073642 !important; + border-color: transparent !important; + color: #839496 !important; +} +.reponav-item:visited, +.pagehead-tabs-item:visited { + color: #839496 !important; +} +.reponav-item.selected, +.pagehead-tabs-item.selected { + background-color: #002b36 !important; + border-color: #dc322f #094352 transparent !important; +} +.site-footer-links * { + color: #839496 !important; +} +.Box-row--focus-gray.navigation-focus { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.js-directory-link { + color: #268bd2 !important; +} +.js-site-search-form input, +.js-chromeless-input-container { + background-color: #002b36 !important; + border-color: #586e75 !important; +} +a.label { + color: #000 !important; + filter: opacity(75%); +} +.notifications-list a { + color: #839496 !important; +} +.notifications-list li { + background-color: #002b36 !important; +} +.octicon-repo { + color: #93a1a1 !important; +} +.type-icon-state-closed { + color: rgba(255,54,43,0.65) !important; +} +.type-icon-state-merged { + color: #6c71c4 !important; +} +.type-icon-state-open { + color: rgba(205,212,0,0.65) !important; +} +.octicon-alert { + color: #fff !important; +} +.octicon-x { + color: #dc322f !important; +} +.octicon-check { + color: #859900 !important; +} +.octicon-primitive-dot { + color: #b58900 !important; +} +.octicon-clippy { + color: #93a1a1 !important; +} +.octicon-diff { + color: #fff !important; +} +.octicon-markdown { + color: #586e75 !important; +} +.orghead { + background-color: #073642 !important; + border-color: #657b83 !important; + border-bottom: 0px !important; + color: #93a1a1 !important; +} +.org-name { + color: #93a1a1 !important; +} +.pagehead.orghead { + background-color: #073642 !important; +} +.outline-box-highlighted { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.pagination .current { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.pagination .disabled { + background-color: #073642 !important; + color: #586e75 !important; +} +.pagination .disabled:hover { + background-color: #073642 !important; +} +.pagination .gap { + background-color: #073642 !important; + color: #586e75 !important; +} +.pagination a { + background-color: #073642 !important; + border-color: #002b36 !important; + color: #839496 !important; +} +.pagination a:hover { + background-color: #586e75 !important; + color: #002b36 !important; +} +.empty-cell, +.diffbar { + background-color: #002b36 !important; +} +.merge-status-item { + background-color: #094352 !important; +} +.merge-message { + background-color: #083c4a !important; +} +.pr-toolbar { + background-color: #002b36 !important; +} +.review-thread-reply { + background-color: #073642 !important; +} +.review-thread-reply .inline-comment-form { + background-color: #002b36 !important; +} +.merged.octicon, +.octicon-git-merge { + color: #6c71c4 !important; +} +.uploaded-files { + background-color: #002b36 !important; +} +.upload-progress { + background-color: #073642 !important; + box-shadow: 1px 0px 0px #073642 inset; +} +#readme .plain { + background-color: #002b36 !important; +} +.markdown-body, +.markdown-body table * { + background-color: #002b36 !important; + border-color: #657b83 !important; + color: #839496 !important; +} +.markdown-body a, +.markdown-body table * a { + color: #268bd2 !important; +} +.markdown-body code, +.markdown-body table * code, +.markdown-body pre, +.markdown-body table * pre { + background-color: #073642 !important; +} +.markdown-body hr, +.markdown-body table * hr { + background-color: #586e75 !important; +} +.markdown-body img, +.markdown-body table * img { + background-color: #002b36 !important; +} +.task-list-item.hovered { + background-color: #073642 !important; +} +.range-editor { + background-color: #073642 !important; +} +.compare-pr-placeholder { + background-color: #083c4a !important; +} +ul.comparison-list > li.title { + background-color: #094352 !important; +} +ul.comparison-list { + background-color: #083c4a !important; +} +.repository-description { + color: #839496 !important; +} +.repository-meta .edit-repository-meta label { + color: #839496 !important; +} +.pagehead.repohead { + background-color: #073642 !important; +} +.repository-content .RecentBranches { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.repohead-details-container a { + color: #839496 !important; +} +.select-menu-modal { + border-color: #839496 !important; +} +.select-menu-modal * { + color: #839496 !important; +} +.select-menu-header, +.select-menu-header * { + background-color: #073642 !important; + color: #93a1a1 !important; + text-shadow: none !important; +} +.select-menu-item { + background-color: #002b36 !important; +} +.select-menu-item.navigation-focus, +.select-menu-item.navigation-focus.selected, +.select-menu-item.navigation-focus.select-menu-action, +.select-menu-item-text.navigation-focus { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.repository-sidebar { + background-color: #002b36 !important; +} +.thread-subscription-status { + background-color: #002b36 !important; +} +.sunken-menu { + background-image: linear-gradient(to right, #073642 0%, #002b36 8px) !important; + box-shadow: 1px 0px 0px #073642 inset; +} +.sunken-menu:before { + background-image: linear-gradient(#002b36, transparent) !important; +} +.sunken-menu:after { + background-image: linear-gradient(transparent, #002b36) !important; +} +.sunken-menu-item { + border-color: #002b36 !important; +} +.sunken-menu-item.selected { + background-color: #002b36 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.sunken-menu-item.selected:after { + background-color: #cb4b16 !important; +} +.sunken-menu-separator:before { + background-image: linear-gradient(to right, #073642 70%, #002b36 100%) !important; +} +.state { + color: #93a1a1 !important; +} +.state-closed { + background-color: #dc322f !important; +} +.state-open { + background-color: #859900 !important; +} +.subnav-item { + color: #839496 !important; +} +.subnav-item:hover { + background-color: #083c4a !important; +} +.subnav-item:visited { + color: #839496 !important; +} +.subnav-item.selected { + background-color: #073642 !important; +} +.subnav-links a:hover { + background-color: #073642 !important; +} +.subnav-search input { + border-color: #586e75 !important; +} +.right .tabnav-extra { + color: #586e75 !important; +} +a.tabnav-tab, +.tabnav-tab { + border-color: transparent !important; + color: #586e75 !important; +} +a.tabnav-tab.selected, +.tabnav-tab.selected { + background-color: #002b36 !important; + background-image: linear-gradient(#073642, #002b36) !important; + border-color: #657b83 !important; + color: #93a1a1 !important; +} +.table-list tr, +.table-list li { + background-color: #002b36 !important; +} +.table-list tr:hover, +.table-list li:hover { + background-color: #094352 !important; +} +.table-list-header { + background-color: #073642 !important; +} +.text-pending { + color: #b58900 !important; +} +.text-pending .octicon-primitive-dot { + color: #b58900 !important; +} +.text-red { + color: #dc322f !important; +} +.timeline-commits .commit-meta { + background-color: #002b36 !important; +} +.timeline-commits .commit-meta .commit-id { + color: #586e75 !important; +} +.topic-tag.topic-tag-link { + background-color: #073642 !important; + color: #839496 !important; +} +.underline-nav-item { + color: #839496 !important; +} +.underline-nav-item.selected { + border-bottom-color: #dc322f !important; + color: #839496 !important; +} +.user-profile-nav { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.user-profile-sticky-bar:after { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.graphs .area { + fill: #859900; +} +.summary-stats li .num { + color: #93a1a1 !important; +} +.viz { + background-color: #083c4a !important; +} +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} +.suggester { + background-color: #094352 !important; +} +.suggester li.navigation-focus { + background-color: #586e75 !important; +} +.menu { + background-color: #073642 !important; +} +.menu-item.selected { + background-color: #094352 !important; +} +.menu-item:hover { + background-color: #586e75 !important; +} +.Box { + background-color: #002b36 !important; +} +.Box-header { + background-color: #073642 !important; +} +svg > * text { + color: #839496 !important; + fill: #839496 !important; +} +.insertions { + color: #859900 !important; +} +.deletions { + color: #dc322f !important; +} +.sfbgg { + background-color: #073642 !important; +} +.sbib_a { + background: linear-gradient(to bottom, #073642, #002b36) !important; +} +input#lst-ib, +#sb_ifc0.sbib_b, +#gs_taif0 { + background: transparent !important; +} +#lst-ib, +.sbsb_a { + background-color: #002b36 !important; +} +.kpbb { + background-image: linear-gradient(to bottom, #59a9e1, #268bd2) !important; +} +#hdtbSum { + background-color: #002b36 !important; +} +#hdtbMenus.hdtb-td-o { + background-color: #002b36 !important; +} +#hdtb-tls.hdtb-tl { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +#hdtb-tls.hdtb-tl.hdtb-tl-sel { + background-image: linear-gradient(to bottom, #073642, #002b36) !important; +} +#abar_button_opt.ab_button { + background: linear-gradient(to bottom, #002b36, #073642) !important; +} +#appbar { + background-color: #002b36 !important; +} +cite { + color: #859900 !important; +} +.ab_dropdown { + background-color: #002b36 !important; +} +div.crp { + background-color: #002b36 !important; +} +#fbar { + background-color: #073642 !important; +} +tr.Even { + background-color: #073642 !important; +} +.BigQuote { + background-color: #073642 !important; + color: #cb4b16 !important; +} +.Cat1HL { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.Cat2HL { + background-color: #094352 !important; +} +.Cat3HL { + background-color: #083c4a !important; +} +.FeatureByline { + background-color: #073642 !important; + border: none !important; +} +.Headline { + background-color: #094352 !important; +} +.QuotedText { + color: #6c71c4 !important; +} +DIV.GAByline { + background-color: #073642 !important; + border: none !important; +} +table.OddEven tr:nth-child(even) { + background-color: #00323f !important; +} +table.OddEven tr:nth-child(odd) { + background-color: #002b36 !important; +} +DIV.CommentBox { + border-color: #073642 !important; +} +DIV.CommentBox P.CommentTitle { + background-color: #094352 !important; +} +#menu, +.topnav-container { + background-color: #073642 !important; +} +.navmenu ul { + background-color: #073642 !important; +} +body * { + border-color: #094352 !important; +} +#content { + background-color: #002b36 !important; + color: #839496 !important; +} +#mw-head, +#mw-panel { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#mw-head div.portal, +#mw-panel div.portal { + background-image: none !important; +} +#mw-head { + background-color: #073642 !important; + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +#mw-panel, +#p-logo { + background-image: linear-gradient(to right, #002b36, #073642) !important; +} +div.vectorTabs { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs ul { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs ul li { + background-color: #073642 !important; + background-image: none !important; + padding: 0px 1px 0px 1px !important; +} +div.vectorTabs span { + background-color: #073642 !important; + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs li.selected, +div.vectorTabs li.selected span { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #073642, #002b36) !important; +} +.mw-wiki-logo { + filter: opacity(50%); +} +div#simpleSearch #searchInput { + background-color: #002b36 !important; + padding: 0.05em 0px 0.2em 0.2em !important; +} +.ambox, +.infobox, +#toc, +#toctitle, +.toclevel-1 { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.catlinks { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.navbox { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.navbox .th, +.navbox .navbox-title { + background-color: #094352 !important; +} +.navbox-abovebelow, +th.navbox-group, +.navbox-subgroup, +.navbox-title { + background-color: #083c4a !important; +} +.navbox-even { + background-color: #002b36 !important; +} +h1, +h2, +h3, +h4, +h5, +h6 { + border-color: #094352 !important; + color: #93a1a1 !important; +} +code { + background-color: #094352 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +div.thumbinner { + background-color: #073642 !important; + border-color: #094352 !important; +} +img { + filter: opacity(75%); +} +img.thumbimage { + border-color: #094352 !important; +} +.mw-body .external { + opacity: 0.5 !important; +} +table.wikitable { + background-color: #002b36 !important; + border-color: #094352 !important; + color: #839496 !important; +} +table.wikitable > * > tr > th { + background-color: #073642 !important; +} +table { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table { + background-color: #cb4b16 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) a { + color: #000 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2), +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #002b36 !important; +} +.title a { + color: #839496 !important; +} +.title a:visited { + color: #586e75 !important; +} +a.storylink { + color: #93a1a1 !important; + font-weight: bold; +} +.sitestr { + color: #268bd2 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { + background-color: #002b36 !important; +} +#hnmain .comhead { + color: #93a1a1 !important; +} +#hnmain .c00 { + color: #839496 !important; +} +#hnmain a.hnuser { + color: #b58900 !important; +} +#hnmain span.age a { + color: #586e75 !important; +} +.cdd { + color: rgba(255,54,43,0.65) !important; +} +.comment i { + color: #6c71c4 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { + background-color: #cb4b16 !important; +} +div#page div#header { + background-color: #002b36 !important; +} +div#page div#header a { + color: #6c71c4 !important; +} +.post { + background-color: #002b36 !important; +} +.post * { + overflow: auto !important; +} +.post h2 { + background-color: #073642 !important; +} +.post h2 a { + color: #93a1a1 !important; +} +.post div.entry { + background-color: #002b36 !important; + color: #839496 !important; +} +.post div.entry blockquote { + background-color: #073642 !important; +} +.post div.entry kbd { + background-color: #073642 !important; + border-color: #586e75 !important; + box-shadow: none !important; + color: #93a1a1 !important; + text-shadow: 0px 1px 0px #000 !important; +} +.post pre.mode-line { + overflow: visible !important; +} +#sr-header-area { + background-color: #073642 !important; +} +#sr-header-area .srdrop .selected { + color: #839496 !important; +} +#sr-header-area #sr-more-link { + background-color: #073642 !important; +} +.link.promotedlink.promoted { + background-color: #073642 !important; +} +.link .usertext .md { + background-color: #073642 !important; +} +.linkinfo { + background-color: #073642 !important; +} +.linklisting .odd { + background-color: #073642 !important; +} +.thing .title { + color: #839496 !important; +} +div.md { + color: #839496 !important; +} +body.comment { + background-color: #002b36 !important; +} +.commentarea > .usertext { + background-color: #002b36 !important; +} +.commentarea .menuarea { + background-color: #002b36 !important; +} +.comments-page .panestack-title { + background-color: #002b36 !important; +} +.listing-chooser { + background-color: #002b36 !important; +} +.listing-chooser .intro { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.listing-chooser .grippy { + background-color: #002b36 !important; +} +.listing-chooser .grippy:after { + border-right: none !important; +} +.listing-chooser li { + background-color: #073642 !important; +} +.listing-chooser li.selected { + background-color: #586e75 !important; + box-shadow: none; +} +.listing-chooser li a { + color: #839496 !important; +} +.listing-chooser li a .description { + color: #93a1a1 !important; +} +.titlebox { + background-color: #073642 !important; +} +.titlebox form.toggle { + background-color: #073642 !important; + color: #839496 !important; +} +.side .usertext-body .md { + background-color: #073642 !important; +} +.side { + background-color: #073642 !important; +} +.sidebox .spacer { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.tabmenu li a { + background-color: #073642 !important; +} +#header-bottom-right { + background-color: #073642 !important; +} +.morelink .nub { + background-color: #073642 !important; +} +* { + border-color: #657b83 !important; +} +a { + color: #268bd2 !important; +} +a:visited { + color: #6c71c4 !important; +} +body { + background-color: #002b36 !important; + color: #839496 !important; +} +html { + background-color: #002b36 !important; +} +input, +textarea { + background-color: #073642 !important; + color: #839496 !important; +} +tr:hover, +blockquote, +pre { + background-color: #073642 !important; + color: #839496 !important; +} +#toolMenu li { + background-color: #002b36 !important; +} +.navPanel, +.navIntraTool { + background-color: #002b36 !important; +} +.instruction, +.sakaiCopyrightInfo { + color: #839496 !important; +} +.listHier th { + background-color: #094352 !important; +} +ul.makeMenu { + background-color: #094352 !important; + border: 1px solid #094352 !important; +} +tr.external { + background-color: #094352 !important; +} +hr { + background-color: #094352 !important; + color: #094352 !important; +} +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #073642 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #002b36 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #073642 !important; +} +.bg-black-050 { + background-color: transparent !important; +} +.val-info { + background-color: transparent !important; + color: #839496 !important; +} +.s-label { + color: #839496 !important; +} +pre code { + background-color: #073642 !important; + color: #93a1a1 !important; +} +pre code .atn { + color: #268bd2 !important; +} +pre code .atv { + color: #2aa198 !important; +} +pre code .com { + color: #586e75 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} +pre code .pln, +pre code .pun { + color: #839496 !important; +} +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; +} +#footer { + background-color: #083c4a !important; + color: #839496 !important; +} +#footer #footer-sites th { + color: #93a1a1 !important; +} +.top-footer-links a { + color: #859900 !important; +} +.so-header { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.so-header a { + color: #859900 !important; +} +.so-header .navigation .-list .-item :hover { + background-color: #859900 !important; + color: #fdf6e3 !important; +} +.topbar-dialog { + background-color: #002b36 !important; + box-shadow: #586e75 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #002b36 !important; +} +.topbar-dialog .header { + background-color: #073642 !important; +} +.topbar-dialog .header a { + color: #93a1a1 !important; +} +.topbar-dialog .site-link { + color: #93a1a1 !important; +} +#header { + background-color: #094352 !important; +} +#question-header .question-hyperlink { + color: #93a1a1 !important; +} +#hlogo a { + filter: opacity(75%); +} +.new-post-activity { + background-color: #073642 !important; +} +.tagged-interesting { + background-color: #094352 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #eee8d5 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #839496 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { + color: #93a1a1 !important; +} +#sidebar .community-bulletin .bulletin-item-content a { + color: #93a1a1 !important; +} +#sidebar .module.community-bulletin { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} +.newuser { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.label-key { + color: #839496 !important; +} +.label-key b { + color: #93a1a1 !important; +} +#h-chat-link { + color: #93a1a1 !important; +} +.ad502-room { + background-color: #073642 !important; + box-shadow: #586e75 0px 1px 3px; + color: #93a1a1 !important; +} +#tabs a { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #002b36, #073642); + color: #93a1a1 !important; +} +#tabs a.youarehere { + background-image: linear-gradient(to bottom, #cb4b16, #002b36); + color: #fdf6e3 !important; +} +.post-tag { + background-color: #586e75 !important; + color: #002b36 !important; +} +.post-tag::before { + background-color: #002b36 !important; +} +a.comment-user.owner { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.post-signature { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.post-signature a { + color: #2aa198 !important; +} +.post-signature.owner .user-info .user-details a { + color: #859900 !important; +} +.post-signature span.relativetime { + color: #93a1a1 !important; +} +.vote { + background-color: #073642 !important; +} +.vote .star-off { + filter: opacity(75%); +} +.vote .star-on { + filter: opacity(50%) !important; +} +.vote .vote-down-off, +.vote .vote-up-off { + filter: opacity(50%); +} +.answer-votes { + background-color: #586e75 !important; + color: #002b36 !important; +} diff --git a/.config/qutebrowser/quickmarks b/.config/qutebrowser/quickmarks new file mode 100644 index 0000000..e69de29 diff --git a/.config/qutebrowser/stylesheet.css b/.config/qutebrowser/stylesheet.css new file mode 100644 index 0000000..f215288 --- /dev/null +++ b/.config/qutebrowser/stylesheet.css @@ -0,0 +1,1712 @@ +* { + border-color: #657b83 !important; +} +a { + color: #268bd2 !important; +} +a:visited { + color: #6c71c4 !important; +} +body { + background-color: #002b36 !important; + color: #839496 !important; +} +html { + background-color: #002b36 !important; +} +input, +textarea { + background-color: #073642 !important; + color: #839496 !important; +} +blockquote, +pre { + background-color: #073642 !important; + color: #839496 !important; +} +.post-actions { + background-color: #073642 !important; +} +.textarea-wrapper { + background-color: #002b36 !important; + color: #839496 !important; +} +.search--adv { + background-color: #073642 !important; +} +.search__autocomplete > .acp-wrap { + background-color: #002b36 !important; +} +.search__autocomplete > .acp-wrap > .acp--highlight { + background-color: #073642 !important; + color: #eee8d5 !important; +} +.search__autocomplete > .acp-wrap strong { + color: #eee8d5 !important; +} +.site-wrapper > #header_wrapper { + background-color: #002b36 !important; +} +.site-wrapper > #header_wrapper > #header { + background-color: #002b36 !important; +} +.search--header { + background-color: #073642 !important; +} +.zci { + background-color: #073642 !important; + color: #839496 !important; +} +.tile--info { + background-color: #002b36 !important; +} +.tile--info__expand { + background-color: #586e75 !important; +} +.tile--c { + background-color: #586e75 !important; + color: #eee8d5 !important; +} +.module__text { + color: #839496 !important; +} +.about-info-box__heading { + color: #93a1a1 !important; +} +.result.highlight { + background-color: #073642 !important; +} +.result__snippet { + color: #839496 !important; +} +.result__snippet b { + color: #93a1a1 !important; +} +.btn--top { + background-color: #073642 !important; + color: #839496 !important; +} +.btn--top:hover { + background-color: #586e75 !important; +} +.result--sep--hr:before { + background-color: #586e75 !important; +} +* { + border-color: #073642 !important; +} +.news .alert .pull-info { + background-color: #083c4a !important; +} +.link-gray-dark, +.text-gray-dark { + color: #839496 !important; +} +.bg-white { + background-color: #002b36 !important; +} +.border { + border-color: #657b83 !important; +} +.breadcrumb .repo-root.js-repo-root a { + color: #268bd2 !important; +} +.breadcrumb strong.final-path { + color: #839496 !important; +} +button.ajax-pagination-btn { + background-color: #073642 !important; + color: #93a1a1 !important; +} +button.ajax-pagination-btn:hover { + background-color: #586e75 !important; +} +.comment-reactions .btn-link { + color: #839496 !important; +} +.comment-reactions .user-has-reacted { + background-color: #073642 !important; +} +.text-gray-dark { + color: #839496 !important; +} +.contrib-number { + color: #93a1a1 !important; +} +.counter { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.diffstat-bar { + color: #839496 !important; +} +.file-header { + background-color: #073642 !important; +} +.file-history-tease .participation { + background-color: #002b36 !important; + color: #839496 !important; +} +.file-history-tease .participation .quickstat strong { + color: #839496 !important; +} +.file-history-tease .participation a { + color: #586e75 !important; +} +.file-history-tease .author a { + color: #839496 !important; +} +.file-history-tease-header { + background-color: #073642 !important; +} +.file-info-divider { + background-color: #586e75 !important; +} +.file-wrap { + color: #839496 !important; +} +.file-wrap * { + background-color: transparent !important; +} +.filter-bar { + background-color: #083c4a !important; +} +a.filter-item, +.filter-item { + color: #839496 !important; +} +a.filter-item.selected, +.filter-item.selected { + background-color: #073642 !important; + color: #93a1a1 !important; +} +a.filter-item:hover, +.filter-item:hover { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.flash { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.gh-header { + background-color: #002b36 !important; +} +.gh-header-number { + color: #586e75 !important; +} +.ellipsis-expander, +.hidden-text-expander a { + background-color: #073642 !important; +} +.issue-meta { + color: #586e75 !important; +} +.issues-listing a { + color: #839496 !important; +} +.muted-link { + color: #839496 !important; +} +.new-user-avatar-cta { + background-color: #073642 !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.overall-summary { + border-color: #586e75 !important; +} +.pinned-repo-item.border { + border-color: #586e75 !important; +} +.progress-bar { + background-color: #586e75 !important; +} +.simple-box { + background-color: #073642 !important; +} +.social-count { + background-color: #073642 !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.scope-badge { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.stats-switcher-wrapper { + background-color: #002b36 !important; +} +.stats-switcher-wrapper .numbers-summary li a { + color: #839496 !important; +} +.table-list-header-toggle .btn-link { + color: #586e75 !important; +} +.table-list-header-toggle .btn-link.selected { + color: #839496 !important; +} +.text-emphasized { + color: #93a1a1 !important; +} +.text-diff-added { + color: #859900 !important; +} +.text-diff-deleted { + color: #dc322f !important; +} +.avatar, +.timeline-comment-avatar { + filter: opacity(75%); +} +.blob-code { + background-color: #002b36 !important; + color: #839496 !important; +} +.blob-code-addition { + background-color: rgba(232,255,77,0.1) !important; +} +.blob-code-addition .x { + background-color: #647300 !important; + color: #c1cacb !important; +} +.blob-code-deletion { + background-color: rgba(220,50,47,0.2) !important; +} +.blob-code-deletion .x { + background-color: #721513 !important; + color: #c1cacb !important; +} +.blob-code-hunk { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.blob-code-inner { + color: #839496 !important; +} +.blob-num { + background-color: #002b36 !important; + color: #586e75 !important; +} +.file { + color: #839496 !important; +} +.form-control { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.pl-c { + color: #586e75 !important; +} +.pl-c1 { + color: #268bd2 !important; +} +.pl-e { + color: #b58900 !important; +} +.pl-en { + color: #268bd2 !important; +} +.pl-k { + color: #859900 !important; + font-weight: bold !important; +} +.pl-pds { + color: #2aa198 !important; +} +.pl-s { + color: #2aa198 !important; +} +.pl-smi { + color: #839496 !important; +} +.pl-v { + color: #859900 !important; + font-weight: bold !important; +} +.pl-mi1 { + color: #859900 !important; + background-color: transparent !important; +} +.pl-md { + color: #dc322f !important; + background-color: transparent !important; +} +.border-bottom, +.border-top { + border-color: #073642 !important; +} +.boxed-group * { + border-color: #586e75 !important; +} +.boxed-group article { + background-color: #002b36 !important; + color: #839496 !important; +} +.boxed-group > h3 { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.more-repos { + background-color: #094352 !important; + box-shadow: inset 0 1px 0 #586e75 !important; +} +.boxed-group-inner { + background-color: #002b36 !important; +} +.branch-action-body { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.branch-action-body div { + border-color: #586e75 !important; +} +.branch-action-state-clean .branch-action-icon { + background-color: #859900 !important; +} +.branch-action-state-dirty .branch-action-icon, +.branch-action-state-unstable .branch-action-icon, +.branch-action-state-unknown .branch-action-icon { + background-color: #b58900 !important; + color: #fff !important; +} +.text-shadow-light, +.branch-group-name, +.branch-summary { + color: #839496 !important; + text-shadow: none !important; +} +.branch-a-b-count .meter { + background-color: #b58900 !important; +} +.more-branches, +.branch-group-heading, +.branch-infobar, +.branch-name { + border-color: #586e75 !important; + background-color: #073642 !important; +} +.State, +.State:visited { + color: #fff !important; +} +.State--red { + background-color: #dc322f !important; + color: #002b36 !important; +} +.State--green { + background-color: #859900 !important; + color: #002b36 !important; +} +.select-menu-filters { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.js-select-menu-tab { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.select-menu-tabs a.selected, +.select-menu-tab-nav.selected { + background-color: #586e75 !important; + color: #002b36 !important; +} +.signed-commit-header { + background-color: #002b36 !important; +} +.build-status-item { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.build-status-item .build-status-details { + color: #268bd2 !important; +} +.capped-card h3 { + background-color: #094352 !important; +} +.capped-card h3 a { + color: #93a1a1 !important; +} +.capped-card-content { + background-color: #002b36 !important; +} +.capped-list th { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.capped-list tr:nth-child(2n) { + background-color: #073642 !important; +} +.commit, +.commit-meta, +.commit-icon .octicon, +.commit-group-title .octicon-git-commit { + background-color: #002b36 !important; +} +.commit *, +.commit-meta *, +.commit-icon .octicon *, +.commit-group-title .octicon-git-commit * { + border-color: #586e75 !important; +} +.commit-author { + color: #839496 !important; +} +.commit-author-section { + color: #839496 !important; +} +.commit-meta { + color: #586e75 !important; +} +.commit-meta .sha-block { + color: #586e75 !important; +} +.commit-meta .sha-block .sha { + color: #839496 !important; +} +.commit-ref, +code.commit-sha { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.commit-ref .user, +code.commit-sha .user { + color: #2aa198 !important; +} +.commit-branches *, +.commit-tease, +.commit-title { + background-color: rgba(190,255,255,0.2) !important; + border: none !important; +} +.commit-branches * *, +.commit-tease *, +.commit-title * { + color: #93a1a1 !important; +} +.commit-tease-contributors { + background-color: #073642 !important; +} +div.commit-branches, +div.commit.full-commit p.commit-title, +qul.branches-list { + background-color: #073642 !important; + color: #93a1a1 !important; +} +div.commit-branches *, +div.commit.full-commit p.commit-title *, +qul.branches-list * { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.commit-meta { + background-color: #073642 !important; + color: #839496 !important; +} +.commits-listing:before { + background-color: #073642 !important; +} +.full-commit { + background-color: #073642 !important; + border-color: #586e75 !important; +} +.full-commit * { + text-shadow: none !important; +} +.commit-desc pre { + background-color: transparent !important; + color: #839496 !important; +} +.commit.table-list-item { + border-color: #073642 !important; +} +.commit-meta.commit-author-section { + background-color: transparent !important; + color: #839496 !important; +} +.table-list-cell .commit-title { + background-color: transparent !important; + color: #839496 !important; +} +.completeness-indicator-success { + background-color: #859900 !important; +} +.completeness-indicator-problem { + background-color: #b58900 !important; + color: #fff !important; +} +.copyable-terminal { + background-color: #073642 !important; +} +.blankslate { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.comment-form-head.tabnav { + background-color: #002b36 !important; +} +.conversation-list-heading .inner { + background-color: #002b36 !important; +} +.discussion-item-closed .discussion-item-icon { + background-color: #dc322f !important; + color: #93a1a1 !important; +} +.discussion-item-icon { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.discussion-item-icon.octicon { + color: #93a1a1 !important; +} +.discussion-item-entity, +.discussion-item .renamed-was, +.discussion-item .renamed-is { + color: #93a1a1 !important; +} +.discussion-timeline:before { + background-color: #657b83 !important; +} +.discussion-timeline-actions { + background-color: #002b36 !important; +} +.drag-and-drop { + background-color: #073642 !important; +} +.new-discussion-timeline .closed-banner { + background-color: #657b83 !important; + border-color: #002b36 !important; +} +.timeline-comment { + background-color: #002b36 !important; + border-color: #586e75 !important; +} +.timeline-comment-header { + background-color: #073642 !important; +} +.timeline-comment-wrapper { + border-color: #002b36 !important; +} +.donut-chart > .pending { + fill: #b58900 !important; +} +.dropdown-divider { + background-color: #657b83 !important; +} +.dropdown-item { + color: #839496 !important; +} +.dropdown-item:hover { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.dropdown-menu { + background-color: #094352 !important; + color: #93a1a1 !important; + border-color: #657b83 !important; +} +.files * { + color: #839496 !important; +} +.files tbody tr { + border-color: #073642 !important; +} +.files tbody tr:nth-child(even) { + background-color: #00323f !important; +} +.files tbody tr:nth-child(odd) { + background-color: #002b36 !important; +} +.files tbody tr:hover * { + background-color: #094352 !important; +} +.btn { + background-image: linear-gradient(to bottom, #586e75, #073642) !important; + border-color: #586e75 !important; + color: #93a1a1 !important; +} +.btn:hover { + background-color: #083c4a !important; +} +.btn-primary, +.issues-listing .btn-primary { + background-color: #859900 !important; + background-image: linear-gradient(#859900, #424d00) !important; + color: #000 !important; + filter: opacity(62.5%); +} +.entry-title a { + color: #268bd2 !important; +} +.Header { + background-color: #083c4a !important; + border-bottom-color: #586e75 !important; +} +.Header a { + color: #93a1a1 !important; +} +.lang { + color: #93a1a1 !important; +} +.reponav-item, +.pagehead-tabs-item { + background-color: #073642 !important; + border-color: transparent !important; + color: #839496 !important; +} +.reponav-item:visited, +.pagehead-tabs-item:visited { + color: #839496 !important; +} +.reponav-item.selected, +.pagehead-tabs-item.selected { + background-color: #002b36 !important; + border-color: #dc322f #094352 transparent !important; +} +.site-footer-links * { + color: #839496 !important; +} +.Box-row--focus-gray.navigation-focus { + background-color: #083c4a !important; + color: #93a1a1 !important; +} +.js-directory-link { + color: #268bd2 !important; +} +.js-site-search-form input, +.js-chromeless-input-container { + background-color: #002b36 !important; + border-color: #586e75 !important; +} +a.label { + color: #000 !important; + filter: opacity(75%); +} +.notifications-list a { + color: #839496 !important; +} +.notifications-list li { + background-color: #002b36 !important; +} +.octicon-repo { + color: #93a1a1 !important; +} +.type-icon-state-closed { + color: rgba(255,54,43,0.65) !important; +} +.type-icon-state-merged { + color: #6c71c4 !important; +} +.type-icon-state-open { + color: rgba(205,212,0,0.65) !important; +} +.octicon-alert { + color: #fff !important; +} +.octicon-x { + color: #dc322f !important; +} +.octicon-check { + color: #859900 !important; +} +.octicon-primitive-dot { + color: #b58900 !important; +} +.octicon-clippy { + color: #93a1a1 !important; +} +.octicon-diff { + color: #fff !important; +} +.octicon-markdown { + color: #586e75 !important; +} +.orghead { + background-color: #073642 !important; + border-color: #657b83 !important; + border-bottom: 0px !important; + color: #93a1a1 !important; +} +.org-name { + color: #93a1a1 !important; +} +.pagehead.orghead { + background-color: #073642 !important; +} +.outline-box-highlighted { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.pagination .current { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.pagination .disabled { + background-color: #073642 !important; + color: #586e75 !important; +} +.pagination .disabled:hover { + background-color: #073642 !important; +} +.pagination .gap { + background-color: #073642 !important; + color: #586e75 !important; +} +.pagination a { + background-color: #073642 !important; + border-color: #002b36 !important; + color: #839496 !important; +} +.pagination a:hover { + background-color: #586e75 !important; + color: #002b36 !important; +} +.empty-cell, +.diffbar { + background-color: #002b36 !important; +} +.merge-status-item { + background-color: #094352 !important; +} +.merge-message { + background-color: #083c4a !important; +} +.pr-toolbar { + background-color: #002b36 !important; +} +.review-thread-reply { + background-color: #073642 !important; +} +.review-thread-reply .inline-comment-form { + background-color: #002b36 !important; +} +.merged.octicon, +.octicon-git-merge { + color: #6c71c4 !important; +} +.uploaded-files { + background-color: #002b36 !important; +} +.upload-progress { + background-color: #073642 !important; + box-shadow: 1px 0px 0px #073642 inset; +} +#readme .plain { + background-color: #002b36 !important; +} +.markdown-body, +.markdown-body table * { + background-color: #002b36 !important; + border-color: #657b83 !important; + color: #839496 !important; +} +.markdown-body a, +.markdown-body table * a { + color: #268bd2 !important; +} +.markdown-body code, +.markdown-body table * code, +.markdown-body pre, +.markdown-body table * pre { + background-color: #073642 !important; +} +.markdown-body hr, +.markdown-body table * hr { + background-color: #586e75 !important; +} +.markdown-body img, +.markdown-body table * img { + background-color: #002b36 !important; +} +.task-list-item.hovered { + background-color: #073642 !important; +} +.range-editor { + background-color: #073642 !important; +} +.compare-pr-placeholder { + background-color: #083c4a !important; +} +ul.comparison-list > li.title { + background-color: #094352 !important; +} +ul.comparison-list { + background-color: #083c4a !important; +} +.repository-description { + color: #839496 !important; +} +.repository-meta .edit-repository-meta label { + color: #839496 !important; +} +.pagehead.repohead { + background-color: #073642 !important; +} +.repository-content .RecentBranches { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.repohead-details-container a { + color: #839496 !important; +} +.select-menu-modal { + border-color: #839496 !important; +} +.select-menu-modal * { + color: #839496 !important; +} +.select-menu-header, +.select-menu-header * { + background-color: #073642 !important; + color: #93a1a1 !important; + text-shadow: none !important; +} +.select-menu-item { + background-color: #002b36 !important; +} +.select-menu-item.navigation-focus, +.select-menu-item.navigation-focus.selected, +.select-menu-item.navigation-focus.select-menu-action, +.select-menu-item-text.navigation-focus { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.repository-sidebar { + background-color: #002b36 !important; +} +.thread-subscription-status { + background-color: #002b36 !important; +} +.sunken-menu { + background-image: linear-gradient(to right, #073642 0%, #002b36 8px) !important; + box-shadow: 1px 0px 0px #073642 inset; +} +.sunken-menu:before { + background-image: linear-gradient(#002b36, transparent) !important; +} +.sunken-menu:after { + background-image: linear-gradient(transparent, #002b36) !important; +} +.sunken-menu-item { + border-color: #002b36 !important; +} +.sunken-menu-item.selected { + background-color: #002b36 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.sunken-menu-item.selected:after { + background-color: #cb4b16 !important; +} +.sunken-menu-separator:before { + background-image: linear-gradient(to right, #073642 70%, #002b36 100%) !important; +} +.state { + color: #93a1a1 !important; +} +.state-closed { + background-color: #dc322f !important; +} +.state-open { + background-color: #859900 !important; +} +.subnav-item { + color: #839496 !important; +} +.subnav-item:hover { + background-color: #083c4a !important; +} +.subnav-item:visited { + color: #839496 !important; +} +.subnav-item.selected { + background-color: #073642 !important; +} +.subnav-links a:hover { + background-color: #073642 !important; +} +.subnav-search input { + border-color: #586e75 !important; +} +.right .tabnav-extra { + color: #586e75 !important; +} +a.tabnav-tab, +.tabnav-tab { + border-color: transparent !important; + color: #586e75 !important; +} +a.tabnav-tab.selected, +.tabnav-tab.selected { + background-color: #002b36 !important; + background-image: linear-gradient(#073642, #002b36) !important; + border-color: #657b83 !important; + color: #93a1a1 !important; +} +.table-list tr, +.table-list li { + background-color: #002b36 !important; +} +.table-list tr:hover, +.table-list li:hover { + background-color: #094352 !important; +} +.table-list-header { + background-color: #073642 !important; +} +.text-pending { + color: #b58900 !important; +} +.text-pending .octicon-primitive-dot { + color: #b58900 !important; +} +.text-red { + color: #dc322f !important; +} +.timeline-commits .commit-meta { + background-color: #002b36 !important; +} +.timeline-commits .commit-meta .commit-id { + color: #586e75 !important; +} +.topic-tag.topic-tag-link { + background-color: #073642 !important; + color: #839496 !important; +} +.underline-nav-item { + color: #839496 !important; +} +.underline-nav-item.selected { + border-bottom-color: #dc322f !important; + color: #839496 !important; +} +.user-profile-nav { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.user-profile-sticky-bar:after { + background-color: #073642 !important; + border-color: #657b83 !important; +} +.graphs .area { + fill: #859900; +} +.summary-stats li .num { + color: #93a1a1 !important; +} +.viz { + background-color: #083c4a !important; +} +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} +.suggester { + background-color: #094352 !important; +} +.suggester li.navigation-focus { + background-color: #586e75 !important; +} +.menu { + background-color: #073642 !important; +} +.menu-item.selected { + background-color: #094352 !important; +} +.menu-item:hover { + background-color: #586e75 !important; +} +.Box { + background-color: #002b36 !important; +} +.Box-header { + background-color: #073642 !important; +} +svg > * text { + color: #839496 !important; + fill: #839496 !important; +} +.insertions { + color: #859900 !important; +} +.deletions { + color: #dc322f !important; +} +.sfbgg { + background-color: #073642 !important; +} +.sbib_a { + background: linear-gradient(to bottom, #073642, #002b36) !important; +} +input#lst-ib, +#sb_ifc0.sbib_b, +#gs_taif0 { + background: transparent !important; +} +#lst-ib, +.sbsb_a { + background-color: #002b36 !important; +} +.kpbb { + background-image: linear-gradient(to bottom, #59a9e1, #268bd2) !important; +} +#hdtbSum { + background-color: #002b36 !important; +} +#hdtbMenus.hdtb-td-o { + background-color: #002b36 !important; +} +#hdtb-tls.hdtb-tl { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +#hdtb-tls.hdtb-tl.hdtb-tl-sel { + background-image: linear-gradient(to bottom, #073642, #002b36) !important; +} +#abar_button_opt.ab_button { + background: linear-gradient(to bottom, #002b36, #073642) !important; +} +#appbar { + background-color: #002b36 !important; +} +cite { + color: #859900 !important; +} +.ab_dropdown { + background-color: #002b36 !important; +} +div.crp { + background-color: #002b36 !important; +} +#fbar { + background-color: #073642 !important; +} +tr.Even { + background-color: #073642 !important; +} +.BigQuote { + background-color: #073642 !important; + color: #cb4b16 !important; +} +.Cat1HL { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.Cat2HL { + background-color: #094352 !important; +} +.Cat3HL { + background-color: #083c4a !important; +} +.FeatureByline { + background-color: #073642 !important; + border: none !important; +} +.Headline { + background-color: #094352 !important; +} +.QuotedText { + color: #6c71c4 !important; +} +DIV.GAByline { + background-color: #073642 !important; + border: none !important; +} +table.OddEven tr:nth-child(even) { + background-color: #00323f !important; +} +table.OddEven tr:nth-child(odd) { + background-color: #002b36 !important; +} +DIV.CommentBox { + border-color: #073642 !important; +} +DIV.CommentBox P.CommentTitle { + background-color: #094352 !important; +} +#menu, +.topnav-container { + background-color: #073642 !important; +} +.navmenu ul { + background-color: #073642 !important; +} +body * { + border-color: #094352 !important; +} +#content { + background-color: #002b36 !important; + color: #839496 !important; +} +#mw-head, +#mw-panel { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#mw-head div.portal, +#mw-panel div.portal { + background-image: none !important; +} +#mw-head { + background-color: #073642 !important; + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +#mw-panel, +#p-logo { + background-image: linear-gradient(to right, #002b36, #073642) !important; +} +div.vectorTabs { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs ul { + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs ul li { + background-color: #073642 !important; + background-image: none !important; + padding: 0px 1px 0px 1px !important; +} +div.vectorTabs span { + background-color: #073642 !important; + background-image: linear-gradient(to bottom, #002b36, #073642) !important; +} +div.vectorTabs li.selected, +div.vectorTabs li.selected span { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #073642, #002b36) !important; +} +.mw-wiki-logo { + filter: opacity(50%); +} +div#simpleSearch #searchInput { + background-color: #002b36 !important; + padding: 0.05em 0px 0.2em 0.2em !important; +} +.ambox, +.infobox, +#toc, +#toctitle, +.toclevel-1 { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.catlinks { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.navbox { + background-color: #073642 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +.navbox .th, +.navbox .navbox-title { + background-color: #094352 !important; +} +.navbox-abovebelow, +th.navbox-group, +.navbox-subgroup, +.navbox-title { + background-color: #083c4a !important; +} +.navbox-even { + background-color: #002b36 !important; +} +h1, +h2, +h3, +h4, +h5, +h6 { + border-color: #094352 !important; + color: #93a1a1 !important; +} +code { + background-color: #094352 !important; + border-color: #094352 !important; + color: #93a1a1 !important; +} +div.thumbinner { + background-color: #073642 !important; + border-color: #094352 !important; +} +img { + filter: opacity(75%); +} +img.thumbimage { + border-color: #094352 !important; +} +.mw-body .external { + opacity: 0.5 !important; +} +table.wikitable { + background-color: #002b36 !important; + border-color: #094352 !important; + color: #839496 !important; +} +table.wikitable > * > tr > th { + background-color: #073642 !important; +} +table { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table { + background-color: #cb4b16 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a, +#hnmain > tbody:nth-child(1) > tr:nth-child(1) a { + color: #000 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2), +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(2) { + background-color: #002b36 !important; +} +.title a { + color: #839496 !important; +} +.title a:visited { + color: #586e75 !important; +} +a.storylink { + color: #93a1a1 !important; + font-weight: bold; +} +.sitestr { + color: #268bd2 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) { + background-color: #002b36 !important; +} +#hnmain .comhead { + color: #93a1a1 !important; +} +#hnmain .c00 { + color: #839496 !important; +} +#hnmain a.hnuser { + color: #b58900 !important; +} +#hnmain span.age a { + color: #586e75 !important; +} +.cdd { + color: rgba(255,54,43,0.65) !important; +} +.comment i { + color: #6c71c4 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) { + background-color: #002b36 !important; +} +#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) { + background-color: #cb4b16 !important; +} +div#page div#header { + background-color: #002b36 !important; +} +div#page div#header a { + color: #6c71c4 !important; +} +.post { + background-color: #002b36 !important; +} +.post * { + overflow: auto !important; +} +.post h2 { + background-color: #073642 !important; +} +.post h2 a { + color: #93a1a1 !important; +} +.post div.entry { + background-color: #002b36 !important; + color: #839496 !important; +} +.post div.entry blockquote { + background-color: #073642 !important; +} +.post div.entry kbd { + background-color: #073642 !important; + border-color: #586e75 !important; + box-shadow: none !important; + color: #93a1a1 !important; + text-shadow: 0px 1px 0px #000 !important; +} +.post pre.mode-line { + overflow: visible !important; +} +#sr-header-area { + background-color: #073642 !important; +} +#sr-header-area .srdrop .selected { + color: #839496 !important; +} +#sr-header-area #sr-more-link { + background-color: #073642 !important; +} +.link.promotedlink.promoted { + background-color: #073642 !important; +} +.link .usertext .md { + background-color: #073642 !important; +} +.linkinfo { + background-color: #073642 !important; +} +.linklisting .odd { + background-color: #073642 !important; +} +.thing .title { + color: #839496 !important; +} +div.md { + color: #839496 !important; +} +body.comment { + background-color: #002b36 !important; +} +.commentarea > .usertext { + background-color: #002b36 !important; +} +.commentarea .menuarea { + background-color: #002b36 !important; +} +.comments-page .panestack-title { + background-color: #002b36 !important; +} +.listing-chooser { + background-color: #002b36 !important; +} +.listing-chooser .intro { + background-color: #586e75 !important; + color: #93a1a1 !important; +} +.listing-chooser .grippy { + background-color: #002b36 !important; +} +.listing-chooser .grippy:after { + border-right: none !important; +} +.listing-chooser li { + background-color: #073642 !important; +} +.listing-chooser li.selected { + background-color: #586e75 !important; + box-shadow: none; +} +.listing-chooser li a { + color: #839496 !important; +} +.listing-chooser li a .description { + color: #93a1a1 !important; +} +.titlebox { + background-color: #073642 !important; +} +.titlebox form.toggle { + background-color: #073642 !important; + color: #839496 !important; +} +.side .usertext-body .md { + background-color: #073642 !important; +} +.side { + background-color: #073642 !important; +} +.sidebox .spacer { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.tabmenu li a { + background-color: #073642 !important; +} +#header-bottom-right { + background-color: #073642 !important; +} +.morelink .nub { + background-color: #073642 !important; +} +* { + border-color: #657b83 !important; +} +a { + color: #268bd2 !important; +} +a:visited { + color: #6c71c4 !important; +} +body { + background-color: #002b36 !important; + color: #839496 !important; +} +html { + background-color: #002b36 !important; +} +input, +textarea { + background-color: #073642 !important; + color: #839496 !important; +} +tr:hover, +blockquote, +pre { + background-color: #073642 !important; + color: #839496 !important; +} +#toolMenu li { + background-color: #002b36 !important; +} +.navPanel, +.navIntraTool { + background-color: #002b36 !important; +} +.instruction, +.sakaiCopyrightInfo { + color: #839496 !important; +} +.listHier th { + background-color: #094352 !important; +} +ul.makeMenu { + background-color: #094352 !important; + border: 1px solid #094352 !important; +} +tr.external { + background-color: #094352 !important; +} +hr { + background-color: #094352 !important; + color: #094352 !important; +} +.bounty-indicator, +.bounty-indicator-tab { + background-color: #6c71c4 !important; +} +.bottom-notice { + background-color: #073642 !important; +} +.comments-link { + color: #859900 !important; +} +.page-numbers { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.page-numbers.current { + background-color: #cb4b16 !important; + color: #002b36 !important; +} +.post-menu a { + color: #6c71c4 !important; +} +.question-status { + background-color: #073642 !important; +} +.bg-black-050 { + background-color: transparent !important; +} +.val-info { + background-color: transparent !important; + color: #839496 !important; +} +.s-label { + color: #839496 !important; +} +pre code { + background-color: #073642 !important; + color: #93a1a1 !important; +} +pre code .atn { + color: #268bd2 !important; +} +pre code .atv { + color: #2aa198 !important; +} +pre code .com { + color: #586e75 !important; +} +pre code .kwd { + color: #859900 !important; +} +pre code .lit { + color: #d33682 !important; +} +pre code .pln, +pre code .pun { + color: #839496 !important; +} +pre code .str { + color: #2aa198 !important; +} +pre code .tag { + color: #859900 !important; +} +pre code .typ { + color: #b58900 !important; +} +#footer { + background-color: #083c4a !important; + color: #839496 !important; +} +#footer #footer-sites th { + color: #93a1a1 !important; +} +.top-footer-links a { + color: #859900 !important; +} +.so-header { + background-color: #094352 !important; + color: #93a1a1 !important; +} +.so-header a { + color: #859900 !important; +} +.so-header .navigation .-list .-item :hover { + background-color: #859900 !important; + color: #fdf6e3 !important; +} +.topbar-dialog { + background-color: #002b36 !important; + box-shadow: #586e75 5px 5px 5px; +} +.topbar-dialog .current-site-container { + background-color: #002b36 !important; +} +.topbar-dialog .header { + background-color: #073642 !important; +} +.topbar-dialog .header a { + color: #93a1a1 !important; +} +.topbar-dialog .site-link { + color: #93a1a1 !important; +} +#header { + background-color: #094352 !important; +} +#question-header .question-hyperlink { + color: #93a1a1 !important; +} +#hlogo a { + filter: opacity(75%); +} +.new-post-activity { + background-color: #073642 !important; +} +.tagged-interesting { + background-color: #094352 !important; +} +div.answered-accepted { + background-color: #859900 !important; + color: #eee8d5 !important; +} +div.answered-accepted .mini-counts { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.answered .mini-counts span { + color: #859900 !important; +} +.unanswered .mini-counts span { + color: #839496 !important; +} +#hot-network-questions a { + color: #2aa198 !important; +} +#hot-network-questions h4 a.js-gps-track { + color: #93a1a1 !important; +} +#sidebar .community-bulletin .bulletin-item-content a { + color: #93a1a1 !important; +} +#sidebar .module.community-bulletin { + background-color: #073642 !important; + color: #93a1a1 !important; +} +#sidebar .question-hyperlink { + color: #2aa198 !important; +} +.newuser { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.label-key { + color: #839496 !important; +} +.label-key b { + color: #93a1a1 !important; +} +#h-chat-link { + color: #93a1a1 !important; +} +.ad502-room { + background-color: #073642 !important; + box-shadow: #586e75 0px 1px 3px; + color: #93a1a1 !important; +} +#tabs a { + background-color: transparent !important; + background-image: linear-gradient(to bottom, #002b36, #073642); + color: #93a1a1 !important; +} +#tabs a.youarehere { + background-image: linear-gradient(to bottom, #cb4b16, #002b36); + color: #fdf6e3 !important; +} +.post-tag { + background-color: #586e75 !important; + color: #002b36 !important; +} +.post-tag::before { + background-color: #002b36 !important; +} +a.comment-user.owner { + background-color: #859900 !important; + color: #eee8d5 !important; +} +.post-signature { + background-color: #073642 !important; + color: #93a1a1 !important; +} +.post-signature a { + color: #2aa198 !important; +} +.post-signature.owner .user-info .user-details a { + color: #859900 !important; +} +.post-signature span.relativetime { + color: #93a1a1 !important; +} +.vote { + background-color: #073642 !important; +} +.vote .star-off { + filter: opacity(75%); +} +.vote .star-on { + filter: opacity(50%) !important; +} +.vote .vote-down-off, +.vote .vote-up-off { + filter: opacity(50%); +} +.answer-votes { + background-color: #586e75 !important; + color: #002b36 !important; +} diff --git a/.config/sway/config b/.config/sway/config index 82bee53..b4afce3 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -155,8 +155,6 @@ exec_always --no-startup-id dunst # Clamshell Mode Script exec_always ~/.config/sway/clamshell.sh -# flash focus -exec_always --no-startup-id flashfocus # udiskie - auto usb mounting exec --no-startup-id /usr/bin/udiskie @@ -178,6 +176,9 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ # Wlsunset (Night Light) exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500 +# flash focus +exec_always --no-startup-id flashfocus + set $opacity 0.98 for_window [class=".*"] opacity $opacity for_window [app_id=".*"] opacity $opacity @@ -189,7 +190,7 @@ default_floating_border none # Gaps smart_gaps on gaps inner 5 -gaps outer 5 +gaps outer 2 for_window [app_id="galendae"] floating enable, sticky enable, move position cursor, move down 35 @@ -233,16 +234,22 @@ bindswitch --reload --locked lid:off output $laptop enable # Monitors # You can get the names of your outputs by running: swaymsg -t get_outputs -output eDP-1 pos 0 0 res 1920x1200 +output eDP-1 pos 890 1440 res 1920x1200 # output DP-6 pos 1920 0 res 3440x1440 -#output HDMI-A-1 pos 0 0 res 2560x1440 +output HDMI--A-1 pos 0 0 res 2560x1440 # Wallpaper #output DP6 bg /home/opal/.config/wallpapers/3.jpg fill #050402 #output DP-5 bg /home/opal/.config/wallpapers/3.jpg fill #050402 -output eDP-1 bg /home/opal/downloads/img01.jpg fill #000000 +#output eDP-1 bg /home/opal/downloads/img01.jpg fill #000000 #output HDMI-A-1 bg /home/opal/.config/wallpapers/3.jpg fill #050402 +output eDP-1 scale 1 +output eDP-1 pos 700 1440 res 1920x1200 +output HDMI-A-1 scale 1 +output HDMI-A-1 pos 0 0 res 3440x1440 + + # Assign workspaces to numbers set $ws1 number 1 set $ws2 number 2 diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 0000000..1e763ac --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME" +XDG_DOWNLOAD_DIR="$HOME/downloads" +XDG_TEMPLATES_DIR="$HOME" +XDG_PUBLICSHARE_DIR="$HOME" +XDG_DOCUMENTS_DIR="$HOME/documents" +XDG_MUSIC_DIR="$HOME/music" +XDG_PICTURES_DIR="$HOME/pictures" +XDG_VIDEOS_DIR="$HOME/videos" diff --git a/.config/wallpapers/1.jpg b/.config/wallpapers/1.jpg new file mode 100644 index 0000000..6c752ee Binary files /dev/null and b/.config/wallpapers/1.jpg differ diff --git a/.config/wallpapers/2.jpg b/.config/wallpapers/2.jpg new file mode 100644 index 0000000..94ecf96 Binary files /dev/null and b/.config/wallpapers/2.jpg differ diff --git a/.config/wallpapers/3.jpg b/.config/wallpapers/3.jpg new file mode 100644 index 0000000..63dd5d3 Binary files /dev/null and b/.config/wallpapers/3.jpg differ diff --git a/.config/wallpapers/fog-wallpaper.jpg b/.config/wallpapers/fog-wallpaper.jpg new file mode 100644 index 0000000..bcc71b8 Binary files /dev/null and b/.config/wallpapers/fog-wallpaper.jpg differ diff --git a/.config/wallpapers/guix-wallpaper.jpg b/.config/wallpapers/guix-wallpaper.jpg new file mode 100644 index 0000000..e23ef1b Binary files /dev/null and b/.config/wallpapers/guix-wallpaper.jpg differ diff --git a/.config/wallpapers/wallpaper-town.jpg b/.config/wallpapers/wallpaper-town.jpg new file mode 100644 index 0000000..7c2dd58 Binary files /dev/null and b/.config/wallpapers/wallpaper-town.jpg differ diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 011caba..3857a74 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -7,6 +7,8 @@ # Only vars needed by external commands should be exported. # Note that you can export vars w/out assigning a value to them. +eval $(keychain --eval --quiet ry_ecdsa.pub ~/.ssh/extra-keys/id_rsa) +export BW_SESSION="yWLHouCQOUDNWXOgK7eX/7lN4hvkqwyyjhfvhKlDwGjJOEpNX6G9dA/FLUqJ+QCpHxnGrVFDhmYjpGPmZZ+cnA==" export XDG_CONFIG_HOME=~/.config export XDG_CACHE_HOME=~/.cache export XDG_DATA_HOME=~/.local/share diff --git a/.stow-local-ignore b/.stow-local-ignore index 05d2480..2573c53 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,8 +1,8 @@ +archive \.git ^/.*\.org -LICENSE -README: -.gitignore -.gitmodules -archive/ -./screenshot.png +^/LICENSE.* +^/README.*: +\.gitignore +\.gitmodules +^/screenshot.png diff --git a/emacs.org b/emacs.org index 9755d1f..29b2ef8 100644 --- a/emacs.org +++ b/emacs.org @@ -2,20 +2,22 @@ * Config.el ** Splash Screen -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (setq fancy-splash-image "~/dotfiles/.config/doom/splash.png") #+end_src ** User Info -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (setq user-full-name "ry" user-mail-address "rpem66@pm.me") #+end_src ** Theme -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el -(setq doom-theme 'doom-Iosvkem) +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el +;; (setq doom-theme 'doom-Iosvkem) +(load-theme 'modus-operandi t) +(define-key global-map (kbd "") #'modus-themes-toggle) #+end_src ** Interface -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (dolist (mode '(org-mode-hook term-mode-hook shell-mode-hook @@ -24,14 +26,14 @@ #+end_src ** Fonts -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el -(set-face-attribute 'default nil :font "Iosevka Term" :height 130 :weight 'medium) +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el +(set-face-attribute 'default nil :font "Iosevka" :height 150 :weight 'medium) (set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'medium) -(set-face-attribute 'fixed-pitch nil :font "Iosevka Term" :height 1.0 :weight 'medium) +(set-face-attribute 'fixed-pitch nil :font "Iosevka Slab" :height 1.0 :weight 'medium) #+end_src ** Org *** General -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (defun opal/org-font-setup () ;; Replace list hyphen with dot (font-lock-add-keywords 'org-mode @@ -145,7 +147,7 @@ *** Pretty Bullets Creates nicer (-) bullets. -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (use-package org-bullets :after org :hook (org-mode . org-bullets-mode) @@ -155,7 +157,7 @@ Creates nicer (-) bullets. *** Visual Fill Mode Creates margins in Org mode to make it more pleasant to look at. -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el (defun opal/org-mode-visual-fill () (setq visual-fill-column-width 150 @@ -171,7 +173,7 @@ Creates margins in Org mode to make it more pleasant to look at. | er/add-org-mode-expansions | org-tempo-setup | org-bullets-mode | org-make-toc-mode | +lookup--init-org-mode-handlers-h | (closure ((hook . org-mode-hook) (--dolist-tail--) t) (&rest _) (add-hook 'before-save-hook 'org-encrypt-entries nil t)) | #[0 \300\301\302\303\304$\207 [add-hook change-major-mode-hook org-show-all append local] 5] | #[0 \300\301\302\303\304$\207 [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] | org-babel-result-hide-spec | org-babel-hide-all-hashes | #[0 \301\211\207 [imenu-create-index-function org-imenu-get-tree] 2] | opal/org-mode-visual-fill | opal/org-mode-setup | (lambda nil (display-line-numbers-mode 0)) | doom-disable-show-paren-mode-h | doom-disable-show-trailing-whitespace-h | +org-enable-auto-reformat-tables-h | +org-enable-auto-update-cookies-h | +org-make-last-point-visible-h | evil-org-mode | toc-org-enable | embrace-org-mode-hook | org-eldoc-load | *** Org Babel -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/config.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el ;; Load languages for babel code blocks. (with-eval-after-load 'org (org-babel-do-load-languages @@ -201,15 +203,16 @@ Creates margins in Org mode to make it more pleasant to look at. (setq-default indent-tabs-mode nil) ;; Use spaces instead of tabs #+end_src * Package.el -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/packages.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/packages.el (package! org-bullets) (package! visual-fill-column) (package! plisp-mode) (package! org-pomodoro) (package! org-make-toc) +(package! modus-themes) #+end_src * Init.el -#+begin_src emacs-lisp :tangle ~/dotfiles/.config/doom/init.el +#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/init.el ;; 'C-c c k' for non-vim users) to view its documentation. This works on ;; flags as well (those symbols that start with a plus). ;; @@ -335,7 +338,7 @@ Creates margins in Org mode to make it more pleasant to look at. ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - (go +lsp) ; the hipster dialect + ;;(go +lsp) ; the hipster dialect ;;(haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on @@ -365,7 +368,7 @@ Creates margins in Org mode to make it more pleasant to look at. ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good - ;;(scheme +guile) ; a fully conniving family of lisps + (scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No.