Theme popularity
dbohdan opened this issue · comments
D. Bohdan commented
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.)
count | theme |
---|---|
2214 | null |
755 | default |
156 | double-windsor |
91 | flesch |
80 | default-dark |
58 | afterdark |
56 | dusk |
49 | eula-modern |
45 | friendly |
44 | black-beauty |
39 | plaintext |
37 | opensans |
29 | material |
23 | material-blue |
20 | ubuntu-mono |
20 | material-pink |
19 | material-indigo |
17 | material-teal |
17 | material-light-blue |
15 | xtansia |
15 | material-red |
14 | blackwood |
13 | 8bits-monochrome |
12 | solarized |
12 | cherry |
11 | open-sans |
11 | hacker |
10 | orange |
10 | hipster-gray |
9 | anon-pro |
8 | material-deep-orange |
7 | silver-style |
7 | material-grey |
7 | material-green |
7 | material-deep-purple |
7 | material-cyan |
7 | magic-mint |
7 | darkblog |
6 | 8bits-monochrome-amber |
5 | willpower |
5 | white |
5 | mitserrat |
4 | ubuntu |
4 | rokkitt |
4 | material-orange |
4 | hmt-blue |
4 | 8bits-monochrome-blue-white |
3 | material-brown |
3 | dusk-textured |
3 | clarity |
2 | unity |
2 | tryhtml |
2 | terminal |
2 | richienb-dark |
2 | material-purple |
2 | material-lime |
2 | material-light-green |
2 | hilula |
2 | ecijol |
2 | default |
2 | cherry-white |
2 | black |
2 | $2 |
1 | richienb |
1 | purple-gradient |
1 | preview |
1 | material-gray |
1 | magicmint |
1 | isolate |
1 | hipster-grey |
1 | double-winsor |
1 | double-windsor |
1 | 8bits-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