Beautify-Anki_2.0 (mizmu) [Support Thread]

Thanks, it’s so annoying to look at

1 Like

I didn’t understand the first problem.
Regarding the second one, I saw that you have already been answered.

1 Like

For the other one I just want to know if it’s possible to change the color of the bottom bar in the reviewer, the one that is normally this “cyan” Ig I don’t really know what to call it but you get the point. Is it possible and if yes how?

Hi!

You can use themes for that. The bottombar-color field is what you’re looking for.
I can suggest either editing the theme that you’re using or creating a copy of it and then change it.

2 Likes

Hello! It’s been a while since you last wrote, and you may not be using Anki anymore. But I still want to ask in case you are still using it. Could you please send me your CSS settings for an image like the one you have in this photo? I would be very grateful.:melting_face:

1 Like
element.style {
    background: linear-gradient(20deg,rgba(31, 109, 102, 0.6), rgba(3, 49, 85, 0.6));
    background-image: linear-gradient(20deg, rgba(31, 109, 102, 0.6), rgba(3, 49, 85, 0.6));
}
1 Like

Has anyone encountered a problem with the latest versions of Anki with this addon?
I saw that one complained that it didn’t work for him. Without specifying.
(There is another person in the comments about the addon who copied the code of this addon except for some minor damage in the CSS and deleted all the credits, but that is a topic for a separate discussion…)


There is a white line under the bottom bar and it only happens when I’m inside a deck it kinda irritates me how do I remove it

Will be fixed soon
Thanks for reporting

1 Like

I would suggest you invest your time in doing things that will benefit you and other people in the world instead of wasting it on unnecessary shaming of someone you don’t know.
The time you wasted signing up again and again to ankiweb to leave more and more negative reviews could have been of some use to one of the many problems @dae is facing.
See here:

2 Likes

@MIZMU I understand why you felt the need to respond, but when someone is harassing you, please just report it (you can DM @moderator here). I’m working on deleting the sock-puppet accounts and reviews, so you can just stop responding to them.

2 Likes

Thank you!
Appreciate your work!

1 Like

The recent sockpuppet/brigading posts have been deleted. If the people responsible for them are reading this, please be aware that any further behaviour like this will result in your sharing and syncing privileges being removed on all of your accounts.

And MIZMU, I do not know what exactly if anything you have done to earn the ire of these people, but I suggest you do not engage with them further. If your add-on keeps creating work for us, it may be easier to ask you to host it elsewhere.

4 Likes

Thank you for all the help.

To be honest, from the attacker’s messages, it seemed like he was furious about something that happened on his Discord. I’m not registered on any social network, and I’m not used to online bullying, so I responded to him. In any case, just as he argued with me and put quite a bit of effort into it, he’s probably arguing with other people around the globe as well.

As for the plugin, I don’t really gain anything from it. I just came to help the community with the possibility of getting a small refund on my investment. (In reality, there wasn’t any kind of “mass rush” to my Patreon, so it was mostly voluntary, including its ongoing maintenance). If it’s a problem, I have no issue deleting it.

3 Likes

I recently downloaded beautify anki 2.0, and for some reason, i cannot for the life of me figure out how to change these things.

  1. Making the background clear. I changed the background photos to 5 solid purple/lavender photos. However, for some reason their is this clear color thing(???) that is making my backgrounds appear as a greenish/blue color. I was wondering if there is a way to make the background image appear as the actual background image i imported, and not be altered into a weird color.
  2. changing the font size of the deck titles. for some reason, when i click on my decks, the title becomes extremely huge. i would like to change this text to an appropriate size (im fine with the font size of my title decks on the home screen)

You can change this in the theme json files:
These files are located in the folder:
1116770498\user_files\theme_settings
Check in the addon settings which theme you have active.

The values ​​that determine the background color are:
“overlay-color1” :“rgba(~-~)”
“overlay-color2” :“rgba(~-~)”

The value that determines the size of the deck name is:
“deck-name-font-size”:“70px”,

1 Like

Thanks!! My backgrounds now show up the way I want on the decks browsing screen. However, when I click on a deck, the background appears as a white solid background. To my knowledge, I did not mess with any code that would change this.

Please copy the changes you made here.

