commit 8f2a4934e0c7b06c1338529a77bfc36e0ed15ba6
parent 7a40695105f10a03e7a7a4b6f99cc76af56af683
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 20 Sep 2017 13:31:05 +0100
updated badblood vim and xdefaults. updated boneyard awesome
Diffstat:
4 files changed, 22 insertions(+), 18 deletions(-)
diff --git a/awesome/.config/awesome/themes/boneyard/theme.lua b/awesome/.config/awesome/themes/boneyard/theme.lua
@@ -55,13 +55,13 @@ theme.bg_urgent = "#0b0b0b"
theme.bg_minimize = "#0b0b0b"
theme.fg_normal = "#d9d9d9"
-theme.fg_focus = "#33aaaa"
+theme.fg_focus = "#01c8e5"
theme.fg_urgent = "#a71c1f"
theme.fg_minimize = "#656565"
theme.border_width = "2"
theme.border_normal = "#212121"
-theme.border_focus = "#33aaaa"
+theme.border_focus = "#01c8e5"
theme.border_marked = "#ff0056"
-- There are other variable sets
diff --git a/urxvt-colors/badblood.Xcolors b/urxvt-colors/badblood.Xcolors
@@ -12,27 +12,27 @@
*.color8: #656565
! red
-*.color1: #a71c1f
+*.color1: #a92e36
*.color9: #d9d9d9
! green
-*.color2: #344961
+*.color2: #3a869b
*.color10: #d9d9d9
! yellow
-*.color3: #aaaaaa
+*.color3: #d9d9d9
*.color11: #d9d9d9
! blue
-*.color4: #2f5599
+*.color4: #035098
*.color12: #d9d9d9
! magenta
-*.color5: #aaaaaa
+*.color5: #d9d9d9
*.color13: #d9d9d9
! cyan
-*.color6: #6afdfd
+*.color6: #01c8e5
*.color14: #d9d9d9
! white
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
@@ -50,6 +50,10 @@ urxvt*dynamicColors: on
urxvt.saveLines: 9999
urxvt.iso14755: false
+! ___ ____ ___ ___ _ ____ ____ ___
+! |__] |__| | \ |__] | | | | | | \
+! |__] | | |__/ |__] |___ |__| |__| |__/
+!
! special
*.foreground: #d9d9d9
*.background: #0b0b0b
@@ -60,27 +64,27 @@ urxvt.iso14755: false
*.color8: #656565
! red
-*.color1: #a71c1f
+*.color1: #a92e36
*.color9: #d9d9d9
! green
-*.color2: #2c6684
+*.color2: #3a869b
*.color10: #d9d9d9
! yellow
-*.color3: #aaaaaa
+*.color3: #d9d9d9
*.color11: #d9d9d9
! blue
-*.color4: #1d4458
+*.color4: #035098
*.color12: #d9d9d9
! magenta
-*.color5: #aaaaaa
+*.color5: #d9d9d9
*.color13: #d9d9d9
! cyan
-*.color6: #33aaaa
+*.color6: #01c8e5
*.color14: #d9d9d9
! white
diff --git a/vim/.vim/colors/badblood.vim b/vim/.vim/colors/badblood.vim
@@ -22,11 +22,11 @@ let g:colors_name="boneyard"
hi ColorColumn term=NONE cterm=NONE ctermfg=0 ctermbg=8
hi Comment term=NONE cterm=NONE ctermfg=8 ctermbg=NONE
hi CursorLine term=NONE cterm=NONE ctermfg=NONE ctermbg=NONE
-hi DiffAdd term=NONE cterm=NONE ctermfg=2 ctermbg=NONE
+hi DiffAdd term=NONE cterm=NONE ctermfg=3 ctermbg=NONE
hi DiffChange term=NONE cterm=NONE ctermfg=NONE ctermbg=4
hi DiffDelete term=NONE cterm=NONE ctermfg=1 ctermbg=NONE
hi DiffText term=NONE cterm=NONE ctermfg=1 ctermbg=NONE
-hi Directory term=NONE cterm=NONE ctermfg=2 ctermbg=NONE
+hi Directory term=NONE cterm=NONE ctermfg=3 ctermbg=NONE
hi Error term=NONE cterm=NONE ctermfg=1 ctermbg=NONE
hi ErrorMsg term=NONE cterm=NONE ctermfg=1 ctermbg=NONE
hi FoldColumn term=NONE cterm=NONE ctermfg=238 ctermbg=NONE
@@ -37,7 +37,7 @@ hi IncSearch term=NONE cterm=NONE ctermfg=6 ctermbg=NONE
hi NonText term=NONE cterm=NONE ctermfg=4 ctermbg=NONE
hi Normal term=NONE cterm=NONE ctermfg=7 ctermbg=NONE
hi PreProc term=NONE cterm=NONE ctermfg=6 ctermbg=NONE
-hi Search term=NONE cterm=NONE ctermfg=3 ctermbg=NONE
+hi Search term=NONE cterm=NONE ctermfg=2 ctermbg=6
hi Special term=NONE cterm=NONE ctermfg=6 ctermbg=NONE
hi SpecialKey term=NONE cterm=NONE ctermfg=4 ctermbg=NONE
hi Statement term=NONE cterm=NONE ctermfg=7 ctermbg=NONE
@@ -45,7 +45,7 @@ hi StatusLine term=NONE cterm=NONE ctermfg=8 ctermbg=NONE
hi String term=NONE cterm=NONE ctermfg=4 ctermbg=NONE
hi TabLineSel term=NONE cterm=NONE ctermfg=5 ctermbg=NONE
hi Todo term=NONE cterm=NONE ctermfg=5 ctermbg=NONE
-hi Type term=NONE cterm=NONE ctermfg=2 ctermbg=NONE
+hi Type term=NONE cterm=NONE ctermfg=3 ctermbg=NONE
hi VertSplit term=NONE cterm=NONE ctermfg=238 ctermbg=NONE
hi Visual term=NONE cterm=NONE ctermfg=238 ctermbg=NONE
hi WarningMsg term=NONE cterm=NONE ctermfg=242 ctermbg=NONE