Midnight Pub

Update on themes! zampano and other theme users, read on!

~m15o

As bartender and I are doing some cleaning, we decided to make themes easier to use. While we haven't reflected the change on the manual just yet, here's a heads-up:

To change the CSS, go to your account > theme. There, you'll be able to update it.

As you see, no need to create a special file anymore. If you already have a `_theme.css` file, copy its content to account > theme:

theme page

Feel free to remove `_theme.css` after that is done.


zampano

Thanks for letting us know!

I've updated my theme a tad, and anyone who uses it can grab it from my _theme.css file.

theme file

Also, I noticed that there's no sanitization on our personal themes (I inserted some test JavaScript on mine to see if it would work). It may not matter, but it may...

reply

m15o

Thanks, good catch for the sanitization. I’d rather be too paranoid and add it. I also love the instructions at the top of your file!

reply

zampano

Better safe than sorry for sure--just because I can't think of a harmful use-case doesn't mean no one can.

And I hope the instructions are helpful. Using CSS variables will hopefully make it easier to customize the colors, too.

Now if only I could figure out how to get the background to not break sometimes....

reply

pink2ds

Thank you.

I use

      a {color:#321eb0;}
      a:visited {color:#9c1eb0;}
      body, p, .reply, blockquote, textarea, input[type=text], input[type=password], input[type=submit], .field { background-color: white; color: black;}
      pre { color: #808080; }

Buuut I mostly read over the gemini interface anyway♥

reply

m15o

Thanks for sharing your theme! That looks very elegant with the white background. I also use the Gemini version most of the time. What client do you use?

reply

pink2ds

I use elpher most often.♥

reply

m15o

I've spend most of my time this past week to learn as much as I could about emacs to finally be able to use elpher! It's been such a fun ride. The way emacs work is fascinating. But anyway, now it's time to install elpher. I'll let you know how it goes!

reply

pink2ds

I love emacs♥

reply

m15o

I am starting to as well! I keep on learning new things about it every day.

reply