From 93767e79ffd885855b18edbaffaaa27f475cac13 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 2 Jun 2020 11:47:51 +0530 Subject: #000000 to #070707 --- nvim/.config/nvim/colors/jellybeans.vim | 2 +- picom/.config/picom.conf | 2 +- spectrwm/.config/spectrwm/spectrwm.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/.config/nvim/colors/jellybeans.vim b/nvim/.config/nvim/colors/jellybeans.vim index 73a0d98..bb57c28 100644 --- a/nvim/.config/nvim/colors/jellybeans.vim +++ b/nvim/.config/nvim/colors/jellybeans.vim @@ -88,7 +88,7 @@ endif " - g:jellybeans_use_gui_italics (default = 1) " - g:jellybeans_use_term_italics (default = 0) -let s:background_color = "000000" +let s:background_color = "070707" if exists("g:jellybeans_overrides") let s:overrides = g:jellybeans_overrides diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index a155b63..8d5a0f9 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,7 +1,7 @@ ## SHADOWS shadow = true; shadow-radius = 25; -shadow-offset-x = -20; +shadow-offset-x = -15; shadow-offset-y = -15; shadow-exclude = [ "name = 'Notification'", diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index ce93d43..ba5c27d 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf @@ -34,7 +34,7 @@ bar_enabled = 1 bar_border_width = 0 bar_border[1] = rgb:00/80/80 bar_border_unfocus[1] = rgb:00/40/40 -bar_color[1] = black +bar_color[1] = rgb:07/07/07 bar_color_selected[1] = rgb:00/80/80 bar_font_color[1] = rgb:b5/b5/b5, rgb:73/73/73 bar_font_color_selected = black -- cgit v1.2.3