Update puml-theme-logseq.puml

This commit is contained in:
Кирилл Чикалин
2024-08-09 14:59:18 +00:00
parent 578c794523
commit ac497d6137

View File

@@ -1,10 +1,3 @@
''
'' Cyborg theme based off of the bootstrap theme of the same name, with outline colors
'' https://bootswatch.com/cyborg/
''
'' Author: Brett Schwarz
'' Copyright (c) 2019 by Brett Schwarz
!$THEME = "logseq" !$THEME = "logseq"
!if %not(%variable_exists("$BGCOLOR")) !if %not(%variable_exists("$BGCOLOR"))
@@ -30,7 +23,7 @@ skinparam useBetaStyle false
!$WHITE = "#FFF" !$WHITE = "#FFF"
!$GRAY_LIGHT = "#222" !$GRAY_LIGHT = "#222"
!$GRAY = "#555" !$GRAY = "#555"
!$PRIMARY = "#2A9FD6" !$PRIMARY = "#a4b5b6"
!$SECONDARY = "#555" !$SECONDARY = "#555"
!$SUCCESS = "#77B300" !$SUCCESS = "#77B300"
!$INFO = "#9933CC" !$INFO = "#9933CC"
@@ -45,7 +38,7 @@ skinparam useBetaStyle false
'' and SHADE is calculated by clr * (1 - shade_factor) '' and SHADE is calculated by clr * (1 - shade_factor)
'' ''
!$FGCOLOR = $WHITE !$FGCOLOR = $WHITE
!$PRIMARY_DARK = "#55B2DE" !$PRIMARY_DARK = "#002b36"
!$PRIMARY_LIGHT = "#227FAB" !$PRIMARY_LIGHT = "#227FAB"
!$PRIMARY_TEXT = $PRIMARY !$PRIMARY_TEXT = $PRIMARY
!$SECONDARY_DARK = "#777777" !$SECONDARY_DARK = "#777777"