diff options
-rw-r--r-- | .Xresources_gray | 79 | ||||
-rw-r--r-- | .Xresources_solarized (renamed from .Xresources) | 10 | ||||
-rw-r--r-- | .vim/vimrc_files/highlights.vim (renamed from .vim/vimrc_files/highlight.vim) | 4 |
3 files changed, 90 insertions, 3 deletions
diff --git a/.Xresources_gray b/.Xresources_gray new file mode 100644 index 0000000..cd2c11f --- /dev/null +++ b/.Xresources_gray @@ -0,0 +1,79 @@ +xterm*font : 9x15 +XTerm*scaleHeight: 1.1 +xterm*metaSendsEscape: true +xterm*saveLines: 16384 +xterm*loginShell: true +xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 +xterm*termName: xterm-256color +xterm*eightBitInput: false +XTerm*selectToClipboard: true + +! --- ~/.Xresources ------------------------------------------------------------ +! ------------------------------------------------------------------------------ +! --- generated with 4bit Terminal Color Scheme Designer ----------------------- +! ------------------------------------------------------------------------------ +! --- http://ciembor.github.com/4bit ------------------------------------------- +! ------------------------------------------------------------------------------ + +! --- special colors --- + +*background: #262626 +*foreground: #d9d9d9 + +! --- standard colors --- + +! black +*color0: #000000 + +! bright_black +*color8: #262626 + +! red +*color1: #c05b69 + +! bright_red +*color9: #cda0ae + +! green +*color2: #50cd68 + +! bright_green +*color10: #95d9ad + +! yellow +*color3: #c0cb68 + +! bright_yellow +*color11: #cdd8ad + +! blue +*color4: #4e5dd9 + +! bright_blue +*color12: #93a1e6 + +! magenta +*color5: #be5bd9 + +! bright_magenta +*color13: #cba0e6 + +! cyan +*color6: #4ecdd8 + +! bright_cyan +*color14: #93d9e5 + +! white +*color7: #d9d9d9 + +! bright_white +*color15: #ffffff + + +! ------------------------------------------------------------------------------ +! --- end of terminal colors section ------------------------------------------- +! ------------------------------------------------------------------------------ + + + diff --git a/.Xresources b/.Xresources_solarized index bc04bd9..178cb65 100644 --- a/.Xresources +++ b/.Xresources_solarized @@ -1,13 +1,17 @@ -XTerm*renderFont: true -XTerm*faceName: Vera Serif Mono +!XTerm*renderFont: true +!XTerm*faceName: Vera Serif Mono !XTerm*faceName: Liberation Mono !XTerm*faceName: Droid Sans Mono -XTerm*faceSize: 10 +!XTerm*faceSize: 10 +xterm*font : 9x15 +XTerm*scaleHeight: 1.1 +xterm*metaSendsEscape: true xterm*saveLines: 16384 xterm*loginShell: true xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 xterm*termName: xterm-256color xterm*eightBitInput: false +XTerm*selectToClipboard: true ! blue - gray mix with different brightness ! S_base03 ^ diff --git a/.vim/vimrc_files/highlight.vim b/.vim/vimrc_files/highlights.vim index 768708e..0d53434 100644 --- a/.vim/vimrc_files/highlight.vim +++ b/.vim/vimrc_files/highlights.vim @@ -8,3 +8,7 @@ hi CursorLineNR cterm=bold ctermfg=226 augroup CLNRSet autocmd! ColorScheme * hi CursorLineNR cterm=bold ctermfg=226 augroup END + + +hi StatusLine ctermbg=38 ctermfg=0 cterm=NONE term=NONE gui=NONE +"hi StatusLineNC ctermbg=81 ctermfg=0 |