File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const defaultSettingsOkaidia: CreateThemeOptions['settings'] = {
99 selectionMatch : '#49483E' ,
1010 gutterBackground : '#272822' ,
1111 gutterForeground : '#FFFFFF70' ,
12- lineHighlight : '#00000059 ' ,
12+ lineHighlight : '#0000003b ' ,
1313} ;
1414
1515export const okaidiaInit = ( options ?: Partial < CreateThemeOptions > ) => {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const config = {
55 selectionMatch : '#C9D0D9' ,
66 cursor : '#54494B' ,
77 dropdownBackground : '#F5F5F5' ,
8- activeLine : '#E4F6D4 ' ,
8+ activeLine : '#79ff002b ' ,
99 matchingBracket : '#E4F6D4' ,
1010 keyword : '#4B69C6' ,
1111 storage : '#4B69C6' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const config = {
66 cursor : '#D30102' ,
77 dropdownBackground : '#00212B' ,
88 dropdownBorder : '#2AA19899' ,
9- activeLine : '#073642 ' ,
9+ activeLine : '#00cafe11 ' ,
1010 matchingBracket : '#073642' ,
1111 keyword : '#859900' ,
1212 storage : '#93A1A1' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const config = {
66 cursor : '#657B83' ,
77 dropdownBackground : '#EEE8D5' ,
88 dropdownBorder : '#D3AF86' ,
9- activeLine : '#EEE8D5 ' ,
9+ activeLine : '#3d392d11 ' ,
1010 matchingBracket : '#EEE8D5' ,
1111 keyword : '#859900' ,
1212 storage : '#586E75' ,
You can’t perform that action at this time.
0 commit comments