From ac497d6137be076aef05b2e40c49967b409f6483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A7=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D0=BD?= Date: Fri, 9 Aug 2024 14:59:18 +0000 Subject: [PATCH] Update puml-theme-logseq.puml --- puml-theme-logseq.puml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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"