cocopon / iceberg.vim

:antarctica: Bluish color scheme for Vim and Neovim
https://cocopon.github.io/iceberg.vim/
MIT License
2.22k stars 132 forks source link

Add link to iterm theme port #80

Closed epszaw closed 4 months ago

gkeep commented 3 years ago

Looks good!

Could you also add the dark theme to your repository, too? I know terminal.sexy provides it via .xresources, but it would be nice to have it in a dedicated repository, too.

epszaw commented 3 years ago

I think yes. Will made port today 👍

epszaw commented 3 years ago

@gkeep done

epszaw commented 3 years ago

@cocopon what do you think about the merge? 🙂

cocopon commented 3 years ago

Thank you for your contribution, and sorry for my late reply...

epszaw commented 3 years ago

Yes, I will check it on this week.

epszaw commented 3 years ago

@cocopon it's done for cursor color in the light theme and readme fix is also pushed. But I not fully understood you about links colors. I checked blue and magenta colors (commonly links are highlighted with these colors) and they're right. Can you explain?

cocopon commented 3 years ago

it's done for cursor color in the light theme and readme fix is also pushed.

Thank you!

Here is a screenshot of Links: (005bbb is not a part of Iceberg palette) image

and it will be applied to URL-like text when command key is pressed: image

epszaw commented 3 years ago

Finally, I got it! Done, @cocopon !

cocopon commented 3 years ago

Thank you! Could you re-check a color for Curosor? It seems to be back to the previous value. image

epszaw commented 3 years ago

@cocopon done. Again :)

cocopon commented 3 years ago

Links seems to be back to the previous value again... https://github.com/lamartire/iceberg-iterm/commit/bc40281501f90cecafb079e37396d51d7ae9a20d#diff-a35d9d7d08ac24d890c8b56d8b3e815ceb9c00c940edd384d435a23e732fb143R308-R315

image

epszaw commented 3 years ago

@cocopon again :D

epszaw commented 3 years ago

@cocopon any new here?

cocopon commented 3 years ago

It seems to be fixed.

BTW, what is Bold? I noticed that this is also not a color of the palette.

bold
epszaw commented 3 years ago

It seems to be fixed.

BTW, what is Bold? I noticed that this is also not a color of the palette.

bold

Which color will fit better here? What do you think? I propose to use #33374c (foreground) or #8389a3 (white bright).

cocopon commented 3 years ago

Do you know how to check a bold text? I'd like to check it on the actual terminal but haven't found a way to print it yet.

epszaw commented 3 years ago

That it.

Source code here (you need to install chalk):

const chalk = require('chalk')

console.log(chalk.bold('Bold text here!'))
image
cocopon commented 3 years ago

Thank you for sharing the code! I understand. white bright seems better for this case.

epszaw commented 3 years ago

@cocopon done for the both themes! ❤️

cocopon commented 3 years ago
epszaw commented 3 years ago

I'm sorry, but iterm2 has some problems with themes exporting. Check it please again.

cocopon commented 3 years ago

Found additional issues:

epszaw commented 3 years ago

@cocopon done here

cocopon commented 3 years ago
cocopon commented 3 years ago

Feel free to reopen the issue if you have any updates.

epszaw commented 3 years ago

@cocopon yeah, when I'll done it – I write you and reopen the issue

epszaw commented 3 years ago

@cocopon seems like I fix here everything. I hope, that's really everything now.

epszaw commented 3 years ago

So, I can't reopen this PR. Should I create new one?

epszaw commented 3 years ago

@cocopon can you review the last changes?

cocopon commented 4 months ago

Related: https://github.com/cocopon/iceberg.vim/pull/105#issuecomment-2131374689