1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-04-19 09:10:54 +01:00

Updated Third Party Themes (markdown)

Richard Pérez 2020-03-07 17:03:04 -06:00
parent 86bf3dfc1b
commit ed99f470e2

@ -266,9 +266,14 @@ Code:
"name": "Apple II Purple Text" "name": "Apple II Purple Text"
} }
``` ```
## Commodore 64 - Default ### Commodore 64 - Default
`{ By [@sansoo1972](https://github.com/sansoo1972/)
Code:
```json
{
"backgroundColor": "#36209b", "backgroundColor": "#36209b",
"fontColor": "#ffffff", "fontColor": "#ffffff",
"flickering": 0.2, "flickering": 0.2,
@ -292,11 +297,17 @@ Code:
"margin": 0.1, "margin": 0.1,
"name": "Commodore 64 - Default", "name": "Commodore 64 - Default",
"version": 2 "version": 2
}` }
```
## Commodore 64 - White ### Commodore 64 - White
`{ By [@sansoo1972](https://github.com/sansoo1972/)
Code:
```json
{
"backgroundColor": "#36209b", "backgroundColor": "#36209b",
"fontColor": "#ffffff", "fontColor": "#ffffff",
"flickering": 0.2, "flickering": 0.2,
@ -320,4 +331,4 @@ Code:
"margin": 0.1, "margin": 0.1,
"name": "Commodor 64 - White", "name": "Commodor 64 - White",
"version": 2 "version": 2
}` }```