From e07f39b00e549c0b6a06c12d193a9e13e833bcae Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 3 Sep 2023 14:47:40 +0900 Subject: bat: remove original theme and use base16 --- .config/bat/themes/Ocean.tmTheme | 120 --------------------------------------- .zshrc | 2 +- setup.sh | 1 - 3 files changed, 1 insertion(+), 122 deletions(-) delete mode 100644 .config/bat/themes/Ocean.tmTheme diff --git a/.config/bat/themes/Ocean.tmTheme b/.config/bat/themes/Ocean.tmTheme deleted file mode 100644 index c81302f..0000000 --- a/.config/bat/themes/Ocean.tmTheme +++ /dev/null @@ -1,120 +0,0 @@ - - - - - name - Ocean - settings - - - settings - - background - #101020 - foreground - #b1b1c8 - caret - #5b5bb6 - lineHighlight - #303060 - selection - #303060 - - - - name - Comment - scope - comment - settings - - foreground - #8686bf - - - - name - String - scope - string - settings - - foreground - #a68f49 - - - - name - Constant - scope - constant - settings - - foreground - #a65f49 - - - - name - Keyword - scope - keyword - settings - - foreground - #6e6eff - - - - name - Storage - scope - storage - settings - - fontStyle - - foreground - #FF5C57 - - - - name - Entity - scope - entity - settings - - foreground - #70b0ff - - - - name - Variable - scope - variable - settings - - foreground - #c4e088 - - - - name - Invalid - scope - invalid - settings - - foreground - #a65f49 - - - - uuid - c06b445b-508a-4ba9-b5ac-ceb41e6c8cf7 - colorSpaceName - sRGB - - diff --git a/.zshrc b/.zshrc index 98de328..49979ef 100644 --- a/.zshrc +++ b/.zshrc @@ -10,7 +10,7 @@ fi export LSCOLORS=exfxcxdxbxegedabagacad export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=46;34:cd=43;34:su=41;30:sg=46;30:tw=42;30:ow=43;30' -export BAT_THEME=Ocean +export BAT_THEME=base16 # 60 seconds REPORTTIME=60 diff --git a/setup.sh b/setup.sh index dfbfe0a..79f1129 100755 --- a/setup.sh +++ b/setup.sh @@ -56,7 +56,6 @@ done # Make symlinks to dot directories. {{{2 for name in \ alacritty \ - bat \ git \ newsboat \ nvim \ -- cgit v1.3-1-g0d28