From a17456cf8418c9f8b8cdba47d11a6c4a7e6abede Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 5 Dec 2025 21:55:47 +0800 Subject: Added more dotfiles --- kitty/.config/kitty/kitty.conf | 54 +++++++++++++++++++++++ kitty/.config/kitty/kitty.conf.bak | 22 ++++++++++ kitty/.config/kitty/themes/Cobalt2.conf | 76 +++++++++++++++++++++++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 kitty/.config/kitty/kitty.conf create mode 100644 kitty/.config/kitty/kitty.conf.bak create mode 100644 kitty/.config/kitty/themes/Cobalt2.conf (limited to 'kitty') diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf new file mode 100644 index 0000000..8db5d8d --- /dev/null +++ b/kitty/.config/kitty/kitty.conf @@ -0,0 +1,54 @@ +# ██████╗░██╗░░██╗░░░░░░██╗░░██╗██╗████████╗████████╗██╗░░░██╗ +# ██╔══██╗██║░░██║░░░░░░██║░██╔╝██║╚══██╔══╝╚══██╔══╝╚██╗░██╔╝ +# ██████╦╝███████║█████╗█████═╝░██║░░░██║░░░░░░██║░░░░╚████╔╝░ +# ██╔══██╗██╔══██║╚════╝██╔═██╗░██║░░░██║░░░░░░██║░░░░░╚██╔╝░░ +# ██████╦╝██║░░██║░░░░░░██║░╚██╗██║░░░██║░░░░░░██║░░░░░░██║░░░ +# ╚═════╝░╚═╝░░╚═╝░░░░░░╚═╝░░╚═╝╚═╝░░░╚═╝░░░░░░╚═╝░░░░░░╚═╝░░░ + + +# Theme +include ~/.config/kitty/themes/Cobalt2.conf + +# Font + +# font_family Source Code Pro +# font_family FiraCode Nerd Font +# font_family Fira Code +# font_family JetBrains Mono +# font_family JetBrains Mono Nerd +# font_family Consolas +# font_family Cascadia Code +# font_family Inconsolata +# font_family Hack +font_family JetBrainsMono Nerd Font + +bold_font auto +italic_font auto +bold_italic_font auto +font_size 10.5 + +# Terminal +foreground #8affff +background #003636 +# background_opacity 0.60 +background_opacity 0.75 +# background_opacity 0.00 +background_blur 1 + +window_padding_width 5 + +# Scrolling +scrollback_lines 10000 + +# Allows Remote Control +allow_remote_control yes + +# No Ligatures +# disable_ligatures always +# font_features none + + +# Tmux +# shell /bin/zsh -c 'tmux attach || tmux' +# shell tmux +# confirm_os_window_close -1 diff --git a/kitty/.config/kitty/kitty.conf.bak b/kitty/.config/kitty/kitty.conf.bak new file mode 100644 index 0000000..e9e1cd4 --- /dev/null +++ b/kitty/.config/kitty/kitty.conf.bak @@ -0,0 +1,22 @@ +# ██████╗░██╗░░██╗░░░░░░██╗░░██╗██╗████████╗████████╗██╗░░░██╗ +# ██╔══██╗██║░░██║░░░░░░██║░██╔╝██║╚══██╔══╝╚══██╔══╝╚██╗░██╔╝ +# ██████╦╝███████║█████╗█████═╝░██║░░░██║░░░░░░██║░░░░╚████╔╝░ +# ██╔══██╗██╔══██║╚════╝██╔═██╗░██║░░░██║░░░░░░██║░░░░░╚██╔╝░░ +# ██████╦╝██║░░██║░░░░░░██║░╚██╗██║░░░██║░░░░░░██║░░░░░░██║░░░ +# ╚═════╝░╚═╝░░╚═╝░░░░░░╚═╝░░╚═╝╚═╝░░░╚═╝░░░░░░╚═╝░░░░░░╚═╝░░░ + + +# Font +font_family Source Code Pro +bold_font auto +italic_font auto +bold_italic_font auto +font_size 10.5 + +# Terminal +foreground #8affff +background #003636 +background_opacity 0.75 +background_blur 1 + +window_padding_width 5 diff --git a/kitty/.config/kitty/themes/Cobalt2.conf b/kitty/.config/kitty/themes/Cobalt2.conf new file mode 100644 index 0000000..236ce42 --- /dev/null +++ b/kitty/.config/kitty/themes/Cobalt2.conf @@ -0,0 +1,76 @@ +## name: Cobalt2 +## author: Lalit Kumar(@laltimee) +## license: MIT +## upstream: https://github.com/lalitmee/kitty-cobalt2/blob/master/cobalt2.conf +## blurb: Don't stress your eyes now + +# The basic colors +foreground #FFFFFF +background #193549 +selection_foreground #FFFFFF +selection_background #185294 + +# Cursor colors +cursor #FFC600 +cursor_text_color #1C1C1C + +# URL underline color when hovering with mouse +url_color #00AAFF + +# Kitty window border colors +active_border_color #00AAFF +inactive_border_color #9E9E9E +bell_border_color #F2ED7F + +# OS Window titlebar colors +wayland_titlebar_color system +macos_titlebar_color system + +# Tab bar colors +active_tab_foreground #FFC600 +inactive_tab_background #185294 +inactive_tab_foreground #FFFFFF +active_tab_background #0050A4 +tab_bar_background #193549 + +# Colors for marks (marked text in the terminal) +mark1_foreground #FFC600 +mark1_background #3AD900 +mark2_foreground #967EFB +mark2_background #00AAFF +mark3_foreground #FF628C +mark3_background #FF9A00 + +# The 16 terminal #88FF88#88FF88colors + +# black +color0 #1C1C1C +color8 #9E9E9E + +# red +color1 #FF0000 +color9 #700009 + +# green +color2 #3AD900 +color10 #88FF88 + +# yellow +color3 #FFC600 +color11 #FF9A00 + +# cyan +color6 #80FCFF +color14 #8fbfdc + +# magenta +color5 #FF628C +color13 #EE80E1 + +# blue +color4 #00AAFF +color12 #0050A4 + +# white +color7 #FFFFFF +color15 #BCBCBC -- cgit v1.2.3