dk.html
Attempt at defining themes from Python (probably better to do
this elsewhere).
-
dk.html.theme.mkpalette(_source, base, colorlist)[source]
Convenience function to define a palette.
-
class dk.html.theme.palette[source]
Color palettes from http://colormatch.dk. Colors are named with
a lower case x in front of the nearest defined colorvalue.
-
class LightSkyBlue2[source]
-
Gray7 = '#121212'
-
Gray93 = '#ededed'
-
LightSkyBlue2 = '#a4d3ee'
-
get = ['#a4d3ee', '#6f8ea1', '#edd7a4', '#a1896f', '#121212', '#ededed']
-
xLemonChiffon4 = '#a1896f'
-
xLightSlateGray = '#6f8ea1'
-
xNavajoWhite2 = '#edd7a4'
-
class palette.xForrestGreen[source]
-
Gray48 = '#7a7a7a'
-
Gray52 = '#858585'
-
get = ['#257b24', '#3cc73a', '#5f7a23', '#9ac73a', '#858585', '#7a7a7a']
-
xForrestGreen = '#257b24'
-
xLimeGreen = '#3cc73a'
-
xOliveDrab4 = '#5f7a23'
-
xYellowGreen = '#9ac73a'
-
class dk.html.css.css(**attrs)[source]