mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00:00
Base: Add C64 theme for Terminal
This commit is contained in:
parent
357b12f315
commit
fa1d07a45d
1 changed files with 32 additions and 0 deletions
32
Base/res/terminal-colors/C64.ini
Normal file
32
Base/res/terminal-colors/C64.ini
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[Options]
|
||||||
|
; Specifies whether bold text is displayed using bright colors.
|
||||||
|
ShowBoldTextAsBright=false
|
||||||
|
|
||||||
|
; Default text and background colors
|
||||||
|
[Primary]
|
||||||
|
Background=#53489d
|
||||||
|
Foreground=#7b7fcd
|
||||||
|
|
||||||
|
; Normal named colors
|
||||||
|
; These correspond to ANSI colors 0-7.
|
||||||
|
[Normal]
|
||||||
|
Black=#080200
|
||||||
|
Red=#994c50
|
||||||
|
Green=#67ac66
|
||||||
|
Yellow=#cad488
|
||||||
|
Blue=#ffffff
|
||||||
|
Magenta=#9d59a5
|
||||||
|
Cyan=#7cc2c8
|
||||||
|
White=#ffffff
|
||||||
|
|
||||||
|
; Bright named colors
|
||||||
|
; These correspond to ANSI colors 8-15.
|
||||||
|
[Bright]
|
||||||
|
Black=#080200
|
||||||
|
Red=#994c50
|
||||||
|
Green=#67ac66
|
||||||
|
Yellow=#cad488
|
||||||
|
Blue=#ffffff
|
||||||
|
Magenta=#9d59a5
|
||||||
|
Cyan=#7cc2c8
|
||||||
|
White=#ffffff
|
Loading…
Add table
Add a link
Reference in a new issue