devsjc / terminals-jb

Colorschemes for terminals, inspired by JetBrains IDEs.
2 stars 1 forks source link

How do i install it #1

Open monkey-0028 opened 11 months ago

monkey-0028 commented 11 months ago

I read the Readme file but still i got no clue how to do it..

devsjc commented 11 months ago

Hi! It depends on what terminal you are using. For Iterm2:

  1. Head into the colors folder in github and choose the version of theme you're interested in (the iterm ones are the ones ending in .itermcolors). For instance jb-mid.itermcolors.
  2. Download the file using the download button in the top right, as shown below

image

  1. In Iterm's preferences go to Profiles -> colors and in the bottom right choose the Colors Presets dropdown
  2. Select Import
  3. Select the jb-mid.itermcolors file you just downloaded. It should import it into your Iterm color scheme options
  4. Now choose that same dropdown in Iterm preferences and select jb-mid - it should now be applied!

For Kitty, the process is similar - download the file of the scheme you want from the colors directory (this time it's the ones ending in .conf). Then copy this file into your kitty config directory, probably ~/.config/kitty/themes. You should then see it in Kitty's list of themes.

For more info, see

Hope this helps any!