-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f764b2
commit 87d7955
Showing
1 changed file
with
46 additions
and
41 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 |
---|---|---|
@@ -1,121 +1,126 @@ | ||
# Author: Alberto Salvia Novella (es20490446e) | ||
|
||
### GENERAL | ||
[General] | ||
Description=Falcon | ||
Author=Alberto Salvia Novella (es20490446e) | ||
Opacity=1 | ||
|
||
### BACKGROUND (#223333) | ||
[Background] | ||
Bold=false | ||
Color=34,51,51 | ||
Bold=false | ||
Transparency=false | ||
|
||
### BACKGROUND INTENSE (#223333) | ||
[BackgroundIntense] | ||
Bold=true | ||
Color=34,51,51 | ||
Bold=true | ||
Transparency=false | ||
|
||
### FOREGROUND (#C2C2C2) | ||
[Foreground] | ||
Bold=false | ||
Color=194,194,194 | ||
Bold=false | ||
Transparency=false | ||
|
||
### FOREGROUND INTENSE (#C2C2C2) | ||
[ForegroundIntense] | ||
Bold=true | ||
Color=194,194,194 | ||
Bold=true | ||
Transparency=false | ||
|
||
## BLACK | ||
### BLACK (#959595) | ||
[Color0] | ||
Bold=false | ||
Color=149,149,149 | ||
Bold=false | ||
Transparency=false | ||
|
||
## BLACK BOLD | ||
### BLACK BOLD (#959595) | ||
[Color0Intense] | ||
Bold=true | ||
Color=149,149,149 | ||
Bold=true | ||
Transparency=false | ||
|
||
## RED | ||
### RED (#FF6565) | ||
[Color1] | ||
Bold=false | ||
Color=255,101,101 | ||
Bold=false | ||
Transparency=false | ||
|
||
## RED BOLD | ||
### RED BOLD (#FF6565) | ||
[Color1Intense] | ||
Bold=true | ||
Color=255,101,101 | ||
Bold=true | ||
Transparency=false | ||
|
||
## GREEN | ||
### GREEN (#84C24E) | ||
[Color2] | ||
Bold=false | ||
Color=132,194,78 | ||
Bold=false | ||
Transparency=false | ||
|
||
## GREEN BOLD | ||
### GREEN BOLD (#84C24E) | ||
[Color2Intense] | ||
Bold=true | ||
Color=132,194,78 | ||
Bold=true | ||
Transparency=false | ||
|
||
## YELLOW | ||
### YELLOW (#CFBF29) | ||
[Color3] | ||
Bold=false | ||
Color=207,191,41 | ||
Bold=false | ||
Transparency=false | ||
|
||
## YELLOW BOLD | ||
### YELLOW BOLD (#CFBF29) | ||
[Color3Intense] | ||
Bold=true | ||
Color=207,191,41 | ||
Bold=true | ||
Transparency=false | ||
|
||
## BLUE | ||
### BLUE (#6ED7FF) | ||
[Color4] | ||
Bold=false | ||
Color=110,215,255 | ||
Bold=false | ||
Transparency=false | ||
|
||
## BLUE BOLD | ||
### BLUE BOLD (#6ED7FF) | ||
[Color4Intense] | ||
Bold=true | ||
Color=110,215,255 | ||
Bold=true | ||
Transparency=false | ||
|
||
## ORANGE | ||
### ORANGE (#FCAF3E) | ||
[Color5] | ||
Bold=false | ||
Color=252,175,62 | ||
Bold=false | ||
Transparency=false | ||
|
||
## ORANGE BOLD | ||
### ORANGE BOLD (#FCAF3E) | ||
[Color5Intense] | ||
Bold=true | ||
Color=252,175,62 | ||
Bold=true | ||
Transparency=false | ||
|
||
## PURPLE | ||
### PURPLE (#B7B0E8) | ||
[Color6] | ||
Bold=false | ||
Color=183,176,232 | ||
Bold=false | ||
Transparency=false | ||
|
||
## PURPLE BOLD | ||
### PURPLE BOLD (#B7B0E8) | ||
[Color6Intense] | ||
Bold=true | ||
Color=183,176,232 | ||
Bold=true | ||
Transparency=false | ||
|
||
## WHITE | ||
### WHITE (#FFFFFF) | ||
[Color7] | ||
Bold=false | ||
Color=255,255,255 | ||
Bold=false | ||
Transparency=false | ||
|
||
## WHITE BOLD | ||
### WHITE BOLD (#FFFFFF) | ||
[Color7Intense] | ||
Bold=true | ||
Color=255,255,255 | ||
Bold=true | ||
Transparency=false | ||
|
||
[General] | ||
Description=Falcon | ||
Opacity=1 |