Cybertron theme + Cyber LYT

Thanks. Have a good day.

1 Like

Hi, This is the same file that you update in your GitHub repo?
When you download it from the Obsidian Theme browser it’s pulling from the master of that repo?

I have a issue with my css, every time I write a “-” for begin a list, the cursor take back to the upper line and I can’t select the list line to edit it anymore.

Yep, same one.

I think this might be a new bug not related to the theme that is getting squashed. (Or maybe I’m wrong, time will tell.)

Absolutely love this theme! Great job, @nickmilo !

Quick question though: the Obsidian v0.12.1 improvement “Quick font size adjustment” (Ctrl+Scroll) doesn’t seem to be working with the theme. Any suggestion on how to circumvent this issue? Thank you!

Not sure why, but if anyone knows, just let me know!

There were some strange updates recently…I think they are related somehow…so as of now I’m updating the theme to fix them. (Issues with Header spacing and toggle triangles positioning.)

1 Like

Hey @nickmilo thank you for bringing this smart theme to the community, after trying many of them, yours is definitely the most amazing one!

I got a problem (all external plug-ins and custom appearence and css snippets disabled) when I enable your cybertron theme.

There is no line break after a sublist and it feels weird.

Editor:

image

feels cool!

Preview:

image

the sublist is not followed by a line break…


I also talked about this problem in Line jump don’t occur after sublists

I looked in your .css a way to fix this but didn’t find how…

May you help me ?

Cheers,

matelon

The content font size is too small for me with respect to sidebar font.

What should I use in my CSS snippet to change only the content font ?

I added some code to make it more legible.


After adding script : Altered Cybertron


Original: Original
I am using Rubik Font, which I think is better than Avenir. (Google Fonts)

CSS Snippet

.markdown-preview-view {
  font-family: 'Rubik', sans-serif !important;
}

.theme-dark
{
  /* only for cybertron theme */
  --background-primary: #161b22;
  --text-normal: #dedede;
}
3 Likes

That’s a really nice alt version, bravo!

1 Like

Love this theme Nick. On my screen, the font is super small. I tried using he tackpacd but id doesn’t work. Is there a way to increase font size without going into the cSS. I worry Ill screw things up in there. Thanks.

1 Like

I feel very embarrassed to ask such an elementary question here, but I’m new to the entire world of Obsidian and CSS, and getting frustrated because I read about adding CSS snippets, but in my Obsidian settings, there is no toggle to enable the CSS snippets. I’m not young but determined to learn. So, please tell me WHERE can I paste the CSS snippet I find here, to modify the appearance? I’d love to change the normal text to off-white from light blue in the Cybertron theme for example. I found the app CSS under developer tools and added the snippet there, but it didn’t change the text color. And when I closed and opened it again, my added code wasn’t even there anymore. Could you pls give me a very simple direction? Thanks! I’m on a Mac.

1 Like

I even changed the text color setting is obsidian.css like this: --text-normal: #dedede; but the light blue is still there.

1 Like

Hi @KrissyBP , don’t be embarrassed; that’s not an easy question. Go to your vault/folder on your computer. Find the .obsidian folder. On a mac you’ll have to press Cmd-shift-. to see hidden folders. Then find the snippets folder and drop the .css file in there

Thanks nickmilo, I’ll try and see.
:sweat_smile:

1 Like

YESSS, it works!!! Thank you so much, Nick!!! :star_struck:

1 Like

Now, on the contrary, I WANT those lines. How can I get them? I have cybertron installed and also outliner plugin, yet I am not seeing them. What can I do?

Just reverse those instructions. Open the css file, scroll to the very bottom and re-paste that code

Hmm, I spent a fair bit of time trying that out with no results :confused:
Not sure what it is… I also downloaded your LYT Kit vault to see if perhaps it was something with my vault, but I also didn’t see any lines.

I’ll dig into the CSS and see if I can figure something out.

Btw, I appreciate all you do for this community! Started off using Obsidian by watching your videos, they’ve helped me quite a lot! :slight_smile:

1 Like

Hi,
This is my favorite theme. I noticed that the option to pinch/scroll to increase font size doesn’t seem to work with it, though. Any idea what I would need to change in the CSS to enable that?

I don’t know. that was a strange issue, but I could never figure it out, so started from scratch from the LYT Mode theme.