kitty terminal
This commit is contained in:
parent
65d4cbab1b
commit
d847ed39aa
3 changed files with 86 additions and 0 deletions
14
kitty/README.md
Normal file
14
kitty/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Gaiety's Dotfiles
|
||||
|
||||
## Kitty
|
||||
|
||||
Terminal for Arch
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
sudo pacman -S kitty
|
||||
```
|
||||
|
||||
Edit `~/.config/kitty/kitty.conf` to have `include {location_of_dotfiles}/kitty/kitty.conf`
|
||||
|
62
kitty/dracula.conf
Normal file
62
kitty/dracula.conf
Normal file
|
@ -0,0 +1,62 @@
|
|||
# https://draculatheme.com/kitty
|
||||
#
|
||||
# Installation instructions:
|
||||
#
|
||||
# cp dracula.conf ~/.config/kitty/
|
||||
# echo "include dracula.conf" >> ~/.config/kitty/kitty.conf
|
||||
#
|
||||
# Then reload kitty for the config to take affect.
|
||||
# Alternatively copy paste below directly into kitty.conf
|
||||
|
||||
foreground #f8f8f2
|
||||
background #282a36
|
||||
selection_foreground #ffffff
|
||||
selection_background #44475a
|
||||
|
||||
url_color #8be9fd
|
||||
|
||||
# black
|
||||
color0 #21222c
|
||||
color8 #6272a4
|
||||
|
||||
# red
|
||||
color1 #ff5555
|
||||
color9 #ff6e6e
|
||||
|
||||
# green
|
||||
color2 #50fa7b
|
||||
color10 #69ff94
|
||||
|
||||
# yellow
|
||||
color3 #f1fa8c
|
||||
color11 #ffffa5
|
||||
|
||||
# blue
|
||||
color4 #bd93f9
|
||||
color12 #d6acff
|
||||
|
||||
# magenta
|
||||
color5 #ff79c6
|
||||
color13 #ff92df
|
||||
|
||||
# cyan
|
||||
color6 #8be9fd
|
||||
color14 #a4ffff
|
||||
|
||||
# white
|
||||
color7 #f8f8f2
|
||||
color15 #ffffff
|
||||
|
||||
# Cursor colors
|
||||
cursor #f8f8f2
|
||||
cursor_text_color background
|
||||
|
||||
# Tab bar colors
|
||||
active_tab_foreground #282a36
|
||||
active_tab_background #f8f8f2
|
||||
inactive_tab_foreground #282a36
|
||||
inactive_tab_background #6272a4
|
||||
|
||||
# Marks
|
||||
mark1_foreground #282a36
|
||||
mark1_background #ff5555
|
10
kitty/kitty.conf
Normal file
10
kitty/kitty.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
include ./dracula.conf
|
||||
|
||||
font_family monoid
|
||||
font_size 30.0
|
||||
enable_audio_bell false
|
||||
|
||||
placement_strategy top-center
|
||||
remember_window_size false
|
||||
initial_window_width 3840
|
||||
initial_window_height 1000
|
Loading…
Add table
Reference in a new issue