One thing that I’d like to keep though is the amount whitespace and font size in the note. Would someone here please be able to let me know what settings to change how to make the note editing and viewing stay the same in terms of the amount of text being displayed vertically.?
On macOS, however there is lag when using your theme especially when you scroll fast through large files. The reason (I did some debugging on your CSS) is the use of backdrop-filter. Dropping the use of that CSS property results in much better performance.
Perhaps something to have a look at (… and currently I am overriding your theme).
Thanks for your awesome theme and the code you shared by request of @tav.
I’ve altered it so that the headers and line-height are not as big as they are default.
It now looks like this:
What I would love to achieve it that the editor looks the same. Does anyone know what code I need to use for this? Is there a list of font sizes (variables) somewhere in the CSS that I can change?
I’ve tried to change the sizes and line heights via the dev tools, but the changes I made lead to markdown symbols like xx to be at a different position and selecting text also gave strange results… the selection had a different position than the text I was selecting.
Thanks for any ideas.
Loved using this for the past few months, just wondering if it was possible to change the font colour in dark mode? I find it needs a bit more contrast for my needs (i.e. #ffffff text) and I can’t seem to locate a variable in the css or the theme plugin?
When the cursor gets misaligned like that, it’s usually caused by the font changing in some way. Reloading obsidian usually fixes the issue.
Regarding your second issue, that’s an unfortunate side effect of the WYSIWYG style headings. There’s no good way around it until obsidian’s official WYSIWYG editor is released.
I would like to add some color to this incredible theme. Especially H1-6.
I have tried to figure out which CSS selectors I need to address with the dev tools but I didn’t succeed in finding the right ones.
What I like to achieve is change the color of the headings in as well the editor as the preview (both the same colour) and enhanced typography setting active.
Has anyone experience with this and is able to point me in the right direction?
Thanks in advance for any help.
Just replace the 1 with 2, 3 etc after cm-header- to color other headers.
The var(--text-title-h1) to define color I borrowed from cybertron theme css. You can change it for any HEX or RGB value.
I’m trying to solve an aligning problem with filenames and tags.
File Tree:
The article icons are not aligned with the parent folders names. I would like them to align which gives much better orientation for the eyes. I would like this also in nested folders. I’ve not been able to find the right piece of code to achieve this.
Hey everyone, California Coast v1.0.0 has been released!
There have been some minor tweaks to the theme, but more importantly, the California Coast Settings plugin has been deprecated in favor of the more generic Style Settings plugin.
I recommend updating the theme and installing Style Settings. Also, some of the functionality from the deprecated settings plugin can be found in these recommended plugins:
I’ve updated the theme to add better alignment to both tags and files. I’d recommend updating the theme (and installing the new Style Settings plugin)!