You are not logged in.

#21 2018-02-07 08:34:20

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: Potential Terminator config for Helium-dev

my quick try
terminator.th.png

[global_config]
  dbus = False
  title_inactive_bg_color = "#000000"
  title_transmit_bg_color = "#000000"
[keybindings]
  hide_window = <Shift><Control>a
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      size = 680, 540
      type = Window
[plugins]
[profiles]
  [[default]]
    allow_bold = False
    background_color = "#074e4e"
    background_darkness = 0.9
    background_type = transparent
    color_scheme = custom
    cursor_blink = False
    cursor_color = "#d8d8d8"
    font = Source Code Pro Medium 11
    foreground_color = "#7affff"
    palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#f3f3f3:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#f3f3f3"
    scrollback_infinite = True
    scrollback_lines = 5000
    scrollbar_position = hidden
    show_titlebar = False
    use_system_font = False

Offline

#22 2018-02-07 08:58:54

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Potential Terminator config for Helium-dev

^I tried those and #c0e0e0 looks here better than #a0e0e0 and #d8d8d8 better than #c0c0c0.

Having those better ones side by side the greenish is a bit unusual but it looks ok. #d8d8d8 is more familiar and relaxing. Personally I'd prefer the second one but both look good to me, I like that greenish one too.

Last edited by martix (2018-02-07 09:05:19)

Offline

#23 2018-02-07 17:09:43

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: Potential Terminator config for Helium-dev

I still find the cyan to be easiest for me to read. It's a bifocal problem. I either have to be really close and use the lower lenses or at least 2 feet back. When that far back I need more brightness for fonts on a dark background.

However, I feel like #c0e0e0 is a really great compromise, plus it looks good from further back on my desktop. Truthfully I would up the opacity up even more to about 80% though. The greatest thing about this theme, in my opinion, is the fact that it looks good even with compositing disabled.

This is text color #c0e0e0 at 65% opacity layered over geany. Note, geany is using a dark theme for the editor but the bottom part is still white.
Screenshot_2018-02-07_10-44-13.th.png
80% gives the gray and the blue a bit more pop and tones down whatever is going on behind the terminal a bit more:
Screenshot_2018-02-07_10-45-33.th.png

I think what concerns me more is the entries in the screenshot below for Public (which is mounted), .steampath, and then at the bottom, the entry for tmp. I am using the Tango palette, but it appears to need some modification.
Screenshot_2018-02-07_11-05-22.th.png

Offline

#24 2018-02-08 05:04:20

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

If #c0e0e0 is still too blue for some people, #c8e0e0 is a bit more neutral. It's very close to d8d8d8 - the red is down 16 and the blue and green up 8 each. With tk's suggested 80% opacity I found it very readable, but still slightly nicer looking than the grey d8d8d8.
lWbWhlwm.png

What do people who use transparent terminals actually use them for? I mean, what would be the criterion as to what degree of opacity is right?

@tk what is it that concerns you about your third screenshot?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#25 2018-02-08 05:28:45

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

btw that puke-green prompt colour is coming from ~/.bashrc
Even with '#force_color_prompt=yes', ie commented-out, terminator still evaluates the colours in the following section, ie

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

urxvt respects the setting of $force_color_prompt though.


If we wanted to change it I guess we'd have to ship a custom .bashrc, unless there's some other way to make terminator behave.
(Terminator seems to be ignoring most tput commands too, apart from 'tput clear'.)

Colour codes here btw: https://ubuntugenius.wordpress.com/2011 … -terminal/

Last edited by johnraff (2018-02-08 05:41:56)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#26 2018-02-08 06:38:03

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

BTW there is still residual config for xfce4-terminal in our config directory - bring it in sync with terminator, or just delete it?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#27 2018-02-08 07:52:45

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,068
Website

Re: Potential Terminator config for Helium-dev

johnraff wrote:

#c8e0e0

Yes, I like that one, it's very subtle.

johnraff wrote:

What do people who use transparent terminals actually use them for? I mean, what would be the criterion as to what degree of opacity is right?

It needs to look cool but still be readable, I usually set it to ~85-90%, depending on the background colours.

I vote to scrap the xfce4-terminal configuration, we already have urxvt (configuration) as a lighter alternative.

Offline

#28 2018-02-08 09:08:55

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Potential Terminator config for Helium-dev

^That color looks good, a bit darker but easy to read.

Offline

#29 2018-02-08 18:08:27

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: Potential Terminator config for Helium-dev

