summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap
diff options
context:
space:
mode:
Diffstat (limited to 'zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap')
-rw-r--r--zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap109
1 files changed, 109 insertions, 0 deletions
diff --git a/zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap
new file mode 100644
index 000000000..26ee77f89
--- /dev/null
+++ b/zellij-utils/src/input/unit/snapshots/zellij_utils__input__theme__theme_test__dracula_theme_from_file.snap
@@ -0,0 +1,109 @@
+---
+source: zellij-utils/src/input/./unit/theme_test.rs
+assertion_line: 15
+expression: "format!(\"{:#?}\", theme)"
+---
+(
+ "dracula",
+ Theme {
+ palette: Palette {
+ source: Default,
+ theme_hue: Dark,
+ fg: Rgb(
+ (
+ 248,
+ 248,
+ 242,
+ ),
+ ),
+ bg: Rgb(
+ (
+ 40,
+ 42,
+ 54,
+ ),
+ ),
+ black: Rgb(
+ (
+ 0,
+ 0,
+ 0,
+ ),
+ ),
+ red: Rgb(
+ (
+ 255,
+ 85,
+ 85,
+ ),
+ ),
+ green: Rgb(
+ (
+ 80,
+ 250,
+ 123,
+ ),
+ ),
+ yellow: Rgb(
+ (
+ 241,
+ 250,
+ 140,
+ ),
+ ),
+ blue: Rgb(
+ (
+ 98,
+ 114,
+ 164,
+ ),
+ ),
+ magenta: Rgb(
+ (
+ 255,
+ 121,
+ 198,
+ ),
+ ),
+ cyan: Rgb(
+ (
+ 139,
+ 233,
+ 253,
+ ),
+ ),
+ white: Rgb(
+ (
+ 255,
+ 255,
+ 255,
+ ),
+ ),
+ orange: Rgb(
+ (
+ 255,
+ 184,
+ 108,
+ ),
+ ),
+ gray: EightBit(
+ 0,
+ ),
+ purple: EightBit(
+ 0,
+ ),
+ gold: EightBit(
+ 0,
+ ),
+ silver: EightBit(
+ 0,
+ ),
+ pink: EightBit(
+ 0,
+ ),
+ brown: EightBit(
+ 0,
+ ),
+ },
+ },
+)