mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
20190902: material design inspired colours, not in use yet
This commit is contained in:
10
.tmux.conf
10
.tmux.conf
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user