Add in indent colouring and kitty colours.

This commit is contained in:
Michael Welford 2018-01-27 22:39:05 +10:30
parent b757ba2681
commit 9e14121714
6 changed files with 62 additions and 48 deletions

View File

@ -10,20 +10,20 @@
if exists('g:lightline')
let s:p = {"normal": {}, "inactive": {}, "insert": {}, "replace": {}, "visual": {}, "tabline": {} }
let s:p.normal.left = [[["#000002", 0], ["#e1e1e6", 254]], [["#a3a3a6", 248], ["#606065", 241]]]
let s:p.normal.right = [[["#000002", 0], ["#e1e1e6", 254]], [["#a3a3a6", 248], ["#606065", 241]]]
let s:p.normal.left = [[["#000002", 0], ["#e1e1e6", 254]], [["#e1e1e6", 248], ["#606065", 241]]]
let s:p.normal.right = [[["#000002", 0], ["#e1e1e6", 254]], [["#e1e1e6", 248], ["#606065", 241]]]
let s:p.normal.middle = [[["#606065", 241], ["#363638", 237]]]
let s:p.inactive.right = [[["#606065", 241], ["#363638", 237]], [["#606065", 241], ["#363638", 237]]]
let s:p.inactive.left = [[["#606065", 241], ["#363638", 237]], [["#606065", 241], ["#363638", 237]]]
let s:p.inactive.middle = [[["#606065", 241], ["#363638", 237]]]
let s:p.insert.left = [[["#000002", 0], ["#ff5000", 202]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.insert.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ff5000", 202]]]
let s:p.insert.right = [[["#000002", 0], ["#ff5000", 202]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.insert.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.left = [[["#000002", 0], ["#ff9800", 208]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.right = [[["#000002", 0], ["#ff9800", 208]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ff9800", 208]]]
let s:p.visual.left = [[["#000002", 0], ["#ffd500", 220]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.visual.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ffd500", 220]]]
let s:p.visual.right = [[["#000002", 0], ["#ffd500", 220]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.visual.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.tabline.left = [[["#606065", 241], ["#363638", 237]]]
let s:p.tabline.tabsel = [[["#a3a3a6", 248], ["#363638", 237]]]

View File

@ -1,41 +0,0 @@
" ============================================================
" falcon
"
" URL:
" Author: Michael Welford
" License: MIT
" Last Change: 2018/01/06 22:27
" ============================================================
if exists('g:lightline')
let s:p = {"normal": {}, "inactive": {}, "insert": {}, "replace": {}, "visual": {}, "tabline": {} }
let s:p.normal.left = [[["#000002", 0], ["#e1e1e6", 254]], [["#a3a3a6", 248], ["#606065", 241]]]
let s:p.normal.right = [[["#a3a3a6", 248], ["#606065", 241]], [["#000002", 0], ["#e1e1e6", 254]]]
let s:p.normal.middle = [[["#606065", 241], ["#363638", 237]]]
let s:p.inactive.right = [[["#606065", 241], ["#363638", 237]], [["#606065", 241], ["#363638", 237]]]
let s:p.inactive.left = [[["#606065", 241], ["#363638", 237]], [["#606065", 241], ["#363638", 237]]]
let s:p.inactive.middle = [[["#606065", 241], ["#363638", 237]]]
let s:p.insert.left = [[["#000002", 0], ["#ff5000", 202]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.insert.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ff5000", 202]]]
let s:p.insert.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.left = [[["#000002", 0], ["#ff9800", 208]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.replace.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ff9800", 208]]]
let s:p.visual.left = [[["#000002", 0], ["#ffd500", 220]], [["#e1e1e6", 254], ["#606065", 241]]]
let s:p.visual.right = [[["#e1e1e6", 254], ["#606065", 241]], [["#000002", 0], ["#ffd500", 220]]]
let s:p.visual.middle = [[["#e1e1e6", 254], ["#606065", 241]]]
let s:p.tabline.left = [[["#606065", 241], ["#363638", 237]]]
let s:p.tabline.tabsel = [[["#a3a3a6", 248], ["#363638", 237]]]
let s:p.tabline.middle = [[["#606065", 241], ["#363638", 237]]]
let s:p.tabline.right = [[["#606065", 241], ["#363638", 237]]]
let s:p.normal.error = [[["#ff5000", 202], ["#000002", 0]]]
let s:p.normal.warning = [[["#ff9800", 208], ["#000002", 0]]]
let g:lightline#colorscheme#falcon#palette = lightline#colorscheme#flatten(s:p)
endif
" ===================================
" Generated by Estilo 1.3.3
" https://github.com/jacoborus/estilo
" ===================================

View File

@ -4,7 +4,7 @@
" URL:
" Author: Michael Welford
" License: MIT
" Last Change: 2018/01/13 21:12
" Last Change: 2018/01/27 18:13
" ===============================================================
set background=dark
@ -93,6 +93,8 @@ hi cssAttributeSelector guifg=#8f97b3 ctermfg=103 guibg=NONE ctermbg=NONE gui=NO
hi cssClassName guifg=#e1e1e6 ctermfg=254 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi cssClassNameDot guifg=#a3a3a6 ctermfg=248 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi gitcommitSummary guifg=#9cd481 ctermfg=150 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi IndentGuidesOdd guifg=NONE ctermfg=NONE guibg=#363638 ctermbg=237 gui=NONE cterm=NONE
hi IndentGuidesEven guifg=NONE ctermfg=NONE guibg=#26262a ctermbg=235 gui=NONE cterm=NONE
hi javaScriptBraces guifg=#ff9800 ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi jsClassBraces guifg=#ff9800 ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi jsBrackets guifg=#ff9800 ctermfg=208 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE

View File

@ -1,5 +1,5 @@
normal1: 'black normal_gray'
normal2: 'light_gray mid_gray'
normal2: 'normal_gray mid_gray'
normal3: 'mid_gray dark_gray'
normal4: 'light_gray mid_gray'
normal5: 'black normal_gray'

2
estilo/syntax/indent.yml Normal file
View File

@ -0,0 +1,2 @@
IndentGuidesOdd: '- dark_gray'
IndentGuidesEven: '- darker_gray'

51
kitty/kitty.conf Normal file
View File

@ -0,0 +1,51 @@
# Drop these into your kitty.conf
# The cursor color
cursor #faf4c6
# The foreground color
foreground #e1e1e6
# The background color
background #0b0b1a
# The foreground for selections
selection_foreground #0b0b1a
# The background for selections
selection_background #faf4c6
# The 16 terminal colors. There are 8 basic colors, each color has a dull and
# bright version.
# black
color0 #0b0b1a
color8 #0f0f24
# red
color1 #e64800
color9 #ff5000
# green
color2 #739c5f
color10 #9cd481
# yellow
color3 #e6c000
color11 #ffd500
# blue
color4 #70768c
color12 #8f97b3
# magenta
color5 #babcd6
color13 #d4d6f4
# cyan
color6 #e68900
color14 #ff9800
# white
color7 #a3a3a6
color15 #e1e1e6