Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solarized colorscheme? #897

Closed
peterdemin opened this issue Sep 6, 2018 · 11 comments
Closed

Solarized colorscheme? #897

peterdemin opened this issue Sep 6, 2018 · 11 comments

Comments

@peterdemin
Copy link

Hi, the only thing that stops me from using Kitty is Solarized color scheme. I am used to it and configured my iTerm to use it. Is it possible to make Kitty use the same colors?

@SolitudeSF
Copy link
Contributor

SolitudeSF commented Sep 6, 2018

https://sw.kovidgoyal.net/kitty/conf.html#color-scheme
you can easily adapt it from Xresources. terminal.sexy can covert iterm2 colorschemes to other formats.

Here is config for dark and light variations

# Dark

background              #002b36
foreground              #839496
cursor                  #93a1a1

selection_background    #81908f
selection_foreground    #002831

color0                  #073642
color1                  #dc322f
color2                  #859900
color3                  #b58900
color4                  #268bd2
color5                  #d33682
color6                  #2aa198
color7                  #eee8d5
color9                  #cb4b16
color8                  #002b36
color10                 #586e75
color11                 #657b83
color12                 #839496
color13                 #6c71c4
color14                 #93a1a1
color15                 #fdf6e3

# Light

background              #fdf6e3
foreground              #657b83
cursor                  #586e75

selection_background    #475b62
selection_foreground    #eae3cb

color0                #073642
color8                #002b36

color1                #dc322f
color9                #cb4b16

color2                #859900
color10               #586e75

color3                #b58900
color11               #657b83

color4                #268bd2
color12               #839496

color5                #d33682
color13               #6c71c4

color6                #2aa198
color14               #93a1a1

color7                #eee8d5
color15               #fdf6e3

Not sure about selection colors, since i converted them manually from iterm colorscheme.

@egmontkob
Copy link

The light version is incorrect, see altercation/solarized#382.

@SolitudeSF
Copy link
Contributor

Oops, fixed it. That repo was the first result yielded by search.

@peterdemin
Copy link
Author

Thanks! Worked like a charm!

@skarnl
Copy link

skarnl commented Mar 8, 2019

Just wanted to thank you for referring to http://terminal.sexy
Great site to port your custom color scheme (from iTerm2) to the correct Kitty scheme (the Simple Terminal export worked the best for me, since the color-numbers were the same) 👍

@mhalano
Copy link

mhalano commented Apr 13, 2020

@SolitudeSF The dark version has a slight problem (nothing related to Kitty itself), which I think worth the mention: zsh-users/zsh-autosuggestions#416
It's related to background color and color8 (bright black) are the same so the suggestions don't appear correctly.
BTW I used the Solarized Dark color scheme from http://terminal.sexy and worked very well (and the mentioned problem don't occur).

@almereyda
Copy link

This is the Terminator solarized color scheme, in case anyone is interested:

background              #171717
foreground              #737373
cursor                  #93a1a1

selection_background    #81908f
selection_foreground    #002831

color0                  #1c353c
color1                  #8a3630
color2                  #5e6a00
color3                  #776301
color4                  #346289
color5                  #86375f
color6                  #336e69
color7                  #959289
color8                  #192e35
color9                  #82431f
color10                 #485358
color11                 #505a5f
color12                 #5f6768
color13                 #545582

@Sleepful
Copy link

Is there any way in which we could change the color scheme with a keybinding?

@Luflosi
Copy link
Contributor

Luflosi commented Feb 24, 2021

map ctrl+s remote_control set-colors -a "/path/to/theme.conf"
Where theme.conf could for example be a file from https://github.com/dexpota/kitty-themes.

@kovidgoyal
Copy link
Owner

https://sw.kovidgoyal.net/kitty/faq.html#how-do-i-change-the-colors-in-a-running-kitty-instance

@TornaxO7
Copy link

For anyone who just wants to copy + paste the settings for a solarized-light-kitty setup, I just created a gist with the settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants