Pārlūkot izejas kodu

theme: change theme to base16-tomorrow-night

Douglas A 2 gadi atpakaļ
vecāks
revīzija
594fd8bec9
2 mainītis faili ar 29 papildinājumiem un 22 dzēšanām
  1. 28 20
      alacritty/alacritty.yml
  2. 1 2
      nvim/init.vim

+ 28 - 20
alacritty/alacritty.yml

@@ -188,8 +188,8 @@ font:
 colors:
   # Default colors
   primary:
-    background: '0x263238'
-    foreground: '0xeceff1'
+    #background: '0x263238'
+    #foreground: '0xeceff1'
 
     # Bright and dim foreground colors
     #
@@ -279,26 +279,34 @@ colors:
   #selection:
   #  text: CellBackground
   #  background: CellForeground
+ colors:
+  # Default colors
+  primary:
+    background: '0x1d1f21'
+    foreground: '0xc5c8c6'
+
+  # Normal colors
   normal:
-    black:   '0x263238'
-    red:     '0xff9800'
-    green:   '0x8bc34a'
-    yellow:  '0xffc107'
-    blue:    '0x03a9f4'
-    magenta: '0xe91e63'
-    cyan:    '0x009688'
-    white:   '0xcfd8dc'
-  
+    black:   '0x1d1f21'
+    red:     '0xcc6666'
+    green:   '0xb5bd68'
+    yellow:  '0xf0c674'
+    blue:    '0x81a2be'
+    magenta: '0xb294bb'
+    cyan:    '0x8abeb7'
+    white:   '0xc5c8c6'
+
+  # Bright colors
   bright:
-    black:   '0x37474f'
-    red:     '0xffa74d'
-    green:   '0x9ccc65'
-    yellow:  '0xffa000'
-    blue:    '0x81d4fa'
-    magenta: '0xad1457'
-    cyan:    '0x26a69a'
-    white:   '0xeceff1'
-  # Dim colors
+    black:   '0x969896'
+    red:     '0xcc6666'
+    green:   '0xb5bd68'
+    yellow:  '0xf0c674'
+    blue:    '0x81a2be'
+    magenta: '0xb294bb'
+    cyan:    '0x8abeb7'
+    white:   '0xffffff'
+ # Dim colors
   #
   # If the dim colors are not set, they will be calculated automatically based
   # on the `normal` colors.

+ 1 - 2
nvim/init.vim

@@ -64,8 +64,7 @@ set undofile
 if (has('termguicolors'))
   set termguicolors
 endif
-let g:material_theme_style = 'darker'
-colorscheme material
+colorscheme base16-tomorrow-night
 
 
 " Lsp configuration for multiple languages