2 Commits f868bd1fc5 ... 6d175b0075

Auteur SHA1 Message Date
  koreymacdougall 6d175b0075 Various tweaks il y a 4 ans
  koreymacdougall 023198355c Fix xthemes gruvbox theme il y a 4 ans
5 fichiers modifiés avec 12 ajouts et 10 suppressions
  1. 5 4
      .Xresources
  2. 2 2
      .tmux.conf
  3. 1 1
      vim/.vimrc
  4. 2 1
      vim/mappings.vim
  5. 2 2
      xthemes/gruvbox_theme

+ 5 - 4
.Xresources

@@ -16,11 +16,11 @@ XTerm.vt100.translations: #override \n\
   Ctrl <Key> plus: larger-vt-font() \n\
 
 ! gruvbox Xresources palette
-*.background: #282828
+*.background: #262626
 *.foreground: #EBDBB2
 *.cursorColor: #d0d0d0
-*.color0: #000000
-*.color1: #ff0090
+*.color0: #262626
+*.color1: #FB4934
 *.color2: #66aa11
 *.color3: #c47f2c
 *.color4: #AA0000
@@ -28,7 +28,8 @@ XTerm.vt100.translations: #override \n\
 *.color6: #3579a8
 *.color7: #9999aa
 *.color8: #303030
-*.color9: #ff6666
+*.color9: #FB4934
+!ff6666
 *.color10: #80ff00
 *.color11: #ffba68
 *.color12: #fabd2f

+ 2 - 2
.tmux.conf

@@ -19,8 +19,8 @@ set-option -g status-fg yellow
 # active window colors
 # these are the basic text/background colours,
 # but are only used when multiple panes are open
-set -g window-active-style "bg=colour0"
-set -g window-style "bg=colour8"
+# set -g window-active-style "bg=colour0"
+# set -g window-style "bg=colour8"
 
 # window indicators w/ ctrl-q
 set-window-option -g window-status-fg brightblue

+ 1 - 1
vim/.vimrc

@@ -4,7 +4,7 @@ source ~/config_files/vim/functions.vim
 source ~/config_files/vim/settings.vim
 source ~/config_files/vim/mappings.vim
 source ~/config_files/vim/autocmds.vim
-
+" fb4934
 syntax on|                                           "turn on syntax completion - C-x C-o
 filetype plugin indent on|                           "enable filetype detection, load plugins and indent files
 

+ 2 - 1
vim/mappings.vim

@@ -86,5 +86,6 @@ vnoremap ; :|
 inoremap <expr> <Tab> search('\%#[]>)}''"]', 'n') ? '<Right>' : '<Tab>'|               "tab out of closures; thanks to Ingo Karkat
 inoremap <C-d> <esc>:let @x = system('date --iso-8601 \| xargs echo -n ')<cr>i <C-r>x| "insert date inline
 inoremap <C-t> <esc>:let @x = system('date +"%H:%M" \| xargs echo -n ')<cr>i <C-r>x| "insert time inline
+" first causes weird lag. second is a needed patter. to make a comma...
 " inoremap <space><space> .<space><esc>a
-inoremap <leader><space> .<space><esc>a
+" inoremap <leader><space> .<space><esc>a

+ 2 - 2
xthemes/gruvbox_theme

@@ -1,8 +1,8 @@
 ! gruvbox Xresources palette
-*.background: #494949
+*.background: #282828
 *.foreground: #EBDBB2
 *.cursorColor: #d0d0d0
-*.color0: #000000
+*.color0: #282828
 *.color1: #ff0090
 *.color2: #66aa11
 *.color3: #c47f2c