Skip to content

Commit

Permalink
feat: Carbon Red theme (#68)
Browse files Browse the repository at this point in the history
* 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
inventor7777 authored Jul 11, 2024
1 parent 658c98f commit ac9b0e9
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ These let you play with the theme colours and generate the required files.
### Zhukorama_dark
<img src="THEMES/Zhukorama_dark/screenshot1.png" height="136x"> <img src="THEMES/Zhukorama_dark/screenshot2.png" width="240px"> <img src="THEMES/Zhukorama_dark/screenshot3.png" width="240px">

### Carbon_Red
<img src="THEMES/Carbon_Red/screenshot1.png" height="136x"> <img src="THEMES/Carbon_Red/screenshot2.png" width="240px"> <img src="THEMES/Carbon_Red/screenshot3.png" width="240px">

## Description of an EdgeTX theme

A theme for EdgeTX consists minimally of 5 files, all located in a dedicated subfolder (in the example here `themename`):
Expand Down
Binary file added THEMES/Carbon_Red/background_480x272.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added THEMES/Carbon_Red/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions THEMES/Carbon_Red/readme.txt
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.
Binary file added THEMES/Carbon_Red/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added THEMES/Carbon_Red/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added THEMES/Carbon_Red/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions THEMES/Carbon_Red/theme.yml
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

0 comments on commit ac9b0e9

Please sign in to comment.