mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-04-10 06:24:08 +08:00
feat: 上传我的配置
This commit is contained in:
38
.config/kitty/current-theme.conf
Normal file
38
.config/kitty/current-theme.conf
Normal file
@@ -0,0 +1,38 @@
|
||||
cursor #e9e2d4
|
||||
cursor_text_color #cdc6b4
|
||||
|
||||
foreground #e9e2d4
|
||||
background #15130b
|
||||
selection_foreground #373016
|
||||
selection_background #d1c6a1
|
||||
url_color #dcc66e
|
||||
|
||||
# black
|
||||
color8 #969080
|
||||
color0 #4c4c4c
|
||||
|
||||
# red
|
||||
color1 #ac8a8c
|
||||
color9 #c49ea0
|
||||
# green
|
||||
color2 #8aac8b
|
||||
color10 #9ec49f
|
||||
|
||||
# yellow
|
||||
color3 #aca98a
|
||||
color11 #c4c19e
|
||||
|
||||
# blue
|
||||
color4 #dcc66e
|
||||
color12 #a39ec4
|
||||
|
||||
# magenta
|
||||
color5 #aad0b3
|
||||
color13 #c5ecce
|
||||
# cyan
|
||||
color6 #8aacab
|
||||
color14 #9ec3c4
|
||||
|
||||
# white
|
||||
color15 #e7e7e7
|
||||
color7 #f0f0f0
|
||||
40
.config/kitty/kitty.conf
Normal file
40
.config/kitty/kitty.conf
Normal file
@@ -0,0 +1,40 @@
|
||||
#导入颜色文件
|
||||
include themes/frappe.conf
|
||||
#设置左右边距
|
||||
window_padding_width 5
|
||||
#隐藏标题栏
|
||||
hide_window_decorations yes
|
||||
#背景透明度
|
||||
background_opacity 0.8
|
||||
#字体
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
#字体大小
|
||||
font_size 15
|
||||
#不要记住窗口大小(yes no)
|
||||
remember_window_size no
|
||||
initial_window_width 105c
|
||||
initial_window_height 30c
|
||||
#关闭窗口时不要询问是否关闭
|
||||
confirm_os_window_close 0
|
||||
#开启光标拖影
|
||||
cursor_trail 1
|
||||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
|
||||
# 1. 启用 splits 布局(必须放在布局列表的首位或明确指定)
|
||||
enabled_layouts splits,stack
|
||||
|
||||
# 2. 映射快捷键:在当前窗口下方新建分屏
|
||||
map f5 launch --location=hsplit --cwd=current
|
||||
|
||||
# 3. 映射快捷键:在当前窗口右侧新建分屏
|
||||
map f6 launch --location=vsplit --cwd=current
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Matugen
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
34
.config/kitty/kitty.conf.bak
Normal file
34
.config/kitty/kitty.conf.bak
Normal file
@@ -0,0 +1,34 @@
|
||||
#导入颜色文件
|
||||
include themes/frappe.conf
|
||||
#设置左右边距
|
||||
window_padding_width 5
|
||||
#隐藏标题栏
|
||||
hide_window_decorations yes
|
||||
#背景透明度
|
||||
background_opacity 0.8
|
||||
#字体
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
#字体大小
|
||||
font_size 15
|
||||
#不要记住窗口大小(yes no)
|
||||
remember_window_size no
|
||||
initial_window_width 105c
|
||||
initial_window_height 30c
|
||||
#关闭窗口时不要询问是否关闭
|
||||
confirm_os_window_close 0
|
||||
#开启光标拖影
|
||||
cursor_trail 1
|
||||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
|
||||
# 1. 启用 splits 布局(必须放在布局列表的首位或明确指定)
|
||||
enabled_layouts splits,stack
|
||||
|
||||
# 2. 映射快捷键:在当前窗口下方新建分屏
|
||||
map f5 launch --location=hsplit --cwd=current
|
||||
|
||||
# 3. 映射快捷键:在当前窗口右侧新建分屏
|
||||
map f6 launch --location=vsplit --cwd=current
|
||||
84
.config/kitty/themes/frappe.conf
Normal file
84
.config/kitty/themes/frappe.conf
Normal file
@@ -0,0 +1,84 @@
|
||||
# vim:ft=kitty
|
||||
|
||||
## name: Catppuccin Kitty Frappé
|
||||
## author: Catppuccin Org
|
||||
## license: MIT
|
||||
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/frappe.conf
|
||||
## blurb: Soothing pastel theme for the high-spirited!
|
||||
|
||||
|
||||
|
||||
# The basic colors
|
||||
foreground #c6d0f5
|
||||
background #303446
|
||||
selection_foreground #303446
|
||||
selection_background #f2d5cf
|
||||
|
||||
# Cursor colors
|
||||
cursor #f2d5cf
|
||||
cursor_text_color #303446
|
||||
|
||||
# Scrollbar colors
|
||||
scrollbar_handle_color #949cbb
|
||||
scrollbar_track_color #51576d
|
||||
|
||||
# URL color when hovering with mouse
|
||||
url_color #f2d5cf
|
||||
|
||||
# Kitty window border colors
|
||||
active_border_color #babbf1
|
||||
inactive_border_color #737994
|
||||
bell_border_color #e5c890
|
||||
|
||||
# OS Window titlebar colors
|
||||
wayland_titlebar_color system
|
||||
macos_titlebar_color system
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #232634
|
||||
active_tab_background #ca9ee6
|
||||
inactive_tab_foreground #c6d0f5
|
||||
inactive_tab_background #292c3c
|
||||
tab_bar_background #232634
|
||||
|
||||
# Colors for marks (marked text in the terminal)
|
||||
mark1_foreground #303446
|
||||
mark1_background #babbf1
|
||||
mark2_foreground #303446
|
||||
mark2_background #ca9ee6
|
||||
mark3_foreground #303446
|
||||
mark3_background #85c1dc
|
||||
|
||||
# The 16 terminal colors
|
||||
|
||||
# black
|
||||
color0 #51576d
|
||||
color8 #626880
|
||||
|
||||
# red
|
||||
color1 #e78284
|
||||
color9 #e78284
|
||||
|
||||
# green
|
||||
color2 #a6d189
|
||||
color10 #a6d189
|
||||
|
||||
# yellow
|
||||
color3 #e5c890
|
||||
color11 #e5c890
|
||||
|
||||
# blue
|
||||
color4 #8caaee
|
||||
color12 #8caaee
|
||||
|
||||
# magenta
|
||||
color5 #f4b8e4
|
||||
color13 #f4b8e4
|
||||
|
||||
# cyan
|
||||
color6 #81c8be
|
||||
color14 #81c8be
|
||||
|
||||
# white
|
||||
color7 #b5bfe2
|
||||
color15 #a5adce
|
||||
38
.config/kitty/themes/matugen.conf
Normal file
38
.config/kitty/themes/matugen.conf
Normal file
@@ -0,0 +1,38 @@
|
||||
cursor #e9e2d4
|
||||
cursor_text_color #cdc6b4
|
||||
|
||||
foreground #e9e2d4
|
||||
background #15130b
|
||||
selection_foreground #373016
|
||||
selection_background #d1c6a1
|
||||
url_color #dcc66e
|
||||
|
||||
# black
|
||||
color8 #969080
|
||||
color0 #4c4c4c
|
||||
|
||||
# red
|
||||
color1 #ac8a8c
|
||||
color9 #c49ea0
|
||||
# green
|
||||
color2 #8aac8b
|
||||
color10 #9ec49f
|
||||
|
||||
# yellow
|
||||
color3 #aca98a
|
||||
color11 #c4c19e
|
||||
|
||||
# blue
|
||||
color4 #dcc66e
|
||||
color12 #a39ec4
|
||||
|
||||
# magenta
|
||||
color5 #aad0b3
|
||||
color13 #c5ecce
|
||||
# cyan
|
||||
color6 #8aacab
|
||||
color14 #9ec3c4
|
||||
|
||||
# white
|
||||
color15 #e7e7e7
|
||||
color7 #f0f0f0
|
||||
Reference in New Issue
Block a user