-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.codey.config
More file actions
29 lines (26 loc) · 1.54 KB
/
example.codey.config
File metadata and controls
29 lines (26 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# =============================================================================
# FILE: codey.config
# EDITION: No Mercy / Configuration Core
# -----------------------------------------------------------------------------
# PURPOSE: Central configuration for themes and versioning logic.
# LEGAL: Subject to ESOL v1.1 | (c) 2026 VolkanSah & BadTin
# REPO: https://github.com/VolkanSah/ESOL
# =============================================================================
# Builtin themes:
# THEME = "default" → .codey_themes/_default/_cl_lab_default.py
# THEME = "cuty" → .codey_themes/_default_cuty/_cl_lab_cuty.py
# THEME = "cat" → .codey_themes/_default_cat/_cl_lab_cat.py
# THEME = "terminal" → .codey_themes/_default_terminal/_cl_lab_terminal.py
#
# Community themes (after PR merge):
# THEME = "cyberpunk_by_n00bkiller"
# =============================================================================
THEME = "cat" # Sets the visual identity of Codey (Current: Cat Theme)
# Version = "latest" # Version switch: "latest" (stable) or "dev" (experimental) SOON!!!!
# =============================================================================
# Dev-Note for the next generation:
# "latest" brings you the polished stability.
# "dev" brings you into the lab where the "murks" happens.
# If you choose "dev", a .dev folder will be created in the core.
# Use it to see if Volkan was afraid of bricking the system today! :D
# REMEMBER: 1 backup is good, 3 backups are the "No Mercy" way of survival.