From 503aa8a64a5a207e25fcac9a444d050fabbefe58 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 2 May 2019 09:24:40 -0400 Subject: [PATCH] Use darkstyle pkg --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 9c2dc6d0..bbe8a956 100644 --- a/Pipfile +++ b/Pipfile @@ -15,6 +15,7 @@ tractor = {git = "git://github.com/goodboy/tractor.git"} toml = "*" pyqtgraph = "*" pyside2 = "*" +qdarkstyle = "*" [dev-packages] pytest = "*"