Skip to content

Commit

Permalink
new theme. who dis?
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane4STER committed Jul 9, 2019
1 parent a13140b commit 8b76c16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions files/tmux-256color.terminfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tmux-256color|tmux with 256 colors,
ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, Ms@,
khome=\E[1~, kend=\E[4~, use=xterm-256color, use=screen-256color,
3 changes: 3 additions & 0 deletions files/xterm-256color-italic.terminfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
xterm-256color-italic|xterm with 256 colors and italic,
sitm=\E[3m, ritm=\E[23m,
use=xterm-256color,
1 change: 1 addition & 0 deletions tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# - and iTerm2 is configured to send [1;9A -> [1;9D for option + arrow keys
# then uncomment the following line to make Meta + arrow keys mapping work
set -ga terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D"
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'


# -- windows & pane creation ---------------------------------------------------
Expand Down
7 changes: 5 additions & 2 deletions vim/plugin/030_theming.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
if &term =~ '256color'
set t_ut=
endif
let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"

" Base colourscheme
colorscheme cobalt2
let g:jellybeans_use_term_italics = 1
colorscheme jellybeans

"Airline Theme
let g:airline#extensions#tabline#enabled = 1
let g:airline_powerline_fonts = 1
let g:airline_theme= "cobalt2"
let g:airline_theme= "jellybeans"

0 comments on commit 8b76c16

Please sign in to comment.