Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 28, 2020 02:58
Show Gist options
  • Save r-ryantm/6711372d8a14256d8d6c5ccfd72144b1 to your computer and use it in GitHub Desktop.
Save r-ryantm/6711372d8a14256d8d6c5ccfd72144b1 to your computer and use it in GitHub Desktop.
/nix/store/gy6zv10yzfavc5kqj4n5k98y2xvgqkps-python2.7-qdarkstyle-2.8.1
├── bin
│   └── qdarkstyle
├── lib
│   └── python2.7
│   └── site-packages
│   ├── qdarkstyle
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── palette.py
│   │   ├── palette.pyc
│   │   ├── style_rc.py
│   │   ├── style_rc.pyc
│   │   └── utils
│   │   ├── images.py
│   │   ├── images.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── scss.py
│   │   └── scss.pyc
│   └── QDarkStyle-2.8.1.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.rst
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment