breznflow/breznflow/assets/brezn.css
Michael 5ef9e65617 Restructure repo: move plugin into breznflow/ subfolder, add README/LICENSE
- Move all plugin files into breznflow/ subdirectory (matches BreznGEO structure)
- Add README.md (English) and README.de.md (German) with full documentation
- Add GPL-2.0 LICENSE file
- Rewrite readme.txt: expanded description, FAQs, external services, changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:26:24 +00:00

52 lines
1.8 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Theme Name: Brezn
Theme ID: brezn
Description: Biergarten bei Nacht dark amber canvas, Bavarian gold nodes, royal blue connections, state-seal red logic accents.
Author: BreznFlow
*/
.breznflow-wrap[data-theme="brezn"],
.breznflow-modal-overlay[data-theme="brezn"],
.breznflow-fs-portal[data-theme="brezn"] {
--breznflow-canvas-bg: #0d0800;
--breznflow-node-bg: #1e1300;
--breznflow-node-text: #f5c800;
--breznflow-node-sub: #8a6c00;
--breznflow-node-border: #3a2a00;
--breznflow-connection: #0066b3;
--breznflow-connection-hover: #3399ff;
--breznflow-toolbar-bg: #080500;
--breznflow-toolbar-text: #f5c800;
--breznflow-toolbar-border: #2a1f00;
--breznflow-panel-bg: #080500;
--breznflow-panel-text: #e8d070;
--breznflow-panel-border: #2a1f00;
--breznflow-btn-bg: #0066b3;
--breznflow-btn-text: #ffffff;
--breznflow-btn-border: #0077cc;
--breznflow-btn-hover-bg: #0077cc;
--breznflow-action-bar-bg: #080500;
--breznflow-action-bar-border: #2a1f00;
--breznflow-modal-overlay-bg: rgba(5, 3, 0, 0.88);
--breznflow-modal-bg: #100c00;
--breznflow-modal-border: #3a2a00;
--breznflow-modal-title: #f5c800;
--breznflow-modal-text: #e8d070;
--breznflow-modal-sub: #8a6c00;
--breznflow-modal-close: #8a6c00;
--breznflow-modal-secondary-bg: #0d0800;
--breznflow-modal-secondary-border: #3a2a00;
--breznflow-modal-code-bg: #050300;
--breznflow-tooltip-bg: rgba(5, 3, 0, 0.95);
--breznflow-tooltip-text: #f5c800;
--breznflow-fullscreen-overlay-bg: rgba(0, 0, 0, 0.92);
--breznflow-minimap-bg: rgba(13, 8, 0, 0.9);
--breznflow-minimap-border: #3a2a00;
--breznflow-color-trigger: #22c55e;
--breznflow-color-http: #0066b3;
--breznflow-color-code: #f5c800;
--breznflow-color-logic: #cc2200;
--breznflow-color-database: #b88a00;
--breznflow-color-ai: #ff8c00;
--breznflow-color-fallback: #5b9bc4;
}