got icon indicating copy to clipboard operation
got copied to clipboard

Please make colors configurable

Open euneuber opened this issue 3 years ago • 2 comments

Hi,

I like your tool -- it is very hand in "simple" environments!

I only have some troubles with the (pre)selected colors: grafik

Please make them configurable in .config/got/config.yml

euneuber avatar May 03 '22 16:05 euneuber

Thanks for the idea! Right now it pulls ANSI colors from your terminal colorscheme, but I certainly will make them configurable.

fedeztk avatar May 03 '22 16:05 fedeztk

Since I had some time I did some tests with various light & dark colorschemes and I never experienced something like this. got pulls ANSI colors in a sensible manner. It is probably just a better idea to "correct" the colors. By that I mean just to set in your terminal emulator of choice a "better" black (generally color 0)

Just as an example, with two colorschemes that use the same color for the background and color 0, text is completely readable: image image

Alacritty colorscheme/profiles used:

  light:
    primary:
      foreground: '#504E55'
      background: '#FCFCFC'
    normal:
      black:      '#FCFCFC'
      red:        '#ED333B'
      green:      '#26A269'
      yellow:     '#FF7800'
      blue:       '#62A0EA'
      magenta:    '#9141AC'
      cyan:       '#26A1A2'
      white:      '#504E55'
    bright:
      black:      '#9A9996'
      red:        '#F66151'
      green:      '#33D17A'
      yellow:     '#FFA348'
      blue:       '#99C1F1'
      magenta:    '#DC8ADD'
      cyan:       '#5BC8AF'
      white:      '#241F31'

  dark:
    primary:
      foreground: '#DEDDDA'
      background: '#262626'
    normal:
      black:      '#262626'
      red:        '#ED333B'
      green:      '#26A269'
      yellow:     '#FF7800'
      blue:       '#62A0EA'
      magenta:    '#9141AC'
      cyan:       '#26A1A2'
      white:      '#DEDDDA'
    bright:
      black:      '#9A9996'
      red:        '#F66151'
      green:      '#33D17A'
      yellow:     '#FFA348'
      blue:       '#99C1F1'
      magenta:    '#DC8ADD'
      cyan:       '#5BC8AF'
      white:      '#F6F5F4'

If you agree on that, please close the issue.

fedeztk avatar Jun 17 '22 16:06 fedeztk

I'll temporarily close this due to inactivity/lack of feedback, but feel free to reopen if the issue is still happening in the future.

fedeztk avatar Aug 25 '22 16:08 fedeztk