Home
last modified time | relevance | path

Searched refs:customizeAttr (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs185 attrMap (customizeAttr (themeCustomDefaultAttr t) (themeDefaultAttr t)) customMap
189 let a' = customizeAttr (M.lookup aName (themeCustomMapping t)) attr
192 customizeAttr :: Maybe CustomAttr -> Attr -> Attr
193 customizeAttr Nothing a = a function
194 customizeAttr (Just c) a = function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs185 attrMap (customizeAttr (themeCustomDefaultAttr t) (themeDefaultAttr t)) customMap
189 let a' = customizeAttr (M.lookup aName (themeCustomMapping t)) attr
192 customizeAttr :: Maybe CustomAttr -> Attr -> Attr
193 customizeAttr Nothing a = a function
194 customizeAttr (Just c) a = function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs185 attrMap (customizeAttr (themeCustomDefaultAttr t) (themeDefaultAttr t)) customMap
189 let a' = customizeAttr (M.lookup aName (themeCustomMapping t)) attr
192 customizeAttr :: Maybe CustomAttr -> Attr -> Attr
193 customizeAttr Nothing a = a function
194 customizeAttr (Just c) a = function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/
H A DThemes.hs184 attrMap (customizeAttr (themeCustomDefaultAttr t) (themeDefaultAttr t)) customMap
188 let a' = customizeAttr (M.lookup aName (themeCustomMapping t)) attr
191 customizeAttr :: Maybe CustomAttr -> Attr -> Attr
192 customizeAttr Nothing a = a function
193 customizeAttr (Just c) a = function