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

colors for kitty terminal #51

Closed
mrlpm opened this issue Apr 12, 2019 · 1 comment
Closed

colors for kitty terminal #51

mrlpm opened this issue Apr 12, 2019 · 1 comment

Comments

@mrlpm
Copy link

mrlpm commented Apr 12, 2019

I write colors in conf file, for kitty terminal. Just create a file in
~/.config/kitty/onehalf.conf
with

# Onehalf Colorscheme for Kitty
# Based on https://github.com/sonph/onehalf

foreground            #dcdfe4
background            #282c34
selection_foreground  #000000
selection_background  #FFFACD
url_color             #0087BD

# black
color0   #282c34
color8   #282c36

# red
color1   #e06c75
color9   #e06c75

# green
color2   #98c379
color10  #98c379

# yellow
color3   #e5c07b
color11  #e5c07b

# blue
color4  #61afef
color12 #61afef

# magenta
color5   #c678dd
color13  #c678dd

# cyan
color6   #56b6c2
color14  #56b6c2

# white
color7   #dcdfe4
color15  #dcdfe4

and add the line to principal configuration file ~/.config/kitty/kitty.conf
include onehalf.conf

@sonph
Copy link
Owner

sonph commented Jun 21, 2019

Added in commit 06266a, attributed to you. Thanks!

@sonph sonph closed this as completed Jun 21, 2019
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

2 participants