aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2015-02-11 21:02:04 +0100
committerAdrian Kummerlaender2015-02-11 21:02:04 +0100
commit76c075c14cff435b05d96d8268ceb56672b9b034 (patch)
tree0c426e3bdfb52307623f30e0ebe76889197f6c3e
parent722df23180809b25236f6896fa29d7255a301892 (diff)
downloaddotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar.gz
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar.bz2
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar.lz
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar.xz
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.tar.zst
dotfiles-76c075c14cff435b05d96d8268ceb56672b9b034.zip
Unified colors between gtk, cli and vim
* changed `IncSearch` in vim colorscheme to highlight current replacement candidate * added `srfi-1` to default Chicken Scheme REPL libraries
-rw-r--r--chicken/.csirc2
-rw-r--r--gtk/.gtkrc-2.0.mine2
-rw-r--r--pwmt/.config/zathura/zathurarc18
-rw-r--r--vim/.vim/colors/akr.vim16
-rw-r--r--xorg/.Xresources4
5 files changed, 22 insertions, 20 deletions
diff --git a/chicken/.csirc b/chicken/.csirc
index 43d15e7..416b01a 100644
--- a/chicken/.csirc
+++ b/chicken/.csirc
@@ -1,4 +1,4 @@
-(use readline irregex)
+(use readline irregex srfi-1)
(current-input-port (make-readline-port "λ "))
(history-install-file-manager
(string-append (or (get-environment-variable "HOME") ".") "/.csi.history"))
diff --git a/gtk/.gtkrc-2.0.mine b/gtk/.gtkrc-2.0.mine
index 561af09..3f6a615 100644
--- a/gtk/.gtkrc-2.0.mine
+++ b/gtk/.gtkrc-2.0.mine
@@ -1,4 +1,4 @@
style "vimfix" {
- bg[NORMAL] = "#171717"
+ bg[NORMAL] = "#161616"
}
widget "vim-main-window.*GtkForm" style "vimfix"
diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc
index 289ca0d..1983642 100644
--- a/pwmt/.config/zathura/zathurarc
+++ b/pwmt/.config/zathura/zathurarc
@@ -1,13 +1,13 @@
-set font "Droid Sans Mono 10.5"
+set font "Droid Sans Mono 10.5"
-set inputbar-bg "#161616"
-set inputbar-fg "#909737"
+set inputbar-bg "#161616"
+set inputbar-fg "#909737"
-set statusbar-bg "#161616"
-set statusbar-fg "#909737"
+set statusbar-bg "#161616"
+set statusbar-fg "#909737"
-set completion-bg "#161616"
-set completion-fg "#909737"
+set completion-bg "#161616"
+set completion-fg "#909737"
-set completion-highlight-bg "#909737"
-set completion-highlight-fg "#161616"
+set completion-highlight-bg "#909737"
+set completion-highlight-fg "#161616"
diff --git a/vim/.vim/colors/akr.vim b/vim/.vim/colors/akr.vim
index e5e16a8..94bc642 100644
--- a/vim/.vim/colors/akr.vim
+++ b/vim/.vim/colors/akr.vim
@@ -3,17 +3,19 @@ syntax reset
let background = "dark"
let g:colors_name = "akr"
-hi Normal gui=NONE guifg=#F2F2F2 guibg=#171717
-hi NonText gui=NONE guifg=#171717 guibg=#171717
+hi Normal gui=NONE guifg=#F2F2F2 guibg=#161616
+hi NonText gui=NONE guifg=#161616 guibg=#161616
hi LineNr gui=NONE guifg=#605c5a guibg=NONE
hi Cursor gui=reverse guifg=NONE guibg=NONE
hi CursorColumn gui=NONE guifg=NONE guibg=#000000
hi CursorLine gui=NONE guifg=NONE guibg=#212121
hi CursorLineNr gui=NONE guifg=NONE guibg=#212121
+hi ColorColumn gui=NONE guifg=NONE guibg=#aadb0f
+hi SignColumn gui=NONE guifg=NONE guibg=#aadb0f
-hi TabLine gui=NONE guifg=#909636 guibg=#171717
+hi TabLine gui=NONE guifg=#909636 guibg=#161616
hi TabLineFill gui=NONE guifg=NONE guibg=#262626
-hi TabLineSel gui=NONE guifg=#171717 guibg=#909636
+hi TabLineSel gui=NONE guifg=#161616 guibg=#909636
hi StatusLine gui=NONE guifg=#909636 guibg=#212121
hi StatusLineNC gui=NONE guifg=#909637 guibg=#212121
hi VertSplit gui=NONE guifg=#262626 guibg=#262626
@@ -28,8 +30,8 @@ hi DiffAdd gui=NONE guifg=NONE guibg=#082608
hi DiffChange gui=NONE guifg=NONE guibg=#000000
hi DiffDelete gui=NONE guifg=NONE guibg=#260808
hi DiffText gui=NONE guifg=NONE guibg=#333333
-hi Search gui=NONE guifg=#171717 guibg=#909636
-hi IncSearch gui=NONE guifg=#171717 guibg=#909636
+hi Search gui=NONE guifg=#161616 guibg=#909636
+hi IncSearch gui=NONE guifg=#161616 guibg=#aadb0f
hi Comment gui=italic guifg=#F2F2F2 guibg=NONE
hi Type gui=NONE guifg=#aadb0f guibg=NONE
@@ -39,7 +41,7 @@ hi Number gui=NONE guifg=#aadb0f guibg=NONE
hi Title gui=bold guifg=#aadb0f guibg=NONE
hi Todo gui=standout guifg=NONE guibg=NONE
hi Constant gui=italic guifg=#F2F2F2 guibg=NONE
-hi Identifier gui=bold guifg=#F2F2F2 guibg=#171717
+hi Identifier gui=bold guifg=#F2F2F2 guibg=#161616
hi Statement gui=bold guifg=#aadb0f guibg=NONE
hi StorageClass gui=bold guifg=#aadb0f guibg=NONE
hi Conditional gui=bold guifg=#aadb0f guibg=NONE
diff --git a/xorg/.Xresources b/xorg/.Xresources
index 94c1e4b..a9792c4 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -21,11 +21,11 @@ URxvt.keysym.M-Up: \033[1;3A
URxvt.keysym.M-Left: \033[1;3D
URxvt.keysym.M-Right: \033[1;3C
-URxvt.background: #171717
+URxvt.background: #161616
URxvt.foreground: #F2F2F2
! black
-URxvt.color0: #171717
+URxvt.color0: #161616
URxvt.color8: #F2F2F2
! red
URxvt.color1: #8C3346