mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
add dir kitty
This commit is contained in:
BIN
linux/kitty/bg-blurred.png
Normal file
BIN
linux/kitty/bg-blurred.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 346 KiB |
72
linux/kitty/current-theme.conf
Normal file
72
linux/kitty/current-theme.conf
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
## name: Alabaster Dark
|
||||||
|
## author: Nikita Prokopov
|
||||||
|
## license: MIT
|
||||||
|
## upstream: https://raw.githubusercontent.com/anmolmathias/kitty-alabaster/master/alabaster-dark.conf
|
||||||
|
## blurb: A dark color scheme adapted from Alabaster for the kitty terminal.
|
||||||
|
|
||||||
|
#: The basic colors
|
||||||
|
|
||||||
|
foreground #cecece
|
||||||
|
background #0e1415
|
||||||
|
|
||||||
|
selection_foreground #cecece
|
||||||
|
selection_background #293334
|
||||||
|
|
||||||
|
|
||||||
|
#: Cursor colors
|
||||||
|
|
||||||
|
cursor #cd974b
|
||||||
|
cursor_text_color #000000
|
||||||
|
|
||||||
|
|
||||||
|
#: URL underline color when hovering with mouse
|
||||||
|
|
||||||
|
url_color #cd974b
|
||||||
|
#: black
|
||||||
|
color0 #000000
|
||||||
|
color8 #777777
|
||||||
|
|
||||||
|
#: red
|
||||||
|
color1 #e25d56
|
||||||
|
color9 #f36868
|
||||||
|
|
||||||
|
#: green
|
||||||
|
color2 #73ca50
|
||||||
|
color10 #88db3f
|
||||||
|
|
||||||
|
#: yellow
|
||||||
|
color3 #e9bf57
|
||||||
|
color11 #f0bf7a
|
||||||
|
|
||||||
|
#: blue
|
||||||
|
color4 #4a88e4
|
||||||
|
color12 #6f8fdb
|
||||||
|
|
||||||
|
#: magenta
|
||||||
|
color5 #915caf
|
||||||
|
color13 #e987e9
|
||||||
|
|
||||||
|
#: cyan
|
||||||
|
color6 #23acdd
|
||||||
|
color14 #4ac9e2
|
||||||
|
|
||||||
|
#: white
|
||||||
|
color7 #cecece
|
||||||
|
color15 #ffffff
|
||||||
|
|
||||||
|
|
||||||
|
#: kitty window border colors and terminal bell colors
|
||||||
|
|
||||||
|
active_border_color #777777
|
||||||
|
inactive_border_color #323738
|
||||||
|
bell_border_color #e97e57
|
||||||
|
|
||||||
|
|
||||||
|
#: Tab bar colors
|
||||||
|
|
||||||
|
active_tab_foreground #ffffff
|
||||||
|
active_tab_background #51903c
|
||||||
|
inactive_tab_foreground #7c7a79
|
||||||
|
inactive_tab_background #8f661e
|
||||||
|
background_image bg-blurred.png
|
||||||
|
background_image_layout scaled
|
||||||
33
linux/kitty/dark-theme.auto.conf
Normal file
33
linux/kitty/dark-theme.auto.conf
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Theme ported from the Mac Terminal application.
|
||||||
|
|
||||||
|
background #000000
|
||||||
|
foreground #f2f2f2
|
||||||
|
cursor #4d4d4d
|
||||||
|
selection_background #414141
|
||||||
|
color0 #000000
|
||||||
|
color8 #666666
|
||||||
|
color1 #990000
|
||||||
|
color9 #e50000
|
||||||
|
color2 #00a600
|
||||||
|
color10 #00d900
|
||||||
|
color3 #999900
|
||||||
|
color11 #e5e500
|
||||||
|
color4 #1f08db
|
||||||
|
color12 #0000ff
|
||||||
|
color5 #b200b2
|
||||||
|
color13 #e500e5
|
||||||
|
color6 #00a6b2
|
||||||
|
color14 #00e5e5
|
||||||
|
color7 #bfbfbf
|
||||||
|
color15 #e5e5e5
|
||||||
|
selection_foreground #000000
|
||||||
|
|
||||||
|
# START_AUTOGENERATED_TAB_STYLE
|
||||||
|
# Feel free to update these colors manually and remove these comments.
|
||||||
|
active_tab_foreground #eeeeee
|
||||||
|
active_tab_background #414141
|
||||||
|
inactive_tab_foreground #f2f2f2
|
||||||
|
inactive_tab_background #000000
|
||||||
|
# END_AUTOGENERATED_TAB_STYLE
|
||||||
|
#background_image bg-blurred.png
|
||||||
|
#background_image_layout scaled
|
||||||
2831
linux/kitty/kitty.conf
Normal file
2831
linux/kitty/kitty.conf
Normal file
File diff suppressed because it is too large
Load Diff
2822
linux/kitty/kitty.conf.bak
Normal file
2822
linux/kitty/kitty.conf.bak
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user