-
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.
feat: Add Blue-white-red theme (#65)
* Create RUSSIA Themes add * Add theme
- Loading branch information
1 parent
b799589
commit 9a80121
Showing
8 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
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,4 @@ | ||
Thank you for choosing this topic. It is made in white blue and red color. | ||
|
||
Kirill Blokhin | ||
@kobakirill |
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: "RUSSIA" | ||
author: "kobakirill" | ||
info: "@kobakirill" | ||
colors: | ||
PRIMARY1: 0x000000 | ||
PRIMARY2: 0xF8FCF8 | ||
PRIMARY3: 0x282CA8 | ||
SECONDARY1: 0x2054C8 | ||
SECONDARY2: 0x5058D0 | ||
SECONDARY3: 0xC8C8D8 | ||
FOCUS: 0xF00000 | ||
EDIT: 0x3838B8 | ||
ACTIVE: 0x0010F0 | ||
WARNING: 0xF80000 | ||
DISABLED: 0x3050B8 |