Color tweaking
This commit is contained in:
parent
a7241094a7
commit
b044667740
4 changed files with 9 additions and 2 deletions
|
@ -444,6 +444,8 @@ let g:jellybeans_overrides = {
|
|||
|
||||
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
|
||||
set termguicolors
|
||||
let &t_8f = "<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "<Esc>[48;2;%lu;%lu;%lum"
|
||||
" let base16colorspace=256
|
||||
|
||||
" color dln-light
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"segment_data": {
|
||||
"user": {
|
||||
"args": {
|
||||
"only_if_ssh": true
|
||||
}
|
||||
},
|
||||
"hostname": {
|
||||
"args": {
|
||||
"only_if_ssh": true
|
||||
|
|
|
@ -8,7 +8,7 @@ set -g status-interval 60
|
|||
set -g terminal-overrides "xterm*:XT:smcup@:rmcup@:kUP5=\eOA:kDN5=\eOB:kLFT5=\eOD:kRIT5=\eOC"
|
||||
set -g terminal-overrides ",*:colors=256:smso=\e[3m:rmso=\e[23m:sitm=\e[3m:ritm=\e[23m"
|
||||
set -g terminal-overrides ",xterm-256color:Tc"
|
||||
set -g terminal-overrides ",st-256color:Tc"
|
||||
set -ga terminal-overrides ",st-256color:Tc"
|
||||
set -g default-terminal "st-256color"
|
||||
|
||||
set-option -g mouse
|
||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -7,7 +7,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
fi
|
||||
|
||||
. $HOME/.bashrc
|
||||
xsetroot -solid \#668899
|
||||
xsetroot -solid \#78909C
|
||||
xmodmap $HOME/.Xmodmap
|
||||
feh --bg-fill $HOME/Images/desktop.jpg || true
|
||||
setxkbmap -option ctrl:nocaps,grp:switch,grp_led:scroll us,se
|
||||
|
|
Loading…
Reference in a new issue