gitHUD-1.1.0: More efficient replacement to the great git-radar

Safe HaskellSafe
LanguageHaskell2010

GitHUD.Config.Types

Documentation

data Config Source

Constructors

Config 

Fields

confRepoIndicator :: String
 
confNoUpstreamString :: String
 
confNoUpstreamIndicator :: String
 
confNoUpstreamIndicatorColor :: Color
 
confNoUpstreamIndicatorIntensity :: ColorIntensity
 
confRemoteCommitsIndicator :: String
 
confRemoteCommitsOnlyPush :: String
 
confRemoteCommitsOnlyPull :: String
 
confRemoteCommitsBothPullPush :: String
 
confLocalBranchNamePrefix :: String
 
confLocalBranchNameSuffix :: String
 
confLocalDetachedPrefix :: String
 
confLocalBranchColor :: Color
 
confLocalBranchIntensity :: ColorIntensity
 
confLocalDetachedColor :: Color
 
confLocalDetachedIntensity :: ColorIntensity
 
confLocalCommitsPushSuffix :: String
 
confLocalCommitsPushSuffixColor :: Color
 
confLocalCommitsPushSuffixIntensity :: ColorIntensity
 
confLocalCommitsPullSuffix :: String
 
confLocalCommitsPullSuffixColor :: Color
 
confLocalCommitsPullSuffixIntensity :: ColorIntensity
 
confLocalCommitsPushPullInfix :: String
 
confLocalCommitsPushPullInfixColor :: Color
 
confLocalCommitsPushPullInfixIntensity :: ColorIntensity
 
confChangeIndexAddSuffix :: String
 
confChangeIndexAddSuffixColor :: Color
 
confChangeIndexAddSuffixIntensity :: ColorIntensity
 
confChangeIndexModSuffix :: String
 
confChangeIndexModSuffixColor :: Color
 
confChangeIndexModSuffixIntensity :: ColorIntensity
 
confChangeIndexDelSuffix :: String
 
confChangeIndexDelSuffixColor :: Color
 
confChangeIndexDelSuffixIntensity :: ColorIntensity
 
confChangeLocalAddSuffix :: String
 
confChangeLocalAddSuffixColor :: Color
 
confChangeLocalAddSuffixIntensity :: ColorIntensity
 
confChangeLocalModSuffix :: String
 
confChangeLocalModSuffixColor :: Color
 
confChangeLocalModSuffixIntensity :: ColorIntensity
 
confChangeLocalDelSuffix :: String
 
confChangeLocalDelSuffixColor :: Color
 
confChangeLocalDelSuffixIntensity :: ColorIntensity
 
confChangeRenamedSuffix :: String
 
confChangeRenamedSuffixColor :: Color
 
confChangeRenamedSuffixIntensity :: ColorIntensity
 
confChangeConflictedSuffix :: String
 
confChangeConflictedSuffixColor :: Color
 
confChangeConflictedSuffixIntensity :: ColorIntensity
 
confStashSuffix :: String
 
confStashSuffixColor :: Color
 
confStashSuffixIntensity :: ColorIntensity