diff --git a/puml-theme-logseq.puml b/puml-theme-logseq.puml index 650bf54..584f036 100644 --- a/puml-theme-logseq.puml +++ b/puml-theme-logseq.puml @@ -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" !if %not(%variable_exists("$BGCOLOR")) @@ -30,7 +23,7 @@ skinparam useBetaStyle false !$WHITE = "#FFF" !$GRAY_LIGHT = "#222" !$GRAY = "#555" -!$PRIMARY = "#2A9FD6" +!$PRIMARY = "#a4b5b6" !$SECONDARY = "#555" !$SUCCESS = "#77B300" !$INFO = "#9933CC" @@ -45,7 +38,7 @@ skinparam useBetaStyle false '' and SHADE is calculated by clr * (1 - shade_factor) '' !$FGCOLOR = $WHITE -!$PRIMARY_DARK = "#55B2DE" +!$PRIMARY_DARK = "#002b36" !$PRIMARY_LIGHT = "#227FAB" !$PRIMARY_TEXT = $PRIMARY !$SECONDARY_DARK = "#777777"