iceberg.vim icon indicating copy to clipboard operation
iceberg.vim copied to clipboard

Add link to iterm theme port

Open epszaw opened this issue 4 years ago • 30 comments

epszaw avatar Nov 22 '20 09:11 epszaw

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.

gkeep avatar Nov 22 '20 10:11 gkeep

I think yes. Will made port today 👍

epszaw avatar Nov 22 '20 10:11 epszaw

@gkeep done

epszaw avatar Nov 22 '20 10:11 epszaw

@cocopon what do you think about the merge? 🙂

epszaw avatar Nov 24 '20 07:11 epszaw

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

  • Could you fix the app name in readme from iterm2 to iTerm2?
  • I prefer that the cursor color is same as its foreground color. What do you think?
  • Could you re-check a color for Links and Cursor of the light theme? It is not a color in the palette. image

cocopon avatar Dec 09 '20 09:12 cocopon

Yes, I will check it on this week.

epszaw avatar Dec 10 '20 12:12 epszaw

@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?

epszaw avatar Dec 10 '20 23:12 epszaw

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

cocopon avatar Dec 12 '20 07:12 cocopon

Finally, I got it! Done, @cocopon !

epszaw avatar Dec 12 '20 10:12 epszaw

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

cocopon avatar Dec 13 '20 04:12 cocopon

@cocopon done. Again :)

epszaw avatar Dec 15 '20 06:12 epszaw

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

image

cocopon avatar Dec 15 '20 09:12 cocopon

@cocopon again :D

epszaw avatar Dec 15 '20 10:12 epszaw

@cocopon any new here?

epszaw avatar Dec 17 '20 18:12 epszaw

It seems to be fixed.

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

cocopon avatar Dec 25 '20 03:12 cocopon

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).

epszaw avatar Dec 25 '20 13:12 epszaw

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.

cocopon avatar Dec 27 '20 04:12 cocopon

That it.

Source code here (you need to install chalk):

const chalk = require('chalk')

console.log(chalk.bold('Bold text here!'))
image

epszaw avatar Dec 27 '20 10:12 epszaw

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

cocopon avatar Jan 09 '21 08:01 cocopon

@cocopon done for the both themes! ❤️

epszaw avatar Jan 09 '21 10:01 epszaw

  • Dark Foreground should be #c6c8d1
  • Light Bold should be #262a3f
  • Light Links seems to be back to the previous value again...

cocopon avatar Jan 09 '21 19:01 cocopon

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

epszaw avatar Jan 09 '21 20:01 epszaw

Found additional issues:

  • Dark Cursor should be same as Foreground (#c6c8d1)
  • Dark Cursor text should be same as Background (#161821)
  • Dark Selected text should be same as Foreground (#c6c8d1)
  • Light Cursor text should be same as Background (#e8e9ec)
  • Light Selection should be same as Visual of Vim (#c9cdd7)
  • Cursor guide should be same as Cursorline of Vim
    • Dark: #1e2132
    • Light: #dcdfe7

cocopon avatar Jan 14 '21 10:01 cocopon

@cocopon done here

epszaw avatar Jan 14 '21 12:01 epszaw

  • These values are rolled back... Please, please re-check ALL colors before/after commit:
    • Dark Foreground
    • Dark Bold
    • Light Bold
    • Light Links
  • Should Cursor guide have alpha? I think opaque color is better

cocopon avatar Jan 15 '21 00:01 cocopon

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

cocopon avatar Jan 26 '21 12:01 cocopon

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

epszaw avatar Jan 26 '21 12:01 epszaw

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

epszaw avatar Jan 28 '21 09:01 epszaw

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

epszaw avatar Jan 28 '21 09:01 epszaw

@cocopon can you review the last changes?

epszaw avatar Feb 18 '21 21:02 epszaw