forked from johnny603/lux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroom_themes.css
More file actions
44 lines (38 loc) · 1.31 KB
/
Copy pathroom_themes.css
File metadata and controls
44 lines (38 loc) · 1.31 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
39
40
41
42
43
44
/* Room Theming and Atmosphere Styling */
.room-theme-cyberpunk-terminal {
border-left: 4px solid #00ff66 !important;
background: linear-gradient(135deg, rgba(0, 20, 10, 0.95), rgba(10, 30, 20, 0.85)) !important;
}
.room-theme-abandoned-lab {
border-left: 4px solid #f39c12 !important;
background: linear-gradient(135deg, rgba(30, 20, 5, 0.95), rgba(20, 20, 20, 0.85)) !important;
}
.room-theme-ancient-tomb-vault {
border-left: 4px solid #3498db !important;
background: linear-gradient(135deg, rgba(5, 20, 35, 0.95), rgba(15, 15, 25, 0.85)) !important;
}
.room-theme-security-interlock {
border-left: 4px solid #e74c3c !important;
background: linear-gradient(135deg, rgba(35, 10, 10, 0.95), rgba(20, 10, 10, 0.85)) !important;
}
.room-theme-quantum-core {
border-left: 4px solid #9b59b6 !important;
background: linear-gradient(135deg, rgba(25, 5, 35, 0.95), rgba(15, 5, 25, 0.85)) !important;
}
.ascii-map-container {
font-family: 'Courier New', Courier, monospace;
font-size: 0.75rem;
line-height: 1.1;
background-color: #0d1117;
color: #58a6ff;
border: 1px dashed #30363d;
padding: 6px;
border-radius: 4px;
white-space: pre;
overflow-x: auto;
}
.atmosphere-badge {
font-size: 0.65rem;
letter-spacing: 0.5px;
text-transform: uppercase;
}