Skip to content

Commit 6ae9c91

Browse files
Add files via upload
Updating theme
1 parent 4f065f4 commit 6ae9c91

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed

kitty/current-theme.conf

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## name: Cosmic Cyberpunk
2+
## author: MurderFromMars
3+
## license: GNU GPL
4+
## upstream: https://github.com/MurderFromMars/Cosmic-Cyberpunk-Kitten-Theme
5+
6+
background #000918
7+
foreground #1078fb
8+
selection_background none
9+
selection_foreground none
10+
cursor #8f00ff
11+
12+
# Black, Gray, Silver, White
13+
14+
color0 #000918
15+
color8 #1c61c2
16+
color7 #1078fb
17+
color15 #1078fb
18+
19+
# Red
20+
21+
color1 #4a0299
22+
color9 #4a0299
23+
24+
# Green
25+
26+
color2 #8f00ff
27+
color10 #8f00ff
28+
29+
# Yellow
30+
31+
color3 #7602db
32+
color11 #7602db
33+
34+
# Blue
35+
36+
color4 #1078fb
37+
color12 #1078fb
38+
39+
# Purple
40+
41+
color5 #8f00ff
42+
color13 #8f00ff
43+
44+
# Teal
45+
46+
color6 #1078fb
47+
color14 #1078fb

kitty/kitty.conf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# BEGIN_KITTY_THEME
2+
# Nova Choom
3+
background_opacity 0.7
4+
background_blur 1
5+
hide_window_decorations titlebar-only
6+
linux_display_server wayland
7+
include current-theme.conf
8+
shell /usr/bin/bash --login
9+
# END_KITTY_THEME
10+
11+
12+
13+
# BEGIN_KITTY_FONTS
14+
font_family family="Fira Code"
15+
bold_font auto
16+
italic_font auto
17+
bold_italic_font auto
18+
font_size 11.0
19+
# END_KITTY_FONTS

kitty/kitty.conf.bak

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# BEGIN_KITTY_THEME
2+
# Nova Choom
3+
background_opacity 0.7
4+
background_blur 1
5+
hide_window_decorations titlebar-only
6+
linux_display_server wayland
7+
include current-theme.conf
8+
shell /usr/bin/bash --login
9+
# END_KITTY_THEME
10+
11+
12+
13+
# BEGIN_KITTY_FONTS
14+
font_family family="Ubuntu Mono"
15+
bold_font auto
16+
italic_font auto
17+
bold_italic_font auto
18+
font_size 13.0
19+
# END_KITTY_FONTS

0 commit comments

Comments
 (0)