Skip to content

Commit

Permalink
nice
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkofiamoako committed Jul 11, 2020
1 parent 7b9947b commit d8551bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions shadesofpurple.vim
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
function! crystalline#theme#shadesofpurple#set_theme() abort
call crystalline#generate_theme({
\ 'NormalMode': [[255, 89], ['#EEEEEE', '#1C1C1C']],
\ 'NormalMode': [[255, 232], ['#EEEEEE', '#1C1C1C']],
\ 'InsertMode': [[255, 196], ['#1C1C1C', '#00FF00']],
\ 'VisualMode': [[234, 177], ['#1C1C1C', '#c991ff']],
\ 'ReplaceMode': [[234, 204], ['#1C1C1C', '#FF628C']],
\ '': [[234, 255], ['#1C1C1C', '#EEEEEE']],
\ 'Inactive': [[234, 255], ['#1C1C1C', '#EEEEEE']],
\ 'Fill': [[255, 234], ['#EEEEEE', '#1C1C1C']],
\ 'Tab': [[234, 255], ['#1C1C1C', '#EEEEEE']],
\ 'TabType': [[234, 255], ['#1C1C1C', '#EEEEEE']],
\ 'TabSel': [[234, 226], ['#1C1C1C', '#FAD000']],
\ 'TabFill': [[255, 234], ['#EEEEEE', '#1C1C1C']],
\ 'VisualMode': [[232, 177], ['#1C1C1C', '#c991ff']],
\ 'ReplaceMode': [[232, 204], ['#1C1C1C', '#FF628C']],
\ '': [[232, 255], ['#1C1C1C', '#EEEEEE']],
\ 'Inactive': [[232, 255], ['#1C1C1C', '#EEEEEE']],
\ 'Fill': [[255, 232], ['#EEEEEE', '#1C1C1C']],
\ 'Tab': [[232, 255], ['#1C1C1C', '#EEEEEE']],
\ 'TabType': [[232, 255], ['#1C1C1C', '#EEEEEE']],
\ 'TabSel': [[232, 226], ['#1C1C1C', '#FAD000']],
\ 'TabFill': [[255, 232], ['#EEEEEE', '#1C1C1C']],
\ })
endfunction

Expand Down

0 comments on commit d8551bb

Please sign in to comment.