Cybertron
Cybertron copied to clipboard
Fontsize [ issue ]
changing fontsize doesn't reflect in theme.
+1 I would really like to adjust the font size like the default and most other themes.
+1 So far my favourite theme but not being able to zoom is a bit of a bummer. #16
changing fontsize doesn't reflect in theme.
Create your css snippets and add this code to your file.
.cm-s-obsidian {
font-size: var(--font-text-size);
}