^ Ok. So we're dealing with two separate things there. Moving back to the terminator profile, I went to terminal.sexy and played around for awhile this morning. I started off with a gutterslob scheme and modified it. We could probably use this to tune in the settings. terminal.sexy can generate color entries for a terminator profile when you choose export. In order to test, copy/paste the config into ~/.config/terminator/config. I just mention this because for fine tuning the palette it was necessary for me to copy the palette entries into that file, then re-open the preferences dialog and close it to get terminator to refresh its palette.

terminator config

[global_config]
  dbus = False
  title_inactive_bg_color = "#707172"
  title_inactive_fg_color = "#c0e0e0"
  title_transmit_bg_color = "#515151"
  title_transmit_fg_color = "#c0e0e0"
[keybindings]
  hide_window = <Shift><Control>a
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      size = 680, 540
      type = Window
[plugins]
[profiles]
  [[default]]
    background_color = "#053030"
    background_darkness = 0.8
    background_type = transparent
    color_scheme = custom
    cursor_color = "#c0e0e0"
    font = Monospace 10
    foreground_color = "#c8e0e0"
     palette = "#515151:#0b220f:#65a446:#ad8a43:#6bc29f:#9e6bb8:#67a682:#919191:#707172:#74a159:#8ba97c:#d4c3a0:#448e5b:#d2b1e2:#a4d0c1:#d0d0d0"
    scrollback_infinite = True
    scrollback_lines = 5000
    scrollbar_position = hidden
    show_titlebar = False
    use_system_font = False

^ Terminator does have its issues, especially when trying to manipulate it programmatically. terminal.sexy also has the ability to generate .Xresources entries.  At any rate, I am really just posting this to start a reference point for the conversation. Id really like to hear someone else's opinion on this, though.
Screenshot_2018-02-08_12-03-43.th.png

Offline

#30 2018-02-09 05:15:08

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

^That's fixed the nasty green prompt! It must have been the palette.
In fact I'd be OK with that conf file.
For me, the font is too small and I wind it up to 12, but that's always the case and I'm sure 10 would be good for most people.

Cursor colour: by default terminator uses the foreground colour. To use a different colour from foreground you need the line

cursor_color_fg = False

in config, along with the cursor_color setting. That line is added if you open Profiles>General and click the Colour: button away from "foreground" under "Cursor".

Out of interest, I tried upping the foreground_color brightness 16 more to #d8f0f0. Too bright now? #d0e8e8? It would be nice to know we've hit the exact sweet spot.

---
Also tried replacing the d8d8d8 font colours in tint2 with d8f0f0, and ID 7 - tooltip's background_color to #053030 so tooltips match the terminal. Hmm...


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#31 2018-02-09 11:27:32

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Potential Terminator config for Helium-dev

^It's the same for me with the font size. What about having at least 11 on default? Any downside of it?

Regarding the last stage of the color scheme could you please post the whole config file?

There are many details to change and it'd be easier to any user to give it a try.

Offline

#32 2018-02-09 19:28:02

tknomanzr
BL Die Hard
From: Around the Bend
Registered: 2015-09-29
Posts: 1,057

Re: Potential Terminator config for Helium-dev

^ In retrospect, I felt like that scheme was too green, meaning all of the green needed more blue in it. After working on it more this morning, I came up with this:

[global_config]
  title_transmit_fg_color = "#c0e0e0"
  title_transmit_bg_color = "#515151"
  title_inactive_fg_color = "#c0e0e0"
  title_inactive_bg_color = "#707172"

[profiles]
  [[default]]
	palette = "#515151:#10b8b8:#0f8b8b:#4398ad:#0e191a:#6bb8b1:#67a6a1:#44b1aa:#707172:#129f9f:#8de1d6:#a0bcd4:#6eb7d5:#b1e1e2:#a4d0c1:#469393"
    background_color = "#064141"
    background_darkness = 0.8
    background_type = transparent
    color_scheme = custom
    cursor_color = "#c0e0e0"
    cursor_color_fg = False
	foreground_color = "#d8f0f0"
	scrollback_infinite = True
    scrollback_lines = 5000
    scrollbar_position = hidden
    show_titlebar = False
    use_system_font = True
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = default
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

I personally like this iteration about the best so far. NOTE: I upped the basic font brightness up to #d8f0f0 as suggested. Because I reduced the transparency on the terminal window, it caused the color to darken somewhat to an almost forest green, so I brought it back down some to 064141. The screenshot below should show the terminal in various contexts: directory listings, MOC music player, two log files being tailed.