“overlay-color1” :“rgba(~-~)”,
“overlay-color2” :“rgba(~-~)”,
“deck-name-font-size”:“50px”,

as you can see, i messed around with the colors of the buttons/large areas/etc, but the issue of my background being blank appeared right after i changed the settings above and before i changed any colors. nevertheless, here is my entire default.json in case i missed smth

{
    "overlay-color1"    :"rgba(~-~)",
    "overlay-color2"    :"rgba(~-~)",
    "heatmap-background":true,
    
    "gear-icon-color"   : "rgba(68, 68, 68,1)",
    "buttons-color"     : "rgba(0, 150, 136,1)",
    "buttons-label-color"  : "rgba(255, 255, 255,1)", 
    "bottombar-color"   : "#E6D6FE",
    "topbar-color"      : "#E6D6FE",
    "topbar-position" : "left",

    "large-areas-color"  : "rgba(105, 13, 158, 0.8)" ,
    "decks-border-color" : "rgba(126, 126, 126, 0.6)",
    "decks-font-color"   : "rgba(39, 39, 39,1)",
    "decks-font-size"        :"15px",
    "decks-font-family"        :"Raleway",
    "decks-font-src"        :"Raleway.ttf",
    "filtered-deck-color" :"rgba(255, 193, 7,1)",

    "DECK-BROWSER": {

                
        "review-count-background-color" : " rgba(76, 175, 80,1)",
        "review-count-color" : "rgb(255, 255, 255,1)",
        "new-count-background-color" : "rgba(57, 73, 171,0.8)",
        "new-count-color" : "rgb(255, 255, 255,1)",


        "wedgits-font-size"     :"13px",
        "wedgits-font-family"   :"Raleway",
        "wedgits-font-src"      :"Raleway.ttf",
        "wedgits-font-color" : "rgba(256,256,256,1)" ,


        "overview-wedgit-bg"  : "#aa4cea" ,
        "average-wedgit-bg"   : "#9f3edc" ,
        "remaining-wedgit-bg" : "#9331d0" ,
        "new-wedgit-bg"       : "#8f2cca" ,
        "due-wedgit-bg"       : "#8523bd" ,
        "total-wedgit-bg"     : "#7817b1" 


    },
    "DECK-OVERVIEW" :{

        "deck-name-font-size":"50px",
        "deck-name-font-family":"fantasy",
        "deck-name-font-src"        :"",

        "wedgits-font-size"     :"13px",
        "wedgits-font-family"   :"Raleway",
        "wedgits-font-src"      :"Raleway.ttf",
        "wedgits-font-color"    : "rgba(255, 255, 255,1)",


        "total-notes-wedgit-bg" : "rgba(0, 137, 123,0.8)" ,
        "remaining-wedgit-bg"   : "rgba(255, 143, 0,0.8)" ,
        "new-wedgit-bg"         : "rgba(57, 73, 171,0.8)" ,
        "learning-wedgit-bg"    : "rgba(216, 67, 21,0.8)" ,
        "review-wedgit-bg"      : "rgba(46, 125, 50,0.8)" ,
        "total-wedgit-bg"       : "rgba(94, 53, 177,0.8)" ,

        
    
    "PIE-CHART":{
        "wedgits-font-color" : "rgba(0,0,0,1)"
    }
    },

    "night":{
        "large-areas-color"     : "rgba(105, 13, 158, 0.8)",
        "decks-border-color"    : "rgba(56, 56, 58 , 1) ",
        "decks-font-color"           : "rgba(255, 255, 255, 1)",
        "filtered-deck-color"   : "rgba(130, 187, 240,1)",
        "gear-icon-color"       : " rgba(171, 189, 198,1)"
    }
   

}

i probably should’ve included this in my last post, but my background also does not show up when i click “study now”

1 Like

Ah. I wrote these values ​​as an example and the color values ​​are not correct. You can change the font size number to any number you like - increase for example (60px) or decrease (for example 30px).
You can take the color values from the color picker in the editor according to the one surrounded by a circle.
For example, for blue value you can enter:
rgba(0, 0, 255, 0.8)
If you want there to be no color you can simply change the last value to 0 for example:
rgba(105, 13, 158, 0)