-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create folder and filler file. * Add theme files. I tried to include all necessary files and structure, but this is my first time doing this so....hopefully I didn't make too many mistakes :) * Delete filler file. * Update README.md * Update README.md * Update README.md with images and text
- Loading branch information
1 parent
658c98f
commit ac9b0e9
Showing
8 changed files
with
25 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 @@ | ||
Hi there! Thanks for trying my theme!! | ||
|
||
It was designed from the ground up to be elegant and minimal, with information displayed clearly. | ||
|
||
If you have the Carbon Red TX16s, then the carbon goes the same direction as on the radio and the red color matches up to the aluminum. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,17 @@ | ||
--- | ||
summary: | ||
name: "Carbon Red" | ||
author: "Gabriel" | ||
info: "A nice match for the TX16 Carbon Red." | ||
colors: | ||
PRIMARY1: 0x000000 | ||
PRIMARY2: 0xF8F8F8 | ||
PRIMARY3: 0x202020 | ||
SECONDARY1: 0xC80000 | ||
SECONDARY2: 0x000000 | ||
SECONDARY3: 0xE8E8E8 | ||
FOCUS: 0x909090 | ||
EDIT: 0x009808 | ||
ACTIVE: 0xB0D4F8 | ||
WARNING: 0xE8B850 | ||
DISABLED: 0x606460 |