yi-contrib 0.6.7.0 → 0.7.0
raw patch · 3 files changed
+4/−4 lines, 3 filesdep ~yi
Dependency ranges changed: yi
Files
- src/Yi/Config/Users/JP.hs +1/−1
- src/Yi/Config/Users/Jeff.hs +1/−1
- yi-contrib.cabal +2/−2
src/Yi/Config/Users/JP.hs view
@@ -129,7 +129,7 @@ configUI = (configUI defaultConfig) { configFontSize = if isCocoa then Just 12 else Just 10 -- , configTheme = darkBlueTheme- , configTheme = defaultLightTheme `override` \superTheme _ -> superTheme+ , configTheme = defaultTheme `override` \superTheme _ -> superTheme { selectedStyle = Endo $ \a -> a { foreground = white,
src/Yi/Config/Users/Jeff.hs view
@@ -18,7 +18,7 @@ myConfig = defaultVimConfig { defaultKm = myVimKeymap , configUI = (configUI defaultVimConfig)- { configTheme = defaultLightTheme + { configTheme = defaultTheme , configWindowFill = '~' } , startActions = [makeAction (maxStatusHeightA %= 20 :: EditorM ())]
yi-contrib.cabal view
@@ -1,5 +1,5 @@ name: yi-contrib-version: 0.6.7.0+version: 0.7.0 category: Development, Editor synopsis: Add-ons to Yi, the Haskell-Scriptable Editor description:@@ -38,4 +38,4 @@ filepath < 1.4, split >= 0.1 && < 0.3, mtl >= 0.1.0.1,- yi == 0.6.7.0+ yi == 0.7.0