From f62759b98ac93a2acbd8f7f90f1f827c07dd248f Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Mon, 31 Oct 2022 16:02:23 -0700 Subject: [PATCH] Remove highlight configs `bat` has completely taken over this use-case --- .highlight/themes/base16.theme | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .highlight/themes/base16.theme diff --git a/.highlight/themes/base16.theme b/.highlight/themes/base16.theme deleted file mode 100644 index dbb2eb1..0000000 --- a/.highlight/themes/base16.theme +++ /dev/null @@ -1,25 +0,0 @@ ---%%base16_template: highlight##default %% -Description = "Base16 " - -Default = { Colour = "#f0f0f0" } -Canvas = { Colour="#000000" } -Number = { Colour="#f7941d" } -Escape = { Colour="#c0c0c0" , Italic=true} -String = { Colour="#8dc73f" } -BlockComment = { Colour="#606060" } -StringPreProc = String -LineComment = BlockComment -Operator = { Colour="#f0f0f0" } -LineNum = { Color="#606060" } -PreProcessor = { Colour="#a16946" } -Interpolation = Escape - -Keywords = { - { Colour="#ed008c", Bold=true}, - { Colour="#f7c61d"}, - { Colour="#3f7fff"}, - { Colour="#f7c61d"}, - { Colour="#f7c61d" } -} - --- %%base16_template_end%%