Skip to content

Commit

Permalink
feat: adding a kitty config
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcicca committed Feb 8, 2025
1 parent 5b4e44c commit 59268d5
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Fonts
font_family FiraCode Nerd Font
italic_font auto
bold_italic_font auto

# Colorscheme
include ./nekonight_moon.conf
background_opacity 0.6
background_blur 1

50 changes: 50 additions & 0 deletions .config/kitty/nekonight_day.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# vim:ft=kitty

## name: Neko Night Day
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/BrunoCiccarino/nekonight/raw/main/extras/kitty/nekonight_day.conf


background #e1e2e7
foreground #3760bf
selection_background #b7c1e3
selection_foreground #3760bf
url_color #387068
cursor #3760bf
cursor_text_color #e1e2e7

# Tabs
active_tab_background #2e7de9
active_tab_foreground #d0d5e3
inactive_tab_background #c4c8da
inactive_tab_foreground #8990b3
#tab_bar_background #b4b5b9

# Windows
active_border_color #2e7de9
inactive_border_color #c4c8da

# normal
color0 #b4b5b9
color1 #f52a65
color2 #587539
color3 #8c6c3e
color4 #2e7de9
color5 #9854f1
color6 #007197
color7 #6172b0

# bright
color8 #a1a6c5
color9 #ff4774
color10 #5c8524
color11 #a27629
color12 #358aff
color13 #a463ff
color14 #007ea8
color15 #3760bf

# extended colors
color16 #b15c00
color17 #c64343
50 changes: 50 additions & 0 deletions .config/kitty/nekonight_moon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# vim:ft=kitty

## name: Neko Night Moon
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/BrunoCiccarino/nekonight/raw/main/extras/kitty/nekonight_moon.conf


background #222436
foreground #c8d3f5
selection_background #2d3f76
selection_foreground #c8d3f5
url_color #4fd6be
cursor #c8d3f5
cursor_text_color #222436

# Tabs
active_tab_background #82aaff
active_tab_foreground #1e2030
inactive_tab_background #2f334d
inactive_tab_foreground #545c7e
#tab_bar_background #1b1d2b

# Windows
active_border_color #82aaff
inactive_border_color #2f334d

# normal
color0 #1b1d2b
color1 #ff757f
color2 #c3e88d
color3 #ffc777
color4 #82aaff
color5 #c099ff
color6 #86e1fc
color7 #828bb8

# bright
color8 #444a73
color9 #ff8d94
color10 #c7fb6d
color11 #ffd8ab
color12 #9ab8ff
color13 #caabff
color14 #b2ebff
color15 #c8d3f5

# extended colors
color16 #ff966c
color17 #c53b53
50 changes: 50 additions & 0 deletions .config/kitty/nekonight_night.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# vim:ft=kitty

## name: Neko Night
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/BrunoCiccarino/nekonight/raw/main/extras/kitty/nekonight_night.conf


background #1a1b26
foreground #c0caf5
selection_background #283457
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
cursor_text_color #1a1b26

# Tabs
active_tab_background #7aa2f7
active_tab_foreground #16161e
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #15161e

# Windows
active_border_color #7aa2f7
inactive_border_color #292e42

# normal
color0 #15161e
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6

# bright
color8 #414868
color9 #ff899d
color10 #9fe044
color11 #faba4a
color12 #8db0ff
color13 #c7a9ff
color14 #a4daff
color15 #c0caf5

# extended colors
color16 #ff9e64
color17 #db4b4b
50 changes: 50 additions & 0 deletions .config/kitty/nekonight_storm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# vim:ft=kitty

## name: Neko Night Storm
## license: MIT
## author: Folke Lemaitre
## upstream: https://github.com/folke/nekonight/raw/main/extras/kitty/nekonight_storm.conf


background #24283b
foreground #c0caf5
selection_background #2e3c64
selection_foreground #c0caf5
url_color #73daca
cursor #c0caf5
cursor_text_color #24283b

# Tabs
active_tab_background #7aa2f7
active_tab_foreground #1f2335
inactive_tab_background #292e42
inactive_tab_foreground #545c7e
#tab_bar_background #1d202f

# Windows
active_border_color #7aa2f7
inactive_border_color #292e42

# normal
color0 #1d202f
color1 #f7768e
color2 #9ece6a
color3 #e0af68
color4 #7aa2f7
color5 #bb9af7
color6 #7dcfff
color7 #a9b1d6

# bright
color8 #414868
color9 #ff899d
color10 #9fe044
color11 #faba4a
color12 #8db0ff
color13 #c7a9ff
color14 #a4daff
color15 #c0caf5

# extended colors
color16 #ff9e64
color17 #db4b4b

0 comments on commit 59268d5

Please sign in to comment.