aboutsummaryrefslogtreecommitdiff
path: root/kitty
diff options
context:
space:
mode:
Diffstat (limited to 'kitty')
-rw-r--r--kitty/.config/kitty/current-theme.conf82
-rw-r--r--kitty/.config/kitty/kitty.conf2
-rw-r--r--kitty/.config/kitty/kitty.conf.bak5
3 files changed, 65 insertions, 24 deletions
diff --git a/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf
index 2543819..27e21a0 100644
--- a/kitty/.config/kitty/current-theme.conf
+++ b/kitty/.config/kitty/current-theme.conf
@@ -1,21 +1,61 @@
-background #090200
-foreground #a4a1a1
-cursor #a4a1a1
-selection_background #494542
-color0 #090200
-color8 #5b5754
-color1 #da2c20
-color9 #e8bacf
-color2 #00a152
-color10 #3a3332
-color3 #fcec02
-color11 #494542
-color4 #00a0e4
-color12 #7f7c7b
-color5 #a06994
-color13 #d6d4d3
-color6 #b5e4f4
-color14 #ccab53
-color7 #a4a1a1
-color15 #f7f7f7
-selection_foreground #090200
+# vim:ft=kitty
+
+## name: GitHub Dark
+## author: GitHub
+## license: MIT
+
+#: The basic colors
+
+foreground #c9d1d9
+background #0d1117
+selection_foreground #0d1117
+selection_background #58a6ff
+
+
+#: Cursor colors
+
+cursor #58a6ff
+
+
+#: Tab bar colors
+
+tab_bar_background #010409
+active_tab_foreground #c9d1d9
+active_tab_background #0d1117
+inactive_tab_foreground #8b949e
+inactive_tab_background #010409
+
+
+#: The basic 16 colors
+
+#: black
+color0 #484f58
+color8 #6e7681
+
+#: red
+color1 #ff7b72
+color9 #ffa198
+
+#: green
+color2 #3fb950
+color10 #56d364
+
+#: yellow
+color3 #d29922
+color11 #e3b341
+
+#: blue
+color4 #58a6ff
+color12 #79c0ff
+
+#: magenta
+color5 #bc8cff
+color13 #d2a8ff
+
+#: cyan
+color6 #39c5cf
+color14 #56d4dd
+
+#: white
+color7 #b1bac4
+color15 #ffffff
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index 8f2db85..d2b3513 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -2040,6 +2040,6 @@ map opt+cmd+, debug_config
# BEGIN_KITTY_THEME
-# 3024 Night
+# GitHub Dark
include current-theme.conf
# END_KITTY_THEME
diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak
index 8fff5b3..8f2db85 100644
--- a/kitty/.config/kitty/kitty.conf.bak
+++ b/kitty/.config/kitty/kitty.conf.bak
@@ -7,7 +7,8 @@
#: characters.
# font_family Ubuntu Mono
- font_family JetBrains Mono Nerd Font
+ # font_family JetBrains Mono Nerd Font
+ font_family JetBrains Mono Extra Bold Nerd Font
# font_family DejaVu Mono
# font_family source code pro
# font_family Iosevka Term
@@ -2039,6 +2040,6 @@ map opt+cmd+, debug_config
# BEGIN_KITTY_THEME
-# 1984 Dark
+# 3024 Night
include current-theme.conf
# END_KITTY_THEME