From e17e9a0630bcb7a45710a334d2fe3dcfae27b2a3 Mon Sep 17 00:00:00 2001 From: co1ncidece Date: Mon, 6 Jul 2020 16:57:54 -0500 Subject: :smile: new background color! --- alacritty-theme/alacritty.yml | 2 +- firefox-userchrome/userChrome.css | 11 +- gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css | 286 +++++++++++++------------- gtk-and-openbox-theme/bliss/openbox-3/themerc | 4 +- vim-colors/bliss.vim | 26 +-- vim-colors/lightline-theme/darcula.vim | 37 ++++ 6 files changed, 204 insertions(+), 162 deletions(-) create mode 100644 vim-colors/lightline-theme/darcula.vim diff --git a/alacritty-theme/alacritty.yml b/alacritty-theme/alacritty.yml index 89cca00..aef874f 100644 --- a/alacritty-theme/alacritty.yml +++ b/alacritty-theme/alacritty.yml @@ -174,7 +174,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '#262727' + background: '#1c1b1d' foreground: '#F0D3C9' # Normal colors diff --git a/firefox-userchrome/userChrome.css b/firefox-userchrome/userChrome.css index 6d70a0f..97615d8 100644 --- a/firefox-userchrome/userChrome.css +++ b/firefox-userchrome/userChrome.css @@ -1,9 +1,14 @@ +/* + * GaugeK's userChrome.css + * github.com/GaugeK/dots + */ + :root { /* ---- */ - --bg0: #262727; - --bg1: #262727; + --bg0: #1c1b1d; + --bg1: #1c1b1d; --bg2: #9e736a; - --bg3: #262727; + --bg3: #1c1b1d; --bg4: #f0d3c9; --button: #bbbbbf1a; /* ---- */ diff --git a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css b/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css index 7f98a59..477d7fb 100755 --- a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css +++ b/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css @@ -46,7 +46,7 @@ notebook:focus tab, * Base States * ***************/ .background { - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -61,7 +61,7 @@ notebook:focus tab, } .gtkstyle-fallback { - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -76,17 +76,17 @@ notebook:focus tab, } .gtkstyle-fallback:disabled { - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.5); } .gtkstyle-fallback:selected { background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } .view { - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -99,11 +99,11 @@ notebook:focus tab, } textview text { - background-color: #262727; + background-color: #1c1b1d; } textview border { - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.5); } @@ -113,7 +113,7 @@ flowbox rubberband, treeview.view rubberband, .content-view rubberband, .content-view .rubberband { - border: 0px solid #262727; + border: 0px solid #1c1b1d; background-color: rgba(68, 215, 203, 0.3); } @@ -132,12 +132,12 @@ label { } label.separator { - color: #262727; + color: #1c1b1d; } label selection { background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } label:disabled { @@ -204,7 +204,7 @@ entry { transition: all 100ms cubic-bezier(0, 0, 0.2, 1); border-image: none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -217,7 +217,7 @@ entry:focus { spinbutton:disabled:not(.vertical), entry:disabled { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.5); } @@ -303,7 +303,7 @@ entry.error { border-image: none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); background-color: #e0604f; - color: #ffffff; + color: #1c1b1d; } spinbutton.error:focus:not(.vertical), @@ -315,7 +315,7 @@ entry.error:focus { spinbutton.error:disabled:not(.vertical), entry.error:disabled { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.5); } @@ -352,7 +352,7 @@ entry.error image { spinbutton.error:not(.vertical) image:hover, spinbutton.error:not(.vertical) image:active, entry.error image:hover, entry.error image:active { - color: #ffffff; + color: #1c1b1d; } spinbutton.error:not(.vertical) image:disabled, @@ -366,7 +366,7 @@ entry.warning { border-image: none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); background-color: #e5c02a; - color: #ffffff; + color: #1c1b1d; } spinbutton.warning:focus:not(.vertical), @@ -378,7 +378,7 @@ entry.warning:focus { spinbutton.warning:disabled:not(.vertical), entry.warning:disabled { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.5); } @@ -415,7 +415,7 @@ entry.warning image { spinbutton.warning:not(.vertical) image:hover, spinbutton.warning:not(.vertical) image:active, entry.warning image:hover, entry.warning image:active { - color: #ffffff; + color: #1c1b1d; } spinbutton.warning:not(.vertical) image:disabled, @@ -456,7 +456,7 @@ treeview entry { min-height: 0; padding: 2px; border-radius: 0; - background-color: #262727; + background-color: #1c1b1d; } notebook > stack:not(:only-child) treeview entry.flat:not(.search), @@ -528,7 +528,7 @@ button { font-weight: 500; transition: 100ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 9999px transparent; - background-color: #262727; + background-color: #1c1b1d; background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); background-repeat: no-repeat; background-position: center; @@ -562,7 +562,7 @@ button:disabled { button:checked { background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } @@ -712,7 +712,7 @@ button.flat { row:selected button.sidebar-button:hover, infobar.info button.flat:hover, infobar.question button.flat:hover, infobar.warning button.flat:hover, infobar.error button.flat:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, .raven-mpris button.image-button:hover, row:selected button.sidebar-button:active, infobar.info button.flat:active, infobar.question button.flat:active, infobar.warning button.flat:active, infobar.error button.flat:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, .raven-mpris button.image-button:active, row:selected button.flat:hover, row:selected button.flat:active { - color: #ffffff; + color: #1c1b1d; } row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, .raven-mpris button.image-button:disabled, row:selected @@ -723,7 +723,7 @@ button.flat:disabled { row:selected button.sidebar-button:checked, infobar.info button.flat:checked, infobar.question button.flat:checked, infobar.warning button.flat:checked, infobar.error button.flat:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, .raven-mpris button.image-button:checked, row:selected button.flat:checked { background-color: rgba(255, 255, 255, 0.3); - color: #ffffff; + color: #1c1b1d; } row:selected button.sidebar-button:checked:disabled, infobar.info button.flat:checked:disabled, infobar.question button.flat:checked:disabled, infobar.warning button.flat:checked:disabled, infobar.error button.flat:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .raven-mpris button.image-button:checked:disabled, row:selected @@ -750,7 +750,7 @@ button.osd:disabled { button.suggested-action { background-color: #e55757; - color: #ffffff; + color: #1c1b1d; } @@ -786,7 +786,7 @@ button.suggested-action.flat:checked { button.destructive-action { background-color: #e0604f; - color: #ffffff; + color: #1c1b1d; } @@ -992,7 +992,7 @@ headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { - color: #ffffff; + color: #1c1b1d; } button:link > label, @@ -1142,7 +1142,7 @@ notebook > stack:not(:only-child) button.combo:disabled, .raven .raven-backgroun toolbar { -GtkWidget-window-dragging: true; padding: 2px; - background-color: #262727; + background-color: #1c1b1d; } .osd toolbar { @@ -1154,7 +1154,7 @@ toolbar.osd, .app-notification, frame.documents-dropdown { padding: 4px; border-radius: 0px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; } toolbar.osd:backdrop, .app-notification:backdrop, frame.documents-dropdown:backdrop { @@ -1206,7 +1206,7 @@ toolbar:not(.inline-toolbar):not(.osd) switch { border-style: solid; border-width: 0 1px 1px; border-color: rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } searchbar > revealer > box, @@ -1215,7 +1215,7 @@ searchbar > revealer > box, border-style: solid; border-width: 0 0 1px; border-color: rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; background-clip: border-box; } @@ -1234,7 +1234,7 @@ headerbar { padding: 0 4px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24), inset 0 px rgba(255, 255, 255, 0.4); background-color: #f0d3c9; - color: #ffffff; + color: #1c1b1d; } .titlebar:disabled:not(headerbar) :not(button) > label, @@ -1278,7 +1278,7 @@ headerbar button:not(.suggested-action):not(.destructive-action) { .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active, headerbar button:not(.suggested-action):not(.destructive-action):hover, headerbar button:not(.suggested-action):not(.destructive-action):active { - color: #ffffff; + color: #1c1b1d; } .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, @@ -1289,7 +1289,7 @@ headerbar button:not(.suggested-action):not(.destructive-action):disabled { .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, headerbar button:not(.suggested-action):not(.destructive-action):checked { border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 100%, transparent 0%) 0 0 2/0 0 2px; - color: #ffffff; + color: #1c1b1d; } .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, @@ -1342,7 +1342,7 @@ headerbar.selection-mode { animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2); background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } .selection-mode.titlebar:backdrop:not(headerbar), @@ -1353,7 +1353,7 @@ headerbar.selection-mode:backdrop { .selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: #ffffff; + color: #1c1b1d; } .selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, @@ -1364,7 +1364,7 @@ headerbar.selection-mode button:not(.suggested-action):not(.destructive-action): .selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: #ffffff; + color: #1c1b1d; } .selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, @@ -1557,7 +1557,7 @@ window.csd > .titlebar:not(headerbar) { } .titlebar:not(headerbar) > separator { - background-color: #262727; + background-color: #1c1b1d; background-image: image(rgba(0, 0, 0, 0.12)); } @@ -1607,8 +1607,8 @@ window.csd > .titlebar:not(headerbar) { * Tree Views * **************/ treeview.view { - border-left-color: #262727; - border-top-color: #262727; + border-left-color: #1c1b1d; + border-top-color: #1c1b1d; } * { @@ -1674,7 +1674,7 @@ treeview.view.expander:selected { } treeview.view.expander:selected:hover, treeview.view.expander:selected:active { - color: #ffffff; + color: #1c1b1d; } treeview.view.expander:selected:disabled { @@ -1688,7 +1688,7 @@ treeview.view.progressbar { } treeview.view.progressbar:selected { - border-bottom-color: #ffffff; + border-bottom-color: #1c1b1d; } treeview.view.trough { @@ -1705,7 +1705,7 @@ treeview.view header button { padding: 2px 6px; border-style: none solid solid none; border-width: 0px; - border-color: #262727; + border-color: #1c1b1d; border-radius: 0; background-clip: border-box; } @@ -1715,7 +1715,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he } treeview.view header button, treeview.view header button:disabled { - background-color: #262727; + background-color: #1c1b1d; } treeview.view header button:last-child { @@ -1730,7 +1730,7 @@ treeview.view header.button.dnd { border-color: rgba(0, 0, 0, 0.12); border-radius: 0; box-shadow: none; - background-color: #262727; + background-color: #1c1b1d; background-clip: border-box; color: #24b7ab; } @@ -1761,7 +1761,7 @@ menubar > menuitem:hover, .menubar > menuitem:hover { transition: none; background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; + color: #1c1b1d; } menubar > menuitem:disabled, @@ -1784,7 +1784,7 @@ menu, margin: 4px 0; padding: 4px 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; border: 1px solid rgba(0, 0, 0, 0.12); } @@ -1854,7 +1854,7 @@ menu > arrow, min-height: 16px; min-width: 16px; padding: 4px; - background-color: #262727; + background-color: #1c1b1d; color: rgba(102, 79, 61, 0.7); } @@ -1911,7 +1911,7 @@ menuitem:disabled accelerator { } .popup:not(.csd) menu menuitem:hover { - background-color: #e3d8c2; + background-color: #262427; } .popup:not(.csd) menu menuitem:disabled { @@ -1929,7 +1929,7 @@ popover.background { transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); padding: 2px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #262727; + background-color: #1c1b1d; } popover.background:backdrop { @@ -1962,7 +1962,7 @@ popover.background > toolbar { popover.background list, popover.background .view:not(:selected), popover.background toolbar { - background-color: #262727; + background-color: #1c1b1d; } popover.background.menu button, @@ -1985,13 +1985,13 @@ popover.background list separator { *************/ frame > paned > notebook > header, notebook.frame > header { - background-color: #262727; + background-color: #1c1b1d; } notebook > header { border-width: 0px; border-color: rgba(0, 0, 0, 0.0); - background-color: #262727; + background-color: #1c1b1d; background-clip: border-box; } @@ -2152,7 +2152,7 @@ notebook > header tab:checked:disabled { notebook > header tab:checked.reorderable-page { border-color: rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } notebook > header tab button.flat:last-child { @@ -2200,7 +2200,7 @@ notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs t } notebook > stack:not(:only-child) { - background-color: #262727; + background-color: #1c1b1d; } /************** @@ -2208,7 +2208,7 @@ notebook > stack:not(:only-child) { **************/ scrollbar { transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #262727; + background-color: #1c1b1d; background-clip: padding-box; } @@ -2376,7 +2376,7 @@ switch slider { margin: -3px -2px; border-radius: 9999px; box-shadow: 0 0 0 10px transparent, 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #262727; + background-color: #1c1b1d; } switch:hover slider { @@ -2485,7 +2485,7 @@ radio:not(:checked):not(:indeterminate) { row:selected check:not(:checked):not(:indeterminate):hover, row:selected check:not(:checked):not(:indeterminate):active, row:selected radio:not(:checked):not(:indeterminate):hover, row:selected radio:not(:checked):not(:indeterminate):active { - color: #ffffff; + color: #1c1b1d; } row:selected check:not(:checked):not(:indeterminate):disabled, row:selected @@ -2671,7 +2671,7 @@ treeview.view radio:hover:disabled { treeview.view check:hover:selected, treeview.view radio:hover:selected { - box-shadow: inset 0 0 0 9999px alpha(#ffffff, 0.08); + box-shadow: inset 0 0 0 9999px alpha(#1c1b1d, 0.08); } treeview.view check, @@ -2710,7 +2710,7 @@ treeview.view radio:selected { treeview.view check:selected:hover, treeview.view check:selected:active, treeview.view radio:selected:hover, treeview.view radio:selected:active { - color: #ffffff; + color: #1c1b1d; } treeview.view check:selected:disabled, @@ -3040,7 +3040,7 @@ levelbar block.empty { printdialog paper { padding: 0; border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -3155,7 +3155,7 @@ junction { border-style: solid none none solid; border-width: 1px; border-color: rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } junction:dir(rtl) { @@ -3181,7 +3181,7 @@ button.file separator, .tweak-categories separator, preferences stacksidebar.sid *********/ list { border-color: rgba(0, 0, 0, 0); - background-color: #262727; + background-color: #1c1b1d; } list row { @@ -3255,7 +3255,7 @@ expander title > arrow:selected { } expander title > arrow:selected:hover, expander title > arrow:selected:active { - color: #ffffff; + color: #1c1b1d; } expander title > arrow:selected:disabled { @@ -3297,14 +3297,14 @@ calendar:indeterminate { * Dialogs * ***********/ messagedialog.background { - background-color: #262727; + background-color: #1c1b1d; } messagedialog .titlebar { min-height: 24px; border-style: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; } @@ -3344,7 +3344,7 @@ filechooser .dialog-action-box { filechooser #pathbarbox { border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } filechooserbutton:drop(active) { @@ -3356,7 +3356,7 @@ filechooserbutton:drop(active) { ***********/ .sidebar { border-style: none; - background-color: #262727; + background-color: #1c1b1d; } stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { @@ -3416,7 +3416,7 @@ placessidebar row > revealer { } placessidebar row:selected { - color: #ffffff; + color: #1c1b1d; } placessidebar row:disabled { @@ -3484,7 +3484,7 @@ paned > separator { paned > separator.wide { min-width: 6px; min-height: 6px; - background-color: #262727; + background-color: #1c1b1d; background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); background-size: 0px 0px, 0px 0px; } @@ -3550,7 +3550,7 @@ infobar.error { } infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { - color: #ffffff; + color: #1c1b1d; } /************ @@ -3563,7 +3563,7 @@ tooltip { tooltip.background { background-color: rgba(158, 126, 106, 0.9); - color: #ffffff; + color: #1c1b1d; } tooltip decoration { @@ -3619,7 +3619,7 @@ colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { } colorswatch.dark { - color: #262727; + color: #1c1b1d; } colorswatch.light { @@ -3649,7 +3649,7 @@ colorswatch overlay:hover { colorswatch#add-color-button { border-radius: 0px 0px 0 0; - color: #262727; + color: #1c1b1d; } colorswatch#add-color-button:only-child { @@ -3680,7 +3680,7 @@ colorchooser .popover.osd { transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); border-radius: 0px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; } colorchooser .popover.osd:backdrop { @@ -3691,7 +3691,7 @@ colorchooser .popover.osd:backdrop { * Misc * ********/ .content-view { - background-color: #262727; + background-color: #1c1b1d; } /********************** @@ -3758,7 +3758,7 @@ row:selected label, label:selected, .view selection, .view:selected, flowbox flo entry selection, modelbutton.flat:selected, .menuitem.button.flat:selected, popover.background.menu button:checked, popover.background button.model:checked, row:selected, calendar:selected, text:selected, .budgie-menu button:checked { - color: #ffffff; + color: #1c1b1d; } row:selected label:disabled, label:disabled:selected, .view selection:disabled, .view:disabled:selected, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, @@ -3811,7 +3811,7 @@ cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) border: solid 1px rgba(0, 0, 0, 0.12); border-radius: 1px; box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; color: #F0D3C9; font-size: smaller; } @@ -3902,7 +3902,7 @@ button.emoji-section:last-child { .nautilus-window, .nautilus-window notebook, .nautilus-window notebook > stack { - background-color: #262727; + background-color: #1c1b1d; } .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, @@ -3918,7 +3918,7 @@ headerbar .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilu } .nautilus-desktop.nautilus-canvas-item:not(:selected), .caja-desktop.caja-canvas-item:not(:selected), .nemo-desktop.nemo-canvas-item:not(:selected) { - color: #ffffff; + color: #1c1b1d; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } @@ -3987,7 +3987,7 @@ headerbar .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilu .search-information { padding: 2px; background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } .conflict-row:not(:selected) { @@ -4054,7 +4054,7 @@ dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal: } .nautilus-window paned > separator { - background-color: #262727; + background-color: #1c1b1d; } /********* @@ -4070,7 +4070,7 @@ dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal: } .gedit-document-panel { - background-color: #262727; + background-color: #1c1b1d; } .gedit-document-panel row button.flat { @@ -4126,7 +4126,7 @@ dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal: } .gedit-search-slider .linked > entry:not(.error) { - background-color: #262727; + background-color: #1c1b1d; } .gedit-search-slider .linked > entry.error ~ button { @@ -4134,7 +4134,7 @@ dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal: } .gedit-search-slider .linked > entry.error ~ button:hover, .gedit-search-slider .linked > entry.error ~ button:active { - color: #ffffff; + color: #1c1b1d; } .gedit-search-slider .linked > entry.error ~ button:disabled { @@ -4166,7 +4166,7 @@ frame.gedit-map-frame > border:dir(rtl) { * Tweaks * **********/ .tweak-categories { - background-image: image(#262727); + background-image: image(#1c1b1d); } .tweak { @@ -4180,16 +4180,16 @@ frame.gedit-map-frame > border:dir(rtl) { .tweak-group-white, .tweak-white, .tweak-white:hover { - background-image: image(#262727); + background-image: image(#1c1b1d); } .tweak-startup, .tweak-startup:hover { - background-image: image(#262727); + background-image: image(#1c1b1d); } .tweak-group-startup { - background-image: image(#262727); + background-image: image(#1c1b1d); border: 1px solid rgba(0, 0, 0, 0.12); } @@ -4233,7 +4233,7 @@ row#workspaces-only-on-primary { ***********/ layouttabbar { border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } layouttabbar > box > button { @@ -4246,7 +4246,7 @@ layouttab { border-width: 1px; border-color: rgba(0, 0, 0, 0.12); box-shadow: inset 0 -2px #24b7ab; - background-color: #262727; + background-color: #1c1b1d; } layouttab separator.vertical { @@ -4266,7 +4266,7 @@ layout { entry.search-missing { background-color: #e0604f; - color: #ffffff; + color: #1c1b1d; } window.workbench treeview.image { @@ -4315,11 +4315,11 @@ popover.omnibar list row:not(:last-child) { entry.preferences-search { box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } preferences stacksidebar.sidebar list { - background-color: #262727; + background-color: #1c1b1d; } preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { @@ -4380,13 +4380,13 @@ dockpaned { eggsearchbar box.search-bar { padding: 0 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } docktabstrip { padding: 0 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } docktab { @@ -4422,7 +4422,7 @@ docktab:checked { } dockoverlayedge { - background-color: #262727; + background-color: #1c1b1d; } dockoverlayedge docktabstrip { @@ -4447,13 +4447,13 @@ dockoverlayedge.right-edge docktab:checked { } pillbox { - background-color: #262727; + background-color: #1c1b1d; border-radius: 0px; } layoutpane entry.search { box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } editortweak entry.search { @@ -4507,7 +4507,7 @@ idelayoutstackheader button:checked { ideeditorutilities > dzldockpaned > box > stackswitcher { padding: 8px 0; - background-color: #262727; + background-color: #1c1b1d; } ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { @@ -4582,7 +4582,7 @@ GdMainIconView.content-view { border-radius: 9999px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); background-color: #e55757; - color: #ffffff; + color: #1c1b1d; font-weight: bold; } @@ -4626,7 +4626,7 @@ overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { } .side-panel .view { - background-image: image(#262727); + background-image: image(#1c1b1d); } .side-panel .view:hover { @@ -4751,7 +4751,7 @@ box.dialog-vbox scrolledwindow.related { } list.categories { - background-image: image(#262727); + background-image: image(#1c1b1d); } /********* @@ -4762,7 +4762,7 @@ list.categories { padding: 0 4px; border-radius: 0px; background-color: rgba(0, 0, 0, 0.6); - color: #ffffff; + color: #1c1b1d; } /************** @@ -4816,7 +4816,7 @@ overlay > revealer.right > scrolledwindow.frame { .terminix-session-sidebar, .tilix-session-sidebar { - background-image: image(#262727); + background-image: image(#1c1b1d); } .terminal-titlebar button { @@ -4831,7 +4831,7 @@ button.image-button.session-new-button { * Terminator * **************/ .terminator-terminal-window paned > separator { - background-color: #262727; + background-color: #1c1b1d; } .terminator-terminal-window notebook.frame { @@ -4858,7 +4858,7 @@ window.background > box.vertical > scrolledwindow > widget toolbar button { * Chromium * ************/ window.background.chromium { - background-color: #262727; + background-color: #1c1b1d; } window.background.chromium entry, @@ -4888,7 +4888,7 @@ window.background.chromium spinner { } window.background.chromium textview { - background-color: #262727; + background-color: #1c1b1d; } tooltip.background.chromium { @@ -4965,7 +4965,7 @@ window.background:not(.csd) > widget > menubar { } window.background:not(.csd) > widget > menubar:hover { - color: #ffffff; + color: #1c1b1d; } window.background:not(.csd) > widget > menubar:disabled { @@ -5096,7 +5096,7 @@ UnityDecoration .top { border-radius: 0px 0px 0 0; box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); background-color: #f0d3c9; - color: #ffffff; + color: #1c1b1d; } UnityDecoration .top:backdrop { @@ -5110,7 +5110,7 @@ UnityDecoration .menuitem { UnityDecoration .menuitem:hover { box-shadow: inset 0 -2px #24b7ab; background-color: transparent; - color: #ffffff; + color: #1c1b1d; } .background:not(.csd) headerbar:not(.titlebar) { @@ -5125,7 +5125,7 @@ UnityDecoration .menuitem:hover { UnityPanelWidget, .unity-panel { background-color: #7e5e4a; - color: #ffffff; + color: #1c1b1d; } UnityPanelWidget:backdrop, @@ -5142,7 +5142,7 @@ UnityPanelWidget:backdrop, .unity-panel.menubar .menuitem *:hover { box-shadow: inset 0 -2px #24b7ab; background-color: transparent; - color: #ffffff; + color: #1c1b1d; } .menu IdoPlaybackMenuItem.menuitem:active { @@ -5210,7 +5210,7 @@ MatePanelAppletFrameDBus { .mate-panel-menu-bar menubar > menuitem:hover { background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; + color: #1c1b1d; } .mate-panel-menu-bar menubar > menuitem:disabled { @@ -5320,7 +5320,7 @@ na-tray-applet { border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 1px; box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; } .mate-panel-applet-slider frame > border { @@ -5333,7 +5333,7 @@ na-tray-applet { #PanelApplet:selected > box { background-color: rgba(255, 255, 255, 0.12); - color: #ffffff; + color: #1c1b1d; } #mate-menu { @@ -5383,7 +5383,7 @@ na-tray-applet { .caja-side-pane notebook viewport.frame, .caja-side-pane notebook widget .vertical { - background-color: #262727; + background-color: #1c1b1d; } .caja-side-pane notebook, @@ -5408,7 +5408,7 @@ na-tray-applet { #caja-extra-view-widget { border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } #caja-extra-view-widget > box > box > label { @@ -5484,7 +5484,7 @@ na-tray-applet { MsdOsdWindow.background.osd { border-radius: 0px; background-color: rgba(158, 126, 106, 0.9); - color: #ffffff; + color: #1c1b1d; } MsdOsdWindow.background.osd .trough { @@ -5519,7 +5519,7 @@ MsdOsdWindow.background.osd .progressbar { border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); border-radius: 1px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #262727; + background-color: #1c1b1d; } .budgie-popover .container { @@ -5815,7 +5815,7 @@ popover.background.places-menu row { padding: 0; box-shadow: none; background-color: transparent; - color: #ffffff; + color: #1c1b1d; } .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { @@ -5823,7 +5823,7 @@ popover.background.places-menu row { } .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #ffffff; + color: #1c1b1d; } .budgie-panel #tasklist-button { @@ -5908,7 +5908,7 @@ frame.raven-frame > border { } .raven { - background-color: #262727; + background-color: #1c1b1d; } .raven > box { @@ -5941,7 +5941,7 @@ frame.raven-frame > border { .raven .raven-header.top { padding: 2px 0; background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } .raven .raven-header.top stackswitcher button { @@ -5978,7 +5978,7 @@ frame.raven-frame > border { border-style: solid none; border-width: 1px; border-color: rgba(0, 0, 0, 0.12); - background-color: #262727; + background-color: #1c1b1d; } .raven .raven-background.frame { @@ -6000,7 +6000,7 @@ frame.raven-frame > border { .raven .raven-header.top + .raven-background { border-style: none; background-color: #24b7ab; - color: #ffffff; + color: #1c1b1d; } .raven .raven-header.top + .raven-background stackswitcher button { @@ -6028,7 +6028,7 @@ calendar.raven-calendar:selected { .raven-mpris { background-color: rgba(0, 0, 0, 0.6); - color: #ffffff; + color: #1c1b1d; } .raven-mpris label { @@ -6056,7 +6056,7 @@ calendar.raven-calendar:selected { padding: 3px; border-radius: 0px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; } .drop-shadow .linked > button { @@ -6065,7 +6065,7 @@ calendar.raven-calendar:selected { .budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { border-radius: 0px; - background-color: #262727; + background-color: #1c1b1d; } .budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration { @@ -6100,7 +6100,7 @@ calendar.raven-calendar:selected { } .budgie-run-dialog { - background-color: #262727; + background-color: #1c1b1d; } .budgie-run-dialog entry.search { @@ -6124,7 +6124,7 @@ calendar.raven-calendar:selected { ************************/ #panel_window { background-color: rgba(0, 0, 0, 0.3); - color: #ffffff; + color: #1c1b1d; } #panel_window menubar, @@ -6145,7 +6145,7 @@ calendar.raven-calendar:selected { } #panel_window menubar > menuitem:hover { - color: #ffffff; + color: #1c1b1d; } #panel_window menubar > menuitem:disabled label { @@ -6158,7 +6158,7 @@ calendar.raven-calendar:selected { margin: 8px; border-radius: 0px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #262727; + background-color: #1c1b1d; } #content_frame { @@ -6213,7 +6213,7 @@ calendar.raven-calendar:selected { } .nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #262727; + background-color: #1c1b1d; } /* GTK NAMED COLORS @@ -6227,25 +6227,25 @@ text color for entries, views and content in general */ @define-color theme_text_color #F0D3C9; /* widget base background color */ -@define-color theme_bg_color #262727; +@define-color theme_bg_color #1c1b1d; /* text widgets and the like base background color */ -@define-color theme_base_color #262727; +@define-color theme_base_color #1c1b1d; /* base background color of selections */ @define-color theme_selected_bg_color #24b7ab; /* text/foreground color of selections */ -@define-color theme_selected_fg_color #ffffff; +@define-color theme_selected_fg_color #1c1b1d; /* base background color of insensitive widgets */ -@define-color insensitive_bg_color #262727; +@define-color insensitive_bg_color #1c1b1d; /* text foreground color of insensitive widgets */ @define-color insensitive_fg_color rgba #f0d3c9; /*the old one was: (102, 79, 61, 0.5)*/ /* insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #262727; +@define-color insensitive_base_color #1c1b1d; /* widget text/foreground color on backdrop windows */ @define-color theme_unfocused_fg_color #F0D3C9; @@ -6254,16 +6254,16 @@ text color for entries, views and content in general on backdrop windows */ @define-color theme_unfocused_text_color #F0D3C9; /* widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #262727; +@define-color theme_unfocused_bg_color #1c1b1d; /* text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #262727; +@define-color theme_unfocused_base_color #1c1b1d; /* base background color of selections on backdrop windows */ @define-color theme_unfocused_selected_bg_color #24b7ab; /* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #ffffff; +@define-color theme_unfocused_selected_fg_color #1c1b1d; /* insensitive color on backdrop windows */ @define-color unfocused_insensitive_color rgba(102, 79, 61, 0.5); @@ -6281,11 +6281,11 @@ these are pretty self explicative */ /* these colors are exported for the window manager and shouldn't be used in applications, read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #ffffff; +@define-color wm_title #1c1b1d; @define-color wm_unfocused_title rgba(255, 255, 255, 0.7); @define-color wm_highlight rgba(255, 255, 255, 0.4); @define-color wm_bg #f0d3c9; /* FIXME this is really an API */ -@define-color content_view_bg #262727; +@define-color content_view_bg #1c1b1d; @define-color placeholder_text_color #917e6a; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/themerc b/gtk-and-openbox-theme/bliss/openbox-3/themerc index 9cd7017..d1b80f7 100755 --- a/gtk-and-openbox-theme/bliss/openbox-3/themerc +++ b/gtk-and-openbox-theme/bliss/openbox-3/themerc @@ -19,12 +19,12 @@ menu.border.color: #F0D3C9 !! menu headers menu.title.bg: flat menu.title.bg.color: #F0D3C9 -menu.title.text.color: #262727 +menu.title.text.color: #1c1b1d menu.title.text.justify: center !! selected menu item menu.items.active.bg: flat -menu.items.active.bg.color: #262727 +menu.items.active.bg.color: #1c1b1d menu.items.active.text.color: #f0d3c9 !! titlebar diff --git a/vim-colors/bliss.vim b/vim-colors/bliss.vim index 8042a76..8c9e96b 100644 --- a/vim-colors/bliss.vim +++ b/vim-colors/bliss.vim @@ -3,7 +3,7 @@ syntax reset let g:colors_name = "bliss" set background=dark set t_Co=256 -hi Normal guifg=#f0d3c9 ctermbg=NONE guibg=#262727 gui=NONE +hi Normal guifg=#f0d3c9 ctermbg=NONE guibg=#1c1b1d gui=NONE hi DiffText guifg=#de9dac guibg=NONE hi ErrorMsg guifg=#de9dac guibg=NONE @@ -59,18 +59,18 @@ hi Operator guifg=#9dccde guibg=NONE hi cssAttr guifg=#9dccde guibg=NONE -hi Pmenu guifg=#f0d3c9 guibg=#393b3b -hi SignColumn guibg=#262727 +hi Pmenu guifg=#f0d3c9 guibg=#302e31 +hi SignColumn guibg=#1c1b1d hi Title guifg=#f0d3c9 -hi LineNr guifg=#635050 guibg=#262727 -hi NonText guifg=#635050 guibg=#262727 +hi LineNr guifg=#635050 guibg=#1c1b1d +hi NonText guifg=#635050 guibg=#1c1b1d hi Comment guifg=#635050 gui=italic -hi SpecialComment guifg=#635050 gui=italic guibg=#262727 -hi CursorLine guibg=#393b3b -hi TabLineFill gui=NONE guibg=#393b3b -hi TabLine guifg=#b95634 guibg=#393b3b gui=NONE -hi StatusLine gui=bold guibg=#393b3b guifg=#f0d3c9 -hi StatusLineNC gui=NONE guibg=#262727 guifg=#f0d3c9 +hi SpecialComment guifg=#635050 gui=italic guibg=#1c1b1d +hi CursorLine guibg=#302e31 +hi TabLineFill gui=NONE guibg=#302e31 +hi TabLine guifg=#b95634 guibg=#302e31 gui=NONE +hi StatusLine gui=bold guibg=#302e31 guifg=#f0d3c9 +hi StatusLineNC gui=NONE guibg=#1c1b1d guifg=#f0d3c9 hi Search guibg=#635050 guifg=#f0d3c9 -hi VertSplit gui=NONE guifg=#393b3b guibg=NONE -hi Visual gui=NONE guibg=#393b3b +hi VertSplit gui=NONE guifg=#302e31 guibg=NONE +hi Visual gui=NONE guibg=#302e31 diff --git a/vim-colors/lightline-theme/darcula.vim b/vim-colors/lightline-theme/darcula.vim new file mode 100644 index 0000000..2103efd --- /dev/null +++ b/vim-colors/lightline-theme/darcula.vim @@ -0,0 +1,37 @@ +" ============================================================================= +" Filename: autoload/lightline/colorscheme/darcula.vim +" Author: kkopec +" License: MIT License +" Last Change: 2017/02/11 21:18:54. +" ============================================================================= + +let s:black = [ '#262727', 235 ] +let s:gray = [ '#302e31', 236 ] +let s:white = [ '#f0d3c9', 250 ] +let s:blue = [ '#9dccde' , 67 ] +let s:green = [ '#9ddeaf', 71 ] +let s:purple = [ '#af9dde', 104 ] +let s:red = [ '#de9dac', 204 ] +let s:yellow = [ '#ded09d', 222 ] + +let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} +let s:p.normal.left = [ [ s:black, s:purple ], [ s:purple, s:gray ] ] +let s:p.normal.right = [ [ s:black, s:purple ], [ s:purple, s:gray ] ] +let s:p.inactive.left = [ [ s:black, s:blue ], [ s:blue, s:gray ] ] +let s:p.inactive.right = [ [ s:black, s:blue ], [ s:blue, s:gray ] ] +let s:p.insert.left = [ [ s:black, s:green ], [ s:green, s:gray ] ] +let s:p.insert.right = [ [ s:black, s:green ], [ s:green, s:gray ] ] +let s:p.replace.left = [ [ s:black, s:red ], [ s:red, s:gray ] ] +let s:p.replace.right = [ [ s:black, s:red ], [ s:red, s:gray ] ] +let s:p.visual.left = [ [ s:black, s:yellow ], [ s:yellow, s:gray ] ] +let s:p.visual.right = [ [ s:black, s:yellow ], [ s:yellow, s:gray ] ] +let s:p.normal.middle = [ [ s:white, s:gray ] ] +let s:p.inactive.middle = [ [ s:white, s:gray ] ] +let s:p.tabline.left = [ [ s:blue, s:gray ] ] +let s:p.tabline.tabsel = [ [ s:black, s:blue ] ] +let s:p.tabline.middle = [ [ s:blue, s:gray ] ] +let s:p.tabline.right = [ [ s:black, s:blue ] ] +let s:p.normal.error = [ [ s:red, s:black ] ] +let s:p.normal.warning = [ [ s:yellow, s:black ] ] + +let g:lightline#colorscheme#darcula#palette = lightline#colorscheme#flatten(s:p) -- cgit v1.2.3