Compare commits
No commits in common. "2fe5492c04f3effcb3e2cb8004e1581d93ead96b" and "01f42517c823156adbccc327fba459f0ecd2fffc" have entirely different histories.
2fe5492c04
...
01f42517c8
|
@ -1,5 +1,5 @@
|
||||||
import:
|
import:
|
||||||
- ~/.config/alacritty/github_dark.yml
|
- ~/.config/alacritty/nord.yml
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
# 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' }
|
|
|
@ -1,43 +0,0 @@
|
||||||
# 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 github_dark.conf
|
include Monokai Pro.conf
|
||||||
|
|
||||||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||||
font_family Rec Mono Casual
|
font_family Rec Mono Casual
|
||||||
|
|
Loading…
Reference in New Issue