From 080ae4f3051d34303354c55245c5ca22b712373f Mon Sep 17 00:00:00 2001 From: hungpt2702 <49029378+hungpt2702@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:59:46 +0700 Subject: Fix LspReference highlight groups typo (#33) --- colors/base16-synth-midnight-dark.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'colors/base16-synth-midnight-dark.vim') diff --git a/colors/base16-synth-midnight-dark.vim b/colors/base16-synth-midnight-dark.vim index 841edc4..eaa58ba 100644 --- a/colors/base16-synth-midnight-dark.vim +++ b/colors/base16-synth-midnight-dark.vim @@ -551,9 +551,9 @@ if has("nvim") hi default link LspDiagnosticsUnderlineInfo InfoHighlight hi default link LspDiagnosticsUnderlineHint HintHighlight - hi default link LsoReferenceText ReferenceText - hi default link LsoReferenceRead ReferenceRead - hi default link LsoReferenceWrite ReferenceWrite + hi default link LspReferenceText ReferenceText + hi default link LspReferenceRead ReferenceRead + hi default link LspReferenceWrite ReferenceWrite endif " Java highlighting -- cgit v1.2.3 -rofi/refs/?id=edfd5063bee6bcd18ddd6e9d1c1f2a629d719508'>refslogtreecommitdiff
path: root/themes/base16-material.config
blob: 40deef0ae5325716d86f87c64e1160314e13b498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
! Base16 Material
! Author: Nate Peterson

! base00: #263238
! base01: #2E3C43
! base02: #314549
! base03: #546E7A
! base04: #B2CCD6
! base05: #EEFFFF
! base06: #EEFFFF
! base07: #FFFFFF
! base08: #F07178
! base09: #F78C6C
! base0A: #FFCB6B
! base0B: #C3E88D
! base0C: #89DDFF
! base0D: #82AAFF
! base0E: #C792EA
! base0F: #FF5370

! Enable the extended coloring options
rofi.color-enabled: true

! Property Name     BG       Border   Separator
rofi.color-window:  #2E3C43, #2E3C43, #263238

! Property Name     BG       FG       BG-alt   Head-BG  Head-FG
rofi.color-normal:  #2E3C43, #EEFFFF, #2E3C43, #2E3C43, #FFFFFF
rofi.color-active:  #2E3C43, #82AAFF, #2E3C43, #2E3C43, #82AAFF
rofi.color-urgent:  #2E3C43, #F07178, #2E3C43, #2E3C43, #F07178

! Set the desired separator style
rofi.separator-style: solid