From 2ebcc12fcd5c74a4258dd0c517cf9182db6f7abc Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sun, 21 Nov 2021 16:12:33 +0000 Subject: Add updated themes --- colors/base16-black-metal-mayhem.vim | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'colors/base16-black-metal-mayhem.vim') diff --git a/colors/base16-black-metal-mayhem.vim b/colors/base16-black-metal-mayhem.vim index 3f490d9..a7196f8 100644 --- a/colors/base16-black-metal-mayhem.vim +++ b/colors/base16-black-metal-mayhem.vim @@ -405,6 +405,27 @@ call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") " Java highlighting call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") +" Treesitter +call hi("TSNote", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "", "") +call hi("TSWarning", s:gui00, s:gui0A, s:cterm00, s:cterm0A, "", "") +call hi("TSWarning", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "") +call hi("TSConstructor", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSField", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSKeyword", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "") +call hi("TSLabel", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSOperator", s:gui05, "", s:cterm05, "", "", "") +call hi("TSParameter", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSProperty", s:gui0D, "", s:cterm0D, "", "", "") +call hi("TSPunctDelimiter", s:gui05, "", s:cterm05, "", "", "") +call hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSPunctSpecial", s:gui05, "", s:cterm05, "", "", "") +call hi("TSStringRegex", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSStringEscape", s:gui0C, "", s:cterm0C, "", "", "") +call hi("TSVariable", s:gui08, "", s:cterm08, "", "", "") +call hi("TSVariableBuiltin", s:gui08, "", s:cterm08, "", "", "") +call hi("TSTextReference", s:gui0C, "", s:cterm0C, "", "", "") + " Remove functions delf hi -- cgit v1.2.3 10099938bc7'>root/themes/base16-twilight.config
blob: 149c102f0d5a975938c35955b58fcc0544447510 (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 Twilight
! Author: David Hart (https://github.com/hartbit)

! base00: #1e1e1e
! base01: #323537
! base02: #464b50
! base03: #5f5a60
! base04: #838184
! base05: #a7a7a7
! base06: #c3c3c3
! base07: #ffffff
! base08: #cf6a4c
! base09: #cda869
! base0A: #f9ee98
! base0B: #8f9d6a
! base0C: #afc4db
! base0D: #7587a6
! base0E: #9b859d
! base0F: #9b703f

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

! Property Name     BG       Border   Separator
rofi.color-window:  #323537, #323537, #1e1e1e

! Property Name     BG       FG       BG-alt   Head-BG  Head-FG
rofi.color-normal:  #323537, #a7a7a7, #323537, #323537, #ffffff
rofi.color-active:  #323537, #7587a6, #323537, #323537, #7587a6
rofi.color-urgent:  #323537, #cf6a4c, #323537, #323537, #cf6a4c

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