Closed epszaw closed 4 months ago
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...
iterm2
to iTerm2
?Links
and Cursor
of 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! ❤️
#c6c8d1
#262a3f
I'm sorry, but iterm2 has some problems with themes exporting. Check it please again.
Found additional issues:
Cursor
should be same as Foreground
(#c6c8d1
)Cursor text
should be same as Background
(#161821
)Selected text
should be same as Foreground
(#c6c8d1
)Cursor text
should be same as Background
(#e8e9ec
)Selection
should be same as Visual
of Vim (#c9cdd7
)Cursor guide
should be same as Cursorline
of Vim
#1e2132
#dcdfe7
@cocopon done here
Foreground
Bold
Bold
Links
Cursor guide
have alpha? I think opaque color is betterFeel 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?
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.