aboutsummaryrefslogtreecommitdiff
path: root/lib/Daffm/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Daffm/Types.hs')
-rw-r--r--lib/Daffm/Types.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs
index 953e3a8..7264673 100644
--- a/lib/Daffm/Types.hs
+++ b/lib/Daffm/Types.hs
@@ -73,3 +73,9 @@ type Key = V.Key
type Keymap = Map.Map [Key] Command
type KeySequence = [Key]
+
+data Configuration = Configuration
+ { configKeymap :: !Keymap,
+ configTheme :: !(Map.Map Text.Text Text.Text)
+ }
+ deriving (Show)