summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kitty/kitty.conf14
-rw-r--r--kitty/monokai.conf59
-rw-r--r--zsh/zshrc2
3 files changed, 69 insertions, 6 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf
index 5bf030f..7da2e0a 100644
--- a/kitty/kitty.conf
+++ b/kitty/kitty.conf
@@ -72,7 +72,7 @@ scrollback_lines -1
# input_delay 3
# sync_to_monitor yes
enable_audio_bell no
-visual_bell_duration 0.1
+visual_bell_duration 0
# visual_bell_color none
window_alert_on_bell no
bell_on_tab "🔔 "
@@ -127,10 +127,14 @@ active_tab_font_style bold-italic
# inactive_tab_font_style normal
# tab_bar_background none
# tab_bar_margin_color none
-foreground #dddddd
-background #000000
-background_opacity 0.9
-background_blur 1
+#: Color scheme {{{
+include monokai.conf
+#: }}}
+# foreground #dddddd
+# background #000000
+
+# background_opacity 0.9
+# background_blur 1
# background_image none
# background_image_layout tiled
# background_image_linear no
diff --git a/kitty/monokai.conf b/kitty/monokai.conf
new file mode 100644
index 0000000..5e39e8f
--- /dev/null
+++ b/kitty/monokai.conf
@@ -0,0 +1,59 @@
+# Monokai-pro for Kitty
+# Based on https://www.monokai.pro/
+
+foreground #f7f1ff
+background #222222
+selection_foreground #131313
+selection_background #fce566
+url_color #5ad4e6
+cursor #f7f1ff
+cursor_text_color #222222
+
+active_tab_background #fce566
+active_tab_foreground #131313
+active_tab_font_style bold
+inactive_tab_background #222222
+inactive_tab_foreground #f7f1ff
+inactive_tab_font_style normal
+tab_fade 0.1 0.2 0.8 1
+tab_bar_margin_width 1.0
+
+dim_opacity 0.5
+inactive_text_alpha 0.5
+active_border_color #19181a
+draw_minimal_borders yes
+window_padding_width 0
+window_margin_width 0
+macos_titlebar_color background
+
+# black
+color0 #333333
+color8 #535353
+
+# red
+color1 #f44747
+color9 #f44747
+
+# green
+color2 #7bd88f
+color10 #7bd88f
+
+# yellow
+color3 #fce566
+color11 #fce566
+
+# blue
+color4 #3399cc
+color12 #3399cc
+
+# magenta
+color5 #fc618d
+color13 #fc618d
+
+# cyan
+color6 #5ad4e6
+color14 #5ad4e6
+
+# white
+color7 #f7f1ff
+color15 #f7f1ff
diff --git a/zsh/zshrc b/zsh/zshrc
index 13b1078..2af94a6 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -16,7 +16,7 @@ antigen apply
export PATH=$HOME/.local/bin:/usr/local/bin:$HOME/go/bin:$PATH
export EDITOR="micro"
-export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
+#export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
# Aliases
alias ls="ls -F"