-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#9 initial work on custom color scheme
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
#theme title | ||
title Papyros | ||
|
||
# foreground colors | ||
# note that the default background color is flagged | ||
# to become transparent when an image is present. | ||
|
||
# slot transparent bold | ||
|
||
# | | | | ||
|
||
# V V--color--V V V | ||
|
||
|
||
color 0 226 228 233 0 0 # regular foreground color | ||
color 1 40 44 52 1 0 # regular background color | ||
|
||
|
||
color 2 0 0 0 0 0 # regular color 0 Black | ||
color 3 255 43 43 0 0 # regular color 1 Red | ||
color 4 28 172 120 0 0 # regular color 2 Green | ||
color 5 248 213 104 0 0 # regular color 3 Yellow | ||
color 6 43 108 196 0 0 # regular color 4 Blue | ||
color 7 255 29 206 0 0 # regular color 5 Magenta | ||
color 8 24 167 181 0 0 # regular color 6 Cyan | ||
color 9 179 179 179 0 0 # regular color 7 White | ||
|
||
|
||
|
||
|
||
# intensive colors | ||
# instead of changing the colors, we've flaged the text to become bold | ||
|
||
|
||
|
||
color 10 255 255 255 0 1 # intensive foreground color | ||
|
||
color 11 0 0 0 1 0 # intensive background color | ||
|
||
|
||
|
||
color 12 106 106 106 0 0 # intensive color 0 | ||
|
||
color 13 253 94 83 0 0 # intensive color 1 | ||
|
||
color 14 168 228 160 0 0 # intensive color 2 | ||
|
||
color 15 254 254 34 0 0 # intensive color 3 | ||
|
||
color 16 154 206 235 0 0 # intensive color 4 | ||
|
||
color 17 252 116 253 0 0 # intensive color 5 | ||
|
||
color 18 236 234 190 0 0 # intensive color 6 | ||
|
||
color 19 255 255 255 0 0 # intensive color 7 | ||
|