home.social

#e7e7e7 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #e7e7e7, aggregated by home.social.

  1. I tried Ghostty since that's what everyone's doing today, it's really good! Defaults are very sensible, this is everything I adjusted so far:

    font-family = "Fira Code Retina"
    cursor-style = "block"
    cursor-style-blink = false
    macos-option-as-alt = true
    background = "#2b2b2b"
    foreground = "#e7e7e7"
    shell-integration = none

  2. CW: Tech: Tilda on Gnome 42 with Yaru Dark theme

    This is probably interesting for a very small group of people, but nevertheless I'm going to share it.

    Since updating to #Ubuntu 22.04 I noticed that my favorite terminal application #Tilda showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: github.com/lanoxx/tilda/wiki/S

    I had to edit/create the file ~/.config/tilda/style.css and add this for use with the #Yaru
    Dark theme:

    notebook tab {
    background-color: #2c2c2c;
    color: #f7f7f7;
    }

    notebook tab:checked {
    background-color: #4c4c4c;
    color: #e7e7e7;
    }

    notebook tabs {
    background-color: #2c2c2c;
    }

    Now quit the app via the right-click menu and re-open it using the super key. 🎉

    #gnome #tweak

  3. CW: Tech: Tilda on Gnome 42 with Yaru Dark theme

    This is probably interesting for a very small group of people, but nevertheless I'm going to share it.

    Since updating to #Ubuntu 22.04 I noticed that my favorite terminal application #Tilda showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: github.com/lanoxx/tilda/wiki/S

    I had to edit/create the file ~/.config/tilda/style.css and add this for use with the #Yaru
    Dark theme:

    notebook tab {
    background-color: #2c2c2c;
    color: #f7f7f7;
    }

    notebook tab:checked {
    background-color: #4c4c4c;
    color: #e7e7e7;
    }

    notebook tabs {
    background-color: #2c2c2c;
    }

    Now quit the app via the right-click menu and re-open it using the super key. 🎉

    #gnome #tweak

  4. CW: Tech: Tilda on Gnome 42 with Yaru Dark theme

    This is probably interesting for a very small group of people, but nevertheless I'm going to share it.

    Since updating to #Ubuntu 22.04 I noticed that my favorite terminal application #Tilda showed completely transparant tabs. Very irritating. So after searching for a solution, I found this page: github.com/lanoxx/tilda/wiki/S

    I had to edit/create the file ~/.config/tilda/style.css and add this for use with the #Yaru
    Dark theme:

    notebook tab {
    background-color: #2c2c2c;
    color: #f7f7f7;
    }

    notebook tab:checked {
    background-color: #4c4c4c;
    color: #e7e7e7;
    }

    notebook tabs {
    background-color: #2c2c2c;
    }

    Now quit the app via the right-click menu and re-open it using the super key. 🎉

    #gnome #tweak