We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8e06b commit 07cd479Copy full SHA for 07cd479
puml-theme-4class.puml
@@ -126,7 +126,7 @@ skinparam backgroundColor $BGCOLOR
126
skinparam useBetaStyle false
127
128
129
-!$PRIMARY_TEXT = $GRAY_100
+!$PRIMARY_TEXT = $BLACK
130
!$PRIMARY_BG_LIGHT = $WHITE
131
!$PRIMARY_BG = $GRAY_10
132
!$PRIMARY_BORDER_LIGHT = $GRAY_20
puml-theme-xuanye.puml
@@ -4,16 +4,13 @@
4
'' Author: Xuanye Wong
5
'' Copyright (c) 2023 by Xuanye Wong
6
7
-
8
!$THEME = "xuanye"
9
10
'!$BGCOLOR = "#f5f5f5"
11
12
!if %not(%variable_exists("$BGCOLOR"))
13
!$BGCOLOR = "transparent"
14
!endif
15
16
17
skinparam backgroundColor $BGCOLOR
18
19
0 commit comments