summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-09-28 14:13:38 +0200
committerAlex Auvolat <alex@adnab.me>2021-09-28 14:13:50 +0200
commit4d828d6b228771a8131b0b278c93db8814e21bfd (patch)
treed66f5e96fd04d65df350eec4646233ebd8c7c53c
parentc451b7bcac68bebd38ef1c9d356627ca51c02556 (diff)
downloaduser-config-4d828d6b228771a8131b0b278c93db8814e21bfd.tar.gz
user-config-4d828d6b228771a8131b0b278c93db8814e21bfd.zip
Use solarized8 theme in vim
-rw-r--r--lindy/alacritty/alacritty.yml90
-rw-r--r--lindy/dot_vimrc4
2 files changed, 62 insertions, 32 deletions
diff --git a/lindy/alacritty/alacritty.yml b/lindy/alacritty/alacritty.yml
index 523e9f4..0c5785c 100644
--- a/lindy/alacritty/alacritty.yml
+++ b/lindy/alacritty/alacritty.yml
@@ -134,7 +134,7 @@ font:
family: Input Mono
# The `style` can be specified to pick a specific face.
- style: Medium
+ style: Regular
# Bold italic font face
#bold_italic:
@@ -186,8 +186,8 @@ font:
colors:
# Default colors
primary:
- background: '0x222222'
- foreground: '0xeaeaea'
+ background: '0x282828'
+ foreground: '0xeeeeee'
# Bright and dim foreground colors
#
@@ -225,36 +225,64 @@ colors:
# magenta: '0xc397d8'
# cyan: '0x70c0ba'
# white: '0xeaeaea'
-
- # Molokai normal
+
+
+ # TENDER THEME
+ #
+ # Normal colors
normal:
- #black: '#333333'
- #red: '#C4265E'
- #green: '#86B42B'
- #yellow: '#B3B42B'
- #blue: '#6A7EC8'
- #magenta: '#8C6BC8'
- #cyan: '#56ADBC'
- #white: '#E3E3DD'
- #bright colors as normal colors
- black: '#000000'
- red: '#F92672'
- green: '#A6E22E'
- yellow: '#E2E22E'
- blue: '#819AFF'
- magenta: '#AE81FF'
- cyan: '#66D9EF'
- white: '#F8F8F2'
- # Molokai bright
+ black: '0x282828'
+ red: '0xf43753'
+ green: '0xc9d05c'
+ yellow: '0xffc24b'
+ blue: '0xb3deef'
+ magenta: '0xd3b987'
+ cyan: '0x73cef4'
+ white: '0xeeeeee'
+
+ # Bright colors
bright:
- black: '#999999'
- red: '#F92672'
- green: '#A6E22E'
- yellow: '#E2E22E'
- blue: '#819AFF'
- magenta: '#AE81FF'
- cyan: '#66D9EF'
- white: '#F8F8F2'
+ black: '0xAAAAAA'
+ red: '0xf43753'
+ green: '0xc9d05c'
+ yellow: '0xffc24b'
+ blue: '0xb3deef'
+ magenta: '0xd3b987'
+ cyan: '0x73cef4'
+ white: '0xfeffff'
+
+
+ # -- MOLOKAI THEME --
+
+ # Molokai normal
+ # normal:
+ # #black: '#333333'
+ # #red: '#C4265E'
+ # #green: '#86B42B'
+ # #yellow: '#B3B42B'
+ # #blue: '#6A7EC8'
+ # #magenta: '#8C6BC8'
+ # #cyan: '#56ADBC'
+ # #white: '#E3E3DD'
+ # #bright colors as normal colors
+ # black: '#000000'
+ # red: '#F92672'
+ # green: '#A6E22E'
+ # yellow: '#E2E22E'
+ # blue: '#819AFF'
+ # magenta: '#AE81FF'
+ # cyan: '#66D9EF'
+ # white: '#F8F8F2'
+ # # Molokai bright
+ # bright:
+ # black: '#999999'
+ # red: '#F92672'
+ # green: '#A6E22E'
+ # yellow: '#E2E22E'
+ # blue: '#819AFF'
+ # magenta: '#AE81FF'
+ # cyan: '#66D9EF'
+ # white: '#F8F8F2'
# Defualt bright colors used as normal colors
#normal:
diff --git a/lindy/dot_vimrc b/lindy/dot_vimrc
index d62b7b8..13ecca5 100644
--- a/lindy/dot_vimrc
+++ b/lindy/dot_vimrc
@@ -124,10 +124,12 @@ au FileType yaml setl sw=2 sts=2 et
au FileType css setl sw=4 sts=4 et
au FileType lua setl ts=4 sw=4 noet
au FileType trema setl ts=2 sts=2 et
-au FileType trema setl ts=2 sts=2 et
au FileType typescript.tsx setl ts=2 sts=2 et
au FileType rust setl ts=4 sw=4 noet
+au FileType tex setl indentexpr= nosi ai sw=4 sts=4 et
let g:ale_linters = {'rust': ['analyzer']}
highlight Pmenu ctermbg=gray guibg=gray
+
+colorscheme solarized8