From d1c915668aa36c431bcd07ecc178b1461579996c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 3 Jun 2021 21:44:00 +0900 Subject: Add .config/bat/themes/Ocean.tmTheme --- .config/bat/themes/Ocean.tmTheme | 120 +++++++++++++++++++++++++++++++++++++++ .zshrc | 2 + setup.sh | 2 +- 3 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 .config/bat/themes/Ocean.tmTheme diff --git a/.config/bat/themes/Ocean.tmTheme b/.config/bat/themes/Ocean.tmTheme new file mode 100644 index 0000000..c81302f --- /dev/null +++ b/.config/bat/themes/Ocean.tmTheme @@ -0,0 +1,120 @@ + + + + + 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 0d97e5e..2f61594 100644 --- a/.zshrc +++ b/.zshrc @@ -6,6 +6,8 @@ export EDITOR=vim 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 + ######################## diff --git a/setup.sh b/setup.sh index d7f9900..485d7f4 100755 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ if [ ! -d ~/.config ]; then mkdir ~/.config fi -for name in alacritty git; do +for name in alacritty bat git; do if [ ! -L ~/.config/$name ]; then ln -s -f ~/dotfiles/.config/$name ~/.config/$name fi -- cgit v1.2.3-70-g09d2