-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbrutalist.yaml
More file actions
41 lines (37 loc) · 874 Bytes
/
brutalist.yaml
File metadata and controls
41 lines (37 loc) · 874 Bytes
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
39
40
41
name: brutalist
description: "Anti-skin. Pure monochrome, zero decoration, maximum function."
terminal:
background: "#000000"
foreground: "#FFFFFF"
cursor: "#FFFFFF"
palette:
black: "#000000"
red: "#FFFFFF"
green: "#FFFFFF"
yellow: "#AAAAAA"
blue: "#555555"
magenta: "#AAAAAA"
cyan: "#AAAAAA"
white: "#FFFFFF"
statusline:
accent: "#FFFFFF"
dim: "#333333"
bar_fill: "#FFFFFF"
bar_empty: "#000000"
icon: ">"
branding:
banner: |
\033[1mBRUTALIST\033[0m
\033[0mclaude\033[0m
hero: "----------------------------------------------------------------"
welcome: "Ready."
goodbye: "Done."
prompt_prefix: ">"
tools:
sounds: false
prefix: ""
events:
file_written: { sound: "", icon: ">" }
command_run: { sound: "", icon: ">" }
error: { sound: "", icon: "!" }
search: { sound: "", icon: ">" }