phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
Face
nxt
pretty
Face with color of type
SomeColor
.
struct
Face {
this
(Color foregroundColor, Color backgroundColor, bool bright, bool italic, string[] tagsHTML);
string
[]
tagsHTML
;
Color
foregroundColor
;
Color
backgroundColor
;
bool
bright
;
bool
italic
;
}
Constructors
this
this
(Color foregroundColor, Color backgroundColor, bool bright, bool italic, string[] tagsHTML)
Undocumented in source.
Members
Variables
backgroundColor
Color
backgroundColor
;
Undocumented in source.
bright
bool
bright
;
Undocumented in source.
foregroundColor
Color
foregroundColor
;
Undocumented in source.
italic
bool
italic
;
Undocumented in source.
tagsHTML
string
[]
tagsHTML
;
Undocumented in source.
Meta
Source
See Implementation
nxt
pretty
classes
Viz
enums
SolarizedLightColorTheme_hexstring
VizForm
functions
concise
faze
getFace
setFace
shortDurationString
show
manifest constants
baseNameFace
contextFace
ctxFaces
digestFace
dirFace
errorFace
fileFace
h1Face
infoFace
keyFaces
kindFace
missingSymlinkTargetFace
pathFace
regFileFace
specialFileFace
stdFace
symlinkBrokenFace
symlinkFace
timeFace
titleFace
warnFace
static variables
htmlHeader
nonStateHTMLTags
structs
Face
Fazed
templates
Concise
Face with color of type SomeColor.