Skip to content

Instantly share code, notes, and snippets.

@tmltmltml
tmltmltml / article-style.css
Created September 23, 2019 14:56 — forked from bangedorrunt/article-style.css
GoldenDict Dark Theme
body
{
margin-top: 1px;
margin-right: 3px;
margin-left: 2px;
margin-bottom: 3px;
background: #201F1F;
color: white;
font-family: Bookerly, Segoe UI, Palatino Linotype, Arial Unicode MS;
}
@tmltmltml
tmltmltml / convert_svg.py
Created August 20, 2019 15:27 — forked from or/convert_svg.py
Convert SWF to SVG and PNG
#!/usr/bin/env python2.7
import argparse
import os
import re
import shutil
import sys
import tempfile
from copy import deepcopy