-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodey.config
More file actions
40 lines (32 loc) · 1.71 KB
/
codey.config
File metadata and controls
40 lines (32 loc) · 1.71 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
30
31
32
33
34
35
36
37
38
# =============================================================================
# codey.config — Theme Configuration
# Copy this file to your repo root as "codey.config" and set your theme.
# This file gets updated with new themes — yours stays untouched.
# =============================================================================
# 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 = "ghost" → .codey_themes/_default_ghost/_cl_lab_ghost.py
# THEME = "bsod" → .codey_themes/_default_terminal/_cl_lab_bsod.py
# not ready !
# THEME = "powershell" → .codey_themes/_default_powershell/_cl_lab_powershell.py not ready
# THEME = "terminal" → .codey_themes/_default_terminal/_cl_lab_terminal.py # not ready
#
# Community themes (after PR merge):
# THEME = "cyberpunk_by_n00bkiller"
# =============================================================================
THEME = "cat"
# =============================================================================
# Lingo for cuty & friends only
# LINGO = "korea"
# LINGO = "china"
# =============================================================================
LINGO = "default"
# =============================================================================
# ANIMATION_POWER = power or 'normal'
# Fallback = normal (4 cycles)
# uncoment below if you want CPU or GPU overload
# =============================================================================
ANIMATION_POWER = "normal"
# =============================================================================