ShoroukAziz / Beautify-Anki

An Anki addon that attempts to give Anki's deck browser and deck overview pages a material design look.

Home Page:http://beautify-anki.shorouk.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Front size

dksdjadaj opened this issue · comments

Hi, im not sure why my front is like this. Also, I don't know how to change the color in the wheel to make it more read-able

Screen Shot 2020-10-29 at 4 09 08 PM

Open the theme JSON file of the theme you're using
under Deck overt view

    "DECK-OVERVIEW" :{

        "deck-name-font-size":"70px",
        "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, 96, 100,1)" ,
        "remaining-wedgit-bg"   : "rgba(245, 127, 23,1)" ,
        "new-wedgit-bg"         : "rgba(1, 87, 155,1)" ,
        "learning-wedgit-bg"    : "rgba(191, 54, 12,1)" ,
        "review-wedgit-bg"      : "rgba(27, 94, 32,1)" ,
        "total-wedgit-bg"       : "rgba(49, 27, 146,1)" ,

        


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

    }
    }

}

find and change these value
font size and font family to whatever you want

   "deck-name-font-size":"70px",
   "deck-name-font-family":"fantasy",

and under PIE-CHART change ` "wedgits-font-color"

`I'll add detailed steps in the docs so soon

Hi, I try doing that but it still didn't work.
Screen Shot 2020-10-30 at 2 31 51 PM

Screen Shot 2020-10-30 at 2 29 20 PM