forked from briano1905/typings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added a 'themes' window that shows all themes and allows to quickly…
… change between them (new themes MUST be added to themes/theme-list.json to be visible in this window) you can show it by clicking 'themes' in the footer - changed the footer to allow for multiple elements - fixed body background getting broken when the content is taller than the view height
- Loading branch information
Jack
committed
Jul 26, 2019
1 parent
661bf08
commit e2097e7
Showing
33 changed files
with
261 additions
and
34 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
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
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ body { | |
color: #f44c7f; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area{ | ||
background: #a2aebd; | ||
} | ||
|
||
|
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
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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #fafafa; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #691f28; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #ed6b21; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #e3d9c6; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #fafafa; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #333333; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ body { | |
color: #e3d5b9; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #687796; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ body { | |
color: #ffd751; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #232533; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #bd93f9; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #44475a; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ body { | |
color: #abc6dc; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #3a3a3a; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ body { | |
color: #147d36; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #bb2e17; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #25cdc5; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #d4d4d4; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #1a1a1a; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #eaeaea; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ body { | |
color: #fafafa; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #b9d9eb; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ body { | |
color: #fafafa; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #7c7e81; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ body { | |
color: #F8F8F2; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #272822; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ body { | |
color: #1a1a1a; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #eaeaea; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ body { | |
color: #eac004; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #155d94; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #eceff4; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #2e3440; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #ffac00; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #63696a; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #e8c4b8; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #fafafa; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #eed484; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #2e1a47; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ body { | |
color: #1a1a1a; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #d4d4d4; | ||
} | ||
|
||
|
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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ body { | |
color: #302f2b; | ||
} | ||
|
||
#typing-area { | ||
#typing-area, #theme-area { | ||
background: #f0ebd7; | ||
} | ||
|
||
|
Oops, something went wrong.