Back

Using this site`s color scheme with Anki......

#1
I was playing around with anki`s colors (a bit tired of just looking at a white background) and though "RTK`s colors are pretty easy on the eyes."

Has anyone set up anki colors to match this site? could you share the settings?

cheers
Reply
#2
I just peeked at the CSS

this is the background color:

fffde7
Reply
#3
errr.... what is CSS?
(computer iliterate here....)
Reply
May 16 - 30 : Pretty Big Deal: Save 31% on all Premium Subscriptions! - Sign up here
JapanesePod101
#4
Playing with the colors, these settings look about right:

Hue 58
Sat 59
Val 255
Red 255
Green 254
Blue 196

In case anyone else wants to..........
Reply
#5
What values do you need in Anki? RGB, HSV ?

Try this : Alt + Printscreen with RevTK in browser. Open Windows "Paint" program. CTRL+V to paste. Use the Color Picker tool, click once. Go to menu "Colors > Edit Colors". When the color dialog appears click the long button "custom colors >>" (or something). Then you should see the RGB, HSV values for the last color you picked.

There are probably some extension in Firefox also that helps picking out colors from web pages, and handy tools that stays in Windows tray and do similarly, but let you pick colors in any window.
Reply
#6
zazen666 Wrote:errr.... what is CSS?
(computer iliterate here....)
CSS means "Cascading Style Sheet". It adds the "style" on top of the "content". You can see the bare content in Firefox with menu "View" > "Page Style" > "No style". Bare content is what search engines can parse : headings, paragraphs etc. The style sheets define the font sizes, colors dimensions, layout etc. for all elements on the page.
Reply