gitextract_n68m0tjp/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ ├── bash_unit.yml │ └── shellcheck.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── install.sh ├── run_linter.sh ├── run_tests.sh ├── tests/ │ ├── bash_unit │ └── test_install.sh └── themes/ ├── CyberRe/ │ ├── dejavu_14.pf2 │ ├── droidlogo_bold_17.pf2 │ ├── droidlogo_bold_20.pf2 │ ├── droidlogo_bold_26.pf2 │ ├── droidlogo_regular_12.pf2 │ ├── droidlogo_regular_17.pf2 │ └── theme.txt ├── Cyberpunk/ │ ├── Blender_Pro_Book_12.pf2 │ ├── Blender_Pro_Book_14.pf2 │ ├── Blender_Pro_Book_16.pf2 │ ├── Blender_Pro_Book_24.pf2 │ ├── Blender_Pro_Book_32.pf2 │ ├── Blender_Pro_Book_48.pf2 │ ├── terminus-12.pf2 │ ├── terminus-14.pf2 │ ├── terminus-16.pf2 │ ├── terminus-18.pf2 │ └── theme.txt ├── Shodan/ │ ├── fonts/ │ │ └── unifont_16.pf2 │ └── theme.txt ├── Vimix/ │ ├── dejavu_32.pf2 │ ├── dejavu_sans_12.pf2 │ ├── dejavu_sans_14.pf2 │ ├── dejavu_sans_16.pf2 │ ├── dejavu_sans_24.pf2 │ ├── dejavu_sans_48.pf2 │ ├── terminus-12.pf2 │ ├── terminus-14.pf2 │ ├── terminus-16.pf2 │ ├── terminus-18.pf2 │ └── theme.txt └── fallout/ ├── LICENSE ├── README.md ├── fixedsys-regular-32.pf2 └── theme.txt