Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Falcon.colorscheme: Add hex codes #518

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 46 additions & 41 deletions lib/color-schemes/Falcon.colorscheme
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]
yan12125 marked this conversation as resolved.
Show resolved Hide resolved
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
Loading