iceberg.vim
iceberg.vim copied to clipboard
Add link to iterm theme port
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.
I think yes. Will made port today 👍
@gkeep done
@cocopon what do you think about the merge? 🙂
Thank you for your contribution, and sorry for my late reply...
- Could you fix the app name in readme from
iterm2toiTerm2? - I prefer that the cursor color is same as its foreground color. What do you think?
- Could you re-check a color for
LinksandCursorof the light theme? It is not a color in the palette.
Yes, I will check it on this week.
@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?
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)

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

Finally, I got it! Done, @cocopon !
Thank you! Could you re-check a color for Curosor? It seems to be back to the previous value.

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

@cocopon again :D
@cocopon any new here?
It seems to be fixed.
BTW, what is Bold? I noticed that this is also not a color of the palette.

It seems to be fixed.
BTW, what is
Bold? I noticed that this is also not a color of the palette.
Which color will fit better here? What do you think?
I propose to use #33374c (foreground) or #8389a3 (white bright).
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.
That it.
Source code here (you need to install chalk):
const chalk = require('chalk')
console.log(chalk.bold('Bold text here!'))
Thank you for sharing the code! I understand. white bright seems better for this case.
@cocopon done for the both themes! ❤️
- Dark Foreground should be
#c6c8d1 - Light Bold should be
#262a3f - Light Links seems to be back to the previous value again...
I'm sorry, but iterm2 has some problems with themes exporting. Check it please again.
Found additional issues:
- Dark
Cursorshould be same asForeground(#c6c8d1) - Dark
Cursor textshould be same asBackground(#161821) - Dark
Selected textshould be same asForeground(#c6c8d1) - Light
Cursor textshould be same asBackground(#e8e9ec) - Light
Selectionshould be same asVisualof Vim (#c9cdd7) Cursor guideshould be same asCursorlineof Vim- Dark:
#1e2132 - Light:
#dcdfe7
- Dark:
@cocopon done here
- These values are rolled back... Please, please re-check ALL colors before/after commit:
- Dark
Foreground - Dark
Bold - Light
Bold - Light
Links
- Dark
- Should
Cursor guidehave alpha? I think opaque color is better
Feel free to reopen the issue if you have any updates.
@cocopon yeah, when I'll done it – I write you and reopen the issue
@cocopon seems like I fix here everything. I hope, that's really everything now.
So, I can't reopen this PR. Should I create new one?
@cocopon can you review the last changes?