From: Ruben Beltran del Rio Date: Wed, 11 Nov 2020 13:53:00 +0000 (+0100) Subject: Replace alacritty with kitty X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/4b32a942fd71e392e1c57c8ae9d1ced30a0b37c1?hp=3422e7aace62f888ee801bf9ec80561f6fe7f20c Replace alacritty with kitty --- diff --git a/alacritty.yml b/alacritty.yml deleted file mode 100644 index 4401e14..0000000 --- a/alacritty.yml +++ /dev/null @@ -1,45 +0,0 @@ -env: - TERM: xterm-256color-italic - -window: - decorations: none - -font: - normal: - family: Dank Mono - italic: - style: Italic - bold_italic: - style: Italic - size: 16 - -draw_bold_text_with_bright_colors: true - -colors: - primary: - foreground: '#eeeeee' - background: '#3e3937' - selection: - text: '#000000' - background: '#c1ddff' - normal: - black: '#888888' - red: '#ff004d' - green: '#55ff55' - yellow: '#ffec27' - blue: '#5555ff' - magenta: '#ff55ff' - cyan: '#55ffff' - white: '#c7c7c7' - bright: - black: '#aaaaaa' - red: '#ff5555' - green: '#83ff83' - yellow: '#ffff55' - blue: '#6f6fff' - magenta: '#ff82ff' - cyan: '#77ffff' - white: '#feffff' - -cursor: - style: Block diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf new file mode 100644 index 0000000..7b02389 --- /dev/null +++ b/config/kitty/kitty.conf @@ -0,0 +1,54 @@ +# Font +font_family Hasklig +font_size 16.0 + +# Cursor +cursor #eeeeee +cursor_text_color #3e3937 +cursor_shape block + + +# Color Scheme +foreground #eeeeee +background #3e3937 +selection_foreground #000000 +selection_background #c1ddff + +# Regular Colors +# black +color0 #888888 +# red +color1 #ff004d +# green +color2 #55ff55 +# yellow +color3 #ffec27 +# blue +color4 #5555ff +# magenta +color5 #ff55ff +# cyan +color6 #55ffff +# white +color7 #c7c7c7 + +# black +color8 #aaaaaa +# red +color9 #ff5555 +# green +color10 #83ff83 +# yellow +color11 #ffff55 +# blue +color12 #6f6fff +# magenta +color13 #ff82ff +# cyan +color14 #77ffff +# white +color15 #feffff + +# window +hide_window_decorations yes +tab_bar_style separator diff --git a/install_dotfiles b/install_dotfiles index f772b04..b47ad89 100755 --- a/install_dotfiles +++ b/install_dotfiles @@ -37,18 +37,18 @@ ln -fhs .dotfiles/XDefaults ~/.XDefaults # ripgrep ln -fhs .dotfiles/rgignore ~/.rgignore +# tmuxp +ln -fhs .dotfiles/tmuxp ~/.tmuxp + # config dir mkdir -p ~/.config +# kitty +ln -fhs ../.dotfiles/config/kitty ~/.config/kitty + # nvim ln -fhs ../.dotfiles/config/nvim ~/.config/nvim -# alacritty -ln -fhs .dotfiles/alacritty.yml ~/.alacritty.yml - -# tmuxp -ln -fhs .dotfiles/tmuxp ~/.tmuxp - # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo