Compare commits
2 Commits
01f42517c8
...
2fe5492c04
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | 2fe5492c04 | |
sudo pacman -Syu | 557f238ccf |
|
@ -1,5 +1,5 @@
|
|||
import:
|
||||
- ~/.config/alacritty/nord.yml
|
||||
- ~/.config/alacritty/github_dark.yml
|
||||
|
||||
font:
|
||||
normal:
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
# https://github.com/projekt0n/github-nvim-theme
|
||||
# github Alacritty Colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x24292e'
|
||||
foreground: '0xd1d5da'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x24292e'
|
||||
red: '0xf14c4c'
|
||||
green: '0x23d18b'
|
||||
yellow: '0xe2e210'
|
||||
blue: '0x3b8eea'
|
||||
magenta: '0xbc3fbc'
|
||||
cyan: '0x29b7da'
|
||||
white: '0xd1d5da'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xf14c4c'
|
||||
green: '0x23d18b'
|
||||
yellow: '0xf5f543'
|
||||
blue: '0x3b8eea'
|
||||
magenta: '0xd670d6'
|
||||
cyan: '0x29b7da'
|
||||
white: '0xd1d5da'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xf14c4c' }
|
|
@ -0,0 +1,43 @@
|
|||
# https://github.com/projekt0n/github-nvim-theme
|
||||
# github colors for Kitty
|
||||
|
||||
background #24292e
|
||||
foreground #d1d5da
|
||||
selection_background #284566
|
||||
selection_foreground #d1d5da
|
||||
url_color #d1d5da
|
||||
cursor #c8e1ff
|
||||
|
||||
# Tabs
|
||||
active_tab_background #3b8eea
|
||||
active_tab_foreground #1f2428
|
||||
inactive_tab_background #d1d5da
|
||||
inactive_tab_foreground #1f2428
|
||||
|
||||
# Windows Border
|
||||
active_border_color #444c56
|
||||
inactive_border_color #444c56
|
||||
|
||||
# normal
|
||||
color0 #24292e
|
||||
color1 #f14c4c
|
||||
color2 #23d18b
|
||||
color3 #e2e210
|
||||
color4 #3b8eea
|
||||
color5 #bc3fbc
|
||||
color6 #29b7da
|
||||
color7 #666666
|
||||
|
||||
# bright
|
||||
color8 #666666
|
||||
color9 #f14c4c
|
||||
color10 #23d18b
|
||||
color11 #f5f543
|
||||
color12 #3b8eea
|
||||
color13 #d670d6
|
||||
color14 #29b8db
|
||||
color15 #d1d5da
|
||||
|
||||
# extended colors
|
||||
color16 #f5f543
|
||||
color17 #f14c4c
|
|
@ -1,4 +1,4 @@
|
|||
include Monokai Pro.conf
|
||||
include github_dark.conf
|
||||
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
font_family Rec Mono Casual
|
||||
|
|
Loading…
Reference in New Issue