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

Port for kitty #104

Open
lokesh-krishna opened this issue May 27, 2018 · 6 comments
Open

Port for kitty #104

lokesh-krishna opened this issue May 27, 2018 · 6 comments

Comments

@lokesh-krishna
Copy link

lokesh-krishna commented May 27, 2018

kitty is a GPU based terminal emulator. I want to offer my help in porting over the Nord color scheme to kitty.

I am presently using the following in my kitty.conf to achieve an effect that is identical to that achieved by using Nord Xresources for terminals that draw their colors from it.

# Cursor
cursor			#d8dee9

# Colors
foreground		#d8dee9
background		#2e3440
selection_foreground	#2e3440
selection_background	#d8dee9

color0 			#3b4252
color1 			#bf616a
color2 			#a3be8c
color3 			#ebcb8b
color4 			#81a1c1
color5 			#b48ead
color6 			#88c0d0
color7 			#e5e9f0
color8 			#4c566a
color9 			#bf616a
color10 		#a3be8c
color11 		#ebcb8b
color12 		#81a1c1
color13 		#b48ead
color14 		#8fbcbb
color15 		#eceff4

I'm attaching a screenshot for reference:
2018-05-27-213506_1440x900_scrot

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Oct 1, 2018

Thanks for your contribution 👍

Sorry for the delay, I've had no free time (job 👨‍⚕️, study 📖, life 🏋️‍♂️ etc.) to work on my or any other :octocat: OSS project (see Tweets 🐦 from April and June), but from the beginning of July I finished my studies and can finally spend time on OSS again 💚

I've added it to the backlog and @-mention you as soon as I start working on it so you can track the progress or contribute ideas for this port project.

Please note that it may take some time because there are many other issues over many other port projects with requests and proposals waiting in the queue. I'm currently also very busy on working and prototyping on the nord-docs to finally have a „single source of truth“ for Nord and all related data. Please also take into account that I work as a software developer in the "real world" and I hope you understand that the time to work on my projects may vary depending on my freetime. :octocat:

@kristijanhusak
Copy link

I tested these colors, they look ok.

@dagadbm
Copy link

dagadbm commented May 11, 2020

ping!

@lokesh-krishna
Copy link
Author

Kindly refrain from bumping or pinging issues. They are open which means they are still being tracked. ArcticIceStudios has said everything relevant to how long this might take in the comment above.

@svengreb svengreb changed the title kitty Port Project Port for kitty Jan 30, 2022
@dfrommi
Copy link

dfrommi commented Sep 4, 2022

Thanks for your work, very much appreciated!

What do you thing of adding styling for the tab-bar as well, like

# tab bar
active_tab_foreground   #3B4252
active_tab_background   #88C0D0
active_tab_font_style   bold
inactive_tab_foreground #E5E9F0
inactive_tab_background #4C566A
inactive_tab_font_style normal
tab_bar_margin_color    #4C566A

@jan-xyz
Copy link

jan-xyz commented Dec 24, 2022

I found this gist which has the official arcticicestudio/nord-hyper colors ported to kitty and I'm using it now for a while and I like it a lot.

ericvw added a commit to ericvw/dotfiles that referenced this issue Apr 6, 2023
I discovered `kitty` terminal emulator recently. I like it enough to be
used as my default terminal emulator because it is configurable via a
text file and supports macOS and Linux — keeping in the spirit of using
tools that are as cross-platform as possible.

An official Nord port for kitty doesn't exist (i.e.,
nordtheme/nord#104), and the Nord theme from
https://github.com/kovidgoyal/kitty-themes doesn't adhere to the color
palette recommendations. I'll use this until the official port exists to
move over to.
ericvw added a commit to ericvw/dotfiles that referenced this issue Apr 6, 2023
I discovered `kitty` terminal emulator recently. I like it enough to be
used as my default terminal emulator because it is configurable via a
text file and supports macOS and Linux — keeping in the spirit of using
tools that are as cross-platform as possible.

An official Nord port for kitty doesn't exist (i.e.,
nordtheme/nord#104), and the Nord theme from
https://github.com/kovidgoyal/kitty-themes doesn't adhere to the color
palette recommendations. I'll use this until the official port exists to
move over to.
ericvw added a commit to ericvw/dotfiles that referenced this issue Jun 15, 2023
I discovered `kitty` terminal emulator recently. I like it enough to be
used as my default terminal emulator because it is configurable via a
text file and supports macOS and Linux — keeping in the spirit of using
tools that are as cross-platform as possible.

An official Nord port for kitty doesn't exist (i.e.,
nordtheme/nord#104), and the Nord theme from
https://github.com/kovidgoyal/kitty-themes doesn't adhere to the color
palette recommendations. I'll use this until the official port exists to
move over to.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants