Hacker News new | ask | show | jobs
by Alynalore 2392 days ago
That looks quite nice! If you're using irssi would you be willing to share your colors / setup?
3 comments

not irssi but I use ERC (an IRC client in Emacs) with a modified version of https://www.emacswiki.org/emacs/ErcHighlightNicknames to automatically color nicknames (it takes the first 12 characters of the md5 of each nick and treats that as an RGB value, with some clamping and color space tweaks). Everybody has a perceptibly different color, even in channels with tons of people.
It's weechat, I can't really claim all the credit, I found blog posts online about minimal setups and I've just kept it up to date. Nothing special.

Since I don't know how to easily package it I just took a tar of my .weechat and .config/alacritty directories, which should at least help you get started if you want an identical setup to mine. You just need to change your username in .weechat/irc.conf

https://0x0.st/zl_O.tbz2

Seconded!
I extracted a few color codes and this looks alright.

XFC4-Terminal Config

  ColorPalette=rgb(0,0,0);rgb(234,57,145);rgb(85,183,8);rgb(192,132,1);rgb(66,158,224);rgb(157,101,214);rgb(7,139,139);rgb(208,208,208);rgb(128,128,128);rgb(255,95,175);rgb(175,215,0);rgb(255,175,0);rgb(143,180,255);rgb(175,135,215);rgb(0,175,175);rgb(255,255,255)
RGB

  0,0,0
  234,57,145
  85,183,8
  192,132,1
  66,158,224
  157,101,214
  7,139,139
  208,208,208
  128,128,128
  255,95,175
  175,215,0
  255,175,0
  143,180,255
  175,135,215
  0,175,175
  255,255,255

Hex Variant:

  #000000
  #EA3991
  #55B708
  #C08401
  #429EE0
  #9D65D6
  #078B8B
  #D0D0D0
  #808080
  #FF5FAF
  #AFD700
  #FFAF00
  #8FB4FF
  #AF87D7
  #00AFAF
  #FFFFFF