1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

20190902: material design inspired colours, not in use yet

This commit is contained in:
2019-12-16 13:48:30 +01:00
parent dbee464745
commit 52e46ae5b7

View File

@@ -46,6 +46,16 @@ set-option -g base-index 0
#set-window-option -g pane-base-index 1 #set-window-option -g pane-base-index 1
set-window-option -g pane-base-index 0 set-window-option -g pane-base-index 0
# onedark colour scheme, material design
onedark_black="#282c34"
onedark_blue="#61afef"
onedark_yellow="#e5c07b"
onedark_red="#e06c75"
onedark_white="#aab2bf"
onedark_green="#98c379"
onedark_visual_grey="#3e4452"
onedark_comment_grey="#5c6370"
# color scheme (styled as vim-powerline) # color scheme (styled as vim-powerline)
set -g status-left-length 52 set -g status-left-length 52
set -g status-right-length 451 set -g status-right-length 451