From 4f888db9e7b27ab0effa29aad6531f6dbef0abdf Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 1 Oct 2014 20:14:44 +0200 Subject: [PATCH] Add hscolour --- .hscolour | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .hscolour diff --git a/.hscolour b/.hscolour new file mode 100644 index 0000000..88531ba --- /dev/null +++ b/.hscolour @@ -0,0 +1,17 @@ +ColourPrefs + { keyword = [Foreground Blue] + , keyglyph = [Foreground Red] + , layout = [Foreground Red] + , comment = [Foreground Green] + , conid = [Normal] + , varid = [Normal] + , conop = [Bold,Foreground Red] + , varop = [Foreground Black] + , string = [Foreground Magenta] + , char = [Foreground Magenta] + , number = [Foreground Magenta] + , cpp = [Dim,Foreground Magenta] + , selection = [Bold, Foreground Magenta] + , variantselection = [Dim, Foreground Red, Underscore] + , definition = [Normal] + }