From f5465f1cf510ee8c66e79b2a3d1feac396e009ae Mon Sep 17 00:00:00 2001
From: c6rpse <42@c6rpse.slmail.me>
Date: Wed, 5 Mar 2025 05:20:46 -0300
Subject: [PATCH] Add C64 on theme files
---
standard/C64.yaml | 23 +++++++++++++++
standard/README.md | 1 +
standard/previews/C64.yaml.svg | 51 ++++++++++++++++++++++++++++++++++
3 files changed, 75 insertions(+)
create mode 100644 standard/C64.yaml
create mode 100644 standard/previews/C64.yaml.svg
diff --git a/standard/C64.yaml b/standard/C64.yaml
new file mode 100644
index 0000000..2f7f869
--- /dev/null
+++ b/standard/C64.yaml
@@ -0,0 +1,23 @@
+accent: "#00c2ff"
+background: "#27188e"
+foreground: "#ddd2ff"
+details: "darker"
+terminal_colors:
+ normal:
+ black: "#000000"
+ red: "#ac665c"
+ green: "#57992e"
+ yellow: "#7e8a13"
+ blue: "#766ad5"
+ magenta: "#9c5ac0"
+ cyan: "#468e97"
+ white: "#e1e1e1"
+ bright:
+ black: "#000000"
+ red: "#ffcfc6"
+ green: "#c1fe9d"
+ yellow: "#e5f088"
+ blue: "#6276cb"
+ magenta: "#ffc4ff"
+ cyan: "#b2f4fc"
+ white: "#e1e1e1"
diff --git a/standard/README.md b/standard/README.md
index a011fdc..88d7aea 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -1,5 +1,6 @@
|Theme name | Preview|
| --- | --- |
+|**[C64](C64.yaml)**:|
|
|**[Afterglow](afterglow.yaml)**:|
|
|**[Apple Dark](apple_dark.yaml)**:|
|
|**[Apple Light](apple_light.yaml)**:|
|
diff --git a/standard/previews/C64.yaml.svg b/standard/previews/C64.yaml.svg
new file mode 100644
index 0000000..2bb2a9b
--- /dev/null
+++ b/standard/previews/C64.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file