Jopp-gh / Obsidian-Dune84

Obsidian theme
GNU General Public License v2.0
29 stars 1 forks source link

New dune users #15

Closed ThiagoFerr0 closed 4 months ago

ThiagoFerr0 commented 4 months ago

Hello, first of all your theme is very beautiful and I would like some help to optimize small things to my liking.

I'm having problems with the text, it seems that the margin is larger than represented in your images, I'd like to modify it, I've installed a style plugin to help with this, but I'm not succeeding, look at the following image:

Captura de tela 2024-01-07 102042

The visualization is bad, I would like to remove or reduce this margin. Another detail is the coloring, as soon as I activate the Style it changes the coloring of the darkmode, I wanted to keep the pattern.

These are small things that I'm having trouble changing, perhaps because I'm a new Obsidian user.

Thank you in advance, master, and happy new year!

Translated with www.DeepL.com/Translator (free version)

ThiagoFerr0 commented 4 months ago

In terms of colors and themes, I'd like it to be standard, like this

Captura de tela 2024-01-07 102241

Jopp-gh commented 4 months ago

this margin is very odd! on my Mac, everything is fine and I have multiple vaults. Your OS (Windows) is different than mine, but that should not matter. Just stick with me and we will resolve this issue!

This margin is indeed a bug, try following:

  1. please create a new vault and install only Style Settings and Dune and your home page (the note in your screenshots) -> does this help? is that margin gone or still there?
  2. if the margin is still there, then prepare a sample file (remove your links and personal stuff) for me and upload your note in this thread, so I can work with something
  3. To change Colors, simply open Obsidians Settings>Style Settings>Dune>Colors and choose another theme or change colors to your liking under the same section.
  4. Finally, I suggest you to remove all cssclasses, if you have some. Example:
---
cssclass: 
---

Abc
ThiagoFerr0 commented 4 months ago

Hello master, thank you very much for your help.

I tested it here with a new vault and the margin is still this size, I'm leaving an image.

Master, I don't know how you want me to prepare the file, but I made a page here if you want something more specific, please let me know and I'll be happy to help with the tests.

In my original vault, I use CSS for the dashboard, but even in this case I've created a new vault so I don't think it's a problem.

Captura de tela 2024-01-07 203613

I'm attaching a .zip file of this new vault, but I'm sorry if this isn't the best way, I'm a new user on obsidian. Test Duna.zip

Thanks for the suggestion to change the colors, is there any option to get the colors of the default theme, without the style active? as shown in the 2 initial screenshots.

ah and yes master, my operating system is different, I work with windows 11

Jopp-gh commented 4 months ago

Very strange - no issues on my platform.

try this snippet: I am curious if this bug is something windows-related.

.align-l :is(.markdown-source-view .cm-line, .markdown-preview-view p, .inline-embed .markdown-embed-content p), .align-l :is(h1, h2, h3, h4, h5, h6), .align-l {
    text-align: unset;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

Jopp-gh commented 4 months ago

I reproduced: This is a feature of Obsidian, not a bug of Dune. Please toggle Readable line length off.

ReadLL

ThiagoFerr0 commented 4 months ago

Very nice!I deactivated the first test option and the margins returned to normal.

Captura de tela 2024-01-08 102620

Regarding the colors, I went to the options and gave an update to pull up the default, but it didn't change anything, so I opened to modify the color, and noticed that just by clicking on "Save" without changing the color, the original color of the template came up, removing that purple that hurts my eyes.

ThiagoFerr0 commented 4 months ago

Headers You're talking about the "#" function, right? If so, at first I thought so too, but as I've been using more "####" I've reduced it a lot, so when I want something that draws more attention I reduce the #.I really like it the way it is, but I know it depends on your resolution.

Jopp-gh commented 4 months ago

Tonight I'll add 2 new theme styles to Dune, similar to Obsidian's default light / dark theme. I decreased a little bit header sizes as well.

  1. Try to open the command palette and type in "style settings" and confirm, to open Dune's preferences in a window next to your notes
  2. Drag the tab of "style settings" in the dock on your right side. (See attachment)
  3. Go to Dune>Colors>Custom Theme if you want to explore how to modify the interface color or font colors.

If you keep Dune in your dock, Dune will be much easier to access, configure and to experiment with. So you don't need to open first Obsidian's Settings. Enjoy!
Closing this bug report as fixed.

Cust-theme_041559