What makes us different from other similar websites? › Forums › Tech › Kitty Terminal || Install || Configure || Linux
- This topic has 0 replies, 1 voice, and was last updated 2 weeks, 1 day ago by
thumbtak.
Viewing 1 post (of 1 total)
- AuthorPosts
- January 23, 2025 at 12:46 pm #7694
thumbtak
KeymasterThis is a minimalistic terminal for Linux that I started using. Below is how you install it and configure it with a custom theme, that you can edit.
Install:
$ sudo apt update && sudo apt upgrade
$ sudo apt install kitty
Custom Theme:
$ mkdir -p ~/.config/kitty/
$ touch ~/.config/kitty/kitty.conf
$ mousepad ~/.config/kitty/kitty.conf
background #863862 foreground #ffffff cursor #000000 selection_background #ff66cc color0 #000000 color8 #000000 color1 #ffffff color9 #fc4a6d color2 #ffffff color10 #ffffff color3 #ffffff color11 #000000 color4 #000000 color12 #000000 color5 #8c62fd color13 #fc58f6 color14 #50acae color6 #ff66cc color7 #ccd5e5 color15 #ffffff selection_foreground #333740
Default Terminal [Xubuntu]:
$ xfce4-mime-settings
- AuthorPosts
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.