remy / mit-license

Hosted MIT License with details controlled through this repo
mit-license.org
Other
2.26k stars 1.57k forks source link

Theme popularity #1655

Open dbohdan opened 1 year ago

dbohdan commented 1 year ago

Out of curiosity I have compiled theme popularity stats. I am sharing them in case others find them interesting or it helps them choose a theme. null means no theme is set.

(I am posting this as an issue because discussions are not enabled. Close the issue at your discretion.)

counttheme
2214null
755default
156double-windsor
91flesch
80default-dark
58afterdark
56dusk
49eula-modern
45friendly
44black-beauty
39plaintext
37opensans
29material
23material-blue
20ubuntu-mono
20material-pink
19material-indigo
17material-teal
17material-light-blue
15xtansia
15material-red
14blackwood
138bits-monochrome
12solarized
12cherry
11open-sans
11hacker
10orange
10hipster-gray
9anon-pro
8material-deep-orange
7silver-style
7material-grey
7material-green
7material-deep-purple
7material-cyan
7magic-mint
7darkblog
68bits-monochrome-amber
5willpower
5white
5mitserrat
4ubuntu
4rokkitt
4material-orange
4hmt-blue
48bits-monochrome-blue-white
3material-brown
3dusk-textured
3clarity
2unity
2tryhtml
2terminal
2richienb-dark
2material-purple
2material-lime
2material-light-green
2hilula
2ecijol
2default
2cherry-white
2black
2$2
1richienb
1purple-gradient
1preview
1material-gray
1magicmint
1isolate
1hipster-grey
1double-winsor
1double-windsor
18bits-monochrome-green

The command I used to generate the table was

jq -r .theme *.json | sort | uniq -c | sort -nr | goawk -o csv 'BEGIN { print "count", "theme" } 1 { print $1, $2 }' | csv2html