MOC Music Player
Screenshot_2018-02-09_13-22-47.th.png
Directory Listings
Screenshot_2018-02-09_13-23-03.th.png
Screenshot_2018-02-09_13-23-16.th.png
Journalctl -xf
Screenshot_2018-02-09_13-23-27.th.png

Offline

#33 2018-02-09 22:25:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,068
Website

Re: Potential Terminator config for Helium-dev

The palette seems slightly restricted for my tastes.

I like to use htop & screenfetch to test:

2018-02-09-214834_1280x768_scrot.th.png

I have to say that my preference would be for a more neutral terminal colour scheme that could be used with themes other than Beam.

I would personally vote for keeping the Deuterium colours because they seem to work just fine with the Beam desktop.

Offline

#34 2018-02-10 02:48:27

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

@tk why is the background so much darker in the last shot (Journalctl -xf)?

To be honest, the first three all look a bit too coloured to me. Very dark green (blackboard?) background with just slightly cyan off-white text is what I'd prefer, I think.

EDIT looking again, had to agree with @tknomanzr that the background is too green, compared with the beam wallpaper. Went to the darkest zone with a colour picker and got #120417. With opacity up to 0.85, looked like this:
iBwr02Hm.png

Going back to Deuterium non-colours as HoaS prefers is an option we should perhaps also keep in mind, though it's not very interesting...

Any other opinions?

Last edited by johnraff (2018-02-10 07:58:50)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#35 2018-02-10 09:24:08

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,740

Re: Potential Terminator config for Helium-dev

Replacing terminator with tilix?
https://cdn.scrot.moe/images/2017/08/03/tilix.png
Even more offtopic: Possibly interesting mono-spaced font https://www.fontsquirrel.com/fonts/M-1m

Last edited by brontosaurusrex (2018-02-10 13:25:20)

Offline

#36 2018-02-10 15:53:59

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,068
Website

Re: Potential Terminator config for Helium-dev

brontosaurusrex wrote:

Replacing terminator with tilix?

No! tongue

Offline

#37 2018-02-10 16:15:34

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Potential Terminator config for Helium-dev

@bronto I guess for tilix questions (or any other terminal related) it'd be better time after the release to discuss. I think though that this thread might deserve to move it form the "going nowhere" section as there are useful info in it (and tilix is great). And it just came to my mind that the menu is on "super", so it'd be even possible to put the terminal on "super+space" (or something else). Actually as a big change in the future it could be considered to put tilix or terminator as a drop down terminal on "super+space" (or F12. Or: "super+space" on desktop and F12 drop down). But it's just a vague idea, maybe no one likes drop down terminals here.

@johnraff That dark background looks definitely better here than the former ones. The font color makes also a different impression now, more "cyanish" (terminal is a bit shiny cyanish, conky is darker greenish). I think on the screenshot it is not as cyanish as it is actually, but not much difference.

Last edited by martix (2018-02-10 16:17:07)

Offline

#38 2018-02-11 02:11:45

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

The topic of BL's default terminal, text editor etc, keeps coming up, and keeps rehashing, mostly, the same things, so gets grumpily moved to TGN by mods who would rather talk about something else.
It's extremely easy to replace terminator with something else, set x-terminal-emulator accordingly, and carry on...

Of course, OTOH, sharing news about favourite applications and how to configure them is welcome material for new topics. smile
This is probably the best way to start the ball rolling for a default app shift (or any other BL paradigm shift for that matter). If a lot of forum members try eg tilix and post back with their positive experiences and suggested configs then at some point in the future it might look like a good switch.

Anyway, this thread is about default configuration for our current default terminal, terminator. (We'll probably add config in ~/.Xdefaults for the popular second choice urxvt to match.)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#39 2018-02-11 02:18:09

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,558
Website

Re: Potential Terminator config for Helium-dev

martix wrote:

...the menu is on "super", so it'd be even possible to put the terminal on "super+space" (or something else).

What's wrong with the current "Super+T"?

@johnraff That dark background looks definitely better here than the former ones. The font color makes also a different impression now, more "cyanish" (terminal is a bit shiny cyanish, conky is darker greenish). I think on the screenshot it is not as cyanish as it is actually, but not much difference.

I think different peoples' displays (and eyes) handle these thing differently, so this kind of feedback is important. We have to try and find settings that will look good for as many people as possible, and annoy as few as possible.  wink


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#40 2018-02-11 02:25:02

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Potential Terminator config for Helium-dev

^Not that there is something wrong with super+t, just having super for menu now makes super+space available for something else.

Offline

Board footer

Powered by FluxBB