@anarchaeopteryx

Sorry for butting in. I don't know if that's what you were looking for:

I made a couple of changes because I couldn't see it with the background color that I had.

.upvote-button.upvoted {
box-shadow: 5px 5px 5px #e7e7e7;
background-color: #abcabc;
cursor: pointer;
}

And this is to animate it up on hover a bit and give it some volume.

button.upvote-button.upvoted:hover {
transform:translate(3px, 3px);
box-shadow:2px 2px 5px #e7e7e7;
}

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

@YoSoyFreeman Ahh, yes, they're using pure white for the text. Usually you want to avoid pure #fff or #000. Here's my current Stylebot:

.status__content, .status__action-bar {
margin: 0;
}

.status__content {
margin-bottom: 1em;
width: initial;
}

.status__prepend, .status__display-name, .status__info span, .status__info time {
color: #8888c1;
}

.edit-indicator__content, .reply-indicator__content, .status__content {
color: #e7e7e7;
}

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: https://github.com/lanoxx/tilda/wiki/Styling

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

GitHub - lanoxx/tilda: A Gtk based drop down terminal for Linux and Unix

A Gtk based drop down terminal for Linux and Unix. Contribute to lanoxx/tilda development by creating an account on GitHub.

GitHub
Base Color : FA75D6
Mode : monochrome-dark
#E20EA8
#F21DB9
#F53BC2
#F758CC
#F976D5
#C7C7C7
#D7D7D7
#E7E7E7
Base Color : C5D996
Mode : monochrome-dark
#8DAD43
#9DBD52
#ABC768
#B8D07F
#C5D996
#C7C7C7
#D7D7D7
#E7E7E7
Base Color : FA7FD9
Mode : monochrome-dark
#EB0FB0
#F331BF
#F658CC
#F980D8
#D2D2D2
#E7E7E7
Base Color : C1B6AE
Mode : monochrome-dark
#867569
#978579
#A5958A
#B4A69B
#C2B6AD
#C7C7C7
#D7D7D7
#E7E7E7