-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarkvoid.toml
More file actions
56 lines (49 loc) · 1.56 KB
/
darkvoid.toml
File metadata and controls
56 lines (49 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
56
# ~/.config/rio/themes/dark_void.toml
[colors]
background = "#1c1c1c" # Terminal background color
foreground = "#c0c0c0" # The foreground color
# Selection
selection-background = "#7fa1c3" # Using blue for selection background
selection-foreground = "#1c1c1c" # Dark background for text
# Navigation
tabs-active = "#1bfd9c" # Accent color for active tab
tabs-active-foreground = "#1c1c1c" # Dark text on active tab
tabs-active-highlight = "#bdfe58" # Cursor color as active tab highlight
bar = "#404040" # Dimmer color for bar, close to the dim black
cursor = "#bdfe58" # Cursor color from the Warp theme
vi-cursor = "#bdfe58" # Same color for vi-cursor
# Search
search-match-background = "#66b2b2" # Cyan for search match
search-match-foreground = "#1c1c1c" # Dark background for search match text
search-focused-match-background = "#baffc9" # Green for focused match
search-focused-match-foreground = "#1c1c1c" # Dark background for focused match text
# Regular colors
black = "#1c1c1c"
blue = "#7fa1c3"
cyan = "#66b2b2"
green = "#baffc9"
magenta = "#dea6a0"
red = "#ffb3ba"
tabs = "#1bfd9c"
white = "#c0c0c0"
yellow = "#ffffba"
# Dim colors
dim-black = "#404040"
dim-blue = "#7fa1c3"
dim-cyan = "#66b2b2"
dim-foreground = "#c0c0c0"
dim-green = "#baffc9"
dim-magenta = "#dea6a0"
dim-red = "#ffb3ba"
dim-white = "#e6e6e6"
dim-yellow = "#ffffba"
# Light colors
light-black = "#404040"
light-blue = "#7fa1c3"
light-cyan = "#66b2b2"
light-foreground = "#c0c0c0"
light-green = "#baffc9"
light-magenta = "#dea6a0"
light-red = "#ffb3ba"
light-white = "#e6e6e6"
light-yellow = "#ffffba"