mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:37:35 +00:00
Everywhere: Move Base/res/terminal-colors to Base/res/color-schemes
This commit is contained in:
parent
534f3faa2f
commit
4aec8491d6
19 changed files with 6 additions and 5 deletions
26
Base/res/color-schemes/Base16 Dark.ini
Normal file
26
Base/res/color-schemes/Base16 Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#181818
|
||||
Foreground=#d8d8d8
|
||||
|
||||
[Normal]
|
||||
Black=#181818
|
||||
Red=#ab4642
|
||||
Green=#a1b56c
|
||||
Yellow=#f7ca88
|
||||
Blue=#7cafc2
|
||||
Magenta=#ba8baf
|
||||
Cyan=#86c1b9
|
||||
White=#d8d8d8
|
||||
|
||||
[Bright]
|
||||
Black=#585858
|
||||
Red=#ab4642
|
||||
Green=#a1b56c
|
||||
Yellow=#f7ca88
|
||||
Blue=#7cafc2
|
||||
Magenta=#ba8baf
|
||||
Cyan=#86c1b9
|
||||
White=#f8f8f8
|
26
Base/res/color-schemes/Base16 Light.ini
Normal file
26
Base/res/color-schemes/Base16 Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#f8f8f8
|
||||
Foreground=#383838
|
||||
|
||||
[Normal]
|
||||
Black=#f8f8f8
|
||||
Red=#ab4642
|
||||
Green=#a1b56c
|
||||
Yellow=#f7ca88
|
||||
Blue=#7cafc2
|
||||
Magenta=#ba8baf
|
||||
Cyan=#86c1b9
|
||||
White=#383838
|
||||
|
||||
[Bright]
|
||||
Black=#b8b8b8
|
||||
Red=#dc9656
|
||||
Green=#e8e8e8
|
||||
Yellow=#d8d8d8
|
||||
Blue=#585858
|
||||
Magenta=#282828
|
||||
Cyan=#a16946
|
||||
White=#181818
|
32
Base/res/color-schemes/C64.ini
Normal file
32
Base/res/color-schemes/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
|
32
Base/res/color-schemes/Default.ini
Normal file
32
Base/res/color-schemes/Default.ini
Normal file
|
@ -0,0 +1,32 @@
|
|||
[Options]
|
||||
; Specifies whether bold text is displayed using bright colors.
|
||||
ShowBoldTextAsBright=true
|
||||
|
||||
; Default text and background colors
|
||||
[Primary]
|
||||
Background=#000000
|
||||
Foreground=#ffffff
|
||||
|
||||
; Normal named colors
|
||||
; These correspond to ANSI colors 0-7.
|
||||
[Normal]
|
||||
Black=#000000
|
||||
Red=#cc0000
|
||||
Green=#3e9a06
|
||||
Yellow=#c4a000
|
||||
Blue=#3465a4
|
||||
Magenta=#75507b
|
||||
Cyan=#06989a
|
||||
White=#eeeeee
|
||||
|
||||
; Bright named colors
|
||||
; These correspond to ANSI colors 8-15.
|
||||
[Bright]
|
||||
Black=#555753
|
||||
Red=#ef2929
|
||||
Green=#8ae234
|
||||
Yellow=#fce94f
|
||||
Blue=#729fcf
|
||||
Magenta=#ad7fa8
|
||||
Cyan=#34e2e2
|
||||
White=#ffffff
|
26
Base/res/color-schemes/Dracula.ini
Normal file
26
Base/res/color-schemes/Dracula.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#282a36
|
||||
Foreground=#f8f8f2
|
||||
|
||||
[Normal]
|
||||
Black=#21222c
|
||||
Red=#ff5555
|
||||
Green=#50fa7b
|
||||
Yellow=#f1fa8c
|
||||
Blue=#bd93f9
|
||||
Magenta=#ff79c6
|
||||
Cyan=#8be9fd
|
||||
White=#f8f8f2
|
||||
|
||||
[Bright]
|
||||
Black=#6272a4
|
||||
Red=#ff6e6e
|
||||
Green=#69ff94
|
||||
Yellow=#ffffa5
|
||||
Blue=#d6acff
|
||||
Magenta=#ff92df
|
||||
Cyan=#a4ffff
|
||||
White=#ffffff
|
26
Base/res/color-schemes/Gruvbox Dark.ini
Normal file
26
Base/res/color-schemes/Gruvbox Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#282828
|
||||
Foreground=#ebdbb2
|
||||
|
||||
[Normal]
|
||||
Black=#282828
|
||||
Red=#cc241d
|
||||
Green=#98971a
|
||||
Yellow=#d79921
|
||||
Blue=#458588
|
||||
Magenta=#b16286
|
||||
Cyan=#689d6a
|
||||
White=#a89984
|
||||
|
||||
[Bright]
|
||||
Black=#928374
|
||||
Red=#fb4934
|
||||
Green=#b8bb26
|
||||
Yellow=#fabd2f
|
||||
Blue=#83a598
|
||||
Magenta=#d3869b
|
||||
Cyan=#8ec07c
|
||||
White=#ebdbb2
|
26
Base/res/color-schemes/Gruvbox Light.ini
Normal file
26
Base/res/color-schemes/Gruvbox Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#fbf1c7
|
||||
Foreground=#3c3836
|
||||
|
||||
[Normal]
|
||||
Black=#fbf1c7
|
||||
Red=#cc241d
|
||||
Green=#98971a
|
||||
Yellow=#d79921
|
||||
Blue=#458588
|
||||
Magenta=#b16286
|
||||
Cyan=#689d6a
|
||||
White=#7c6f64
|
||||
|
||||
[Bright]
|
||||
Black=#928374
|
||||
Red=#9d0006
|
||||
Green=#79740e
|
||||
Yellow=#b57614
|
||||
Blue=#076678
|
||||
Magenta=#8f3f71
|
||||
Cyan=#427b58
|
||||
White=#3c3836
|
33
Base/res/color-schemes/Monokai.ini
Normal file
33
Base/res/color-schemes/Monokai.ini
Normal file
|
@ -0,0 +1,33 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#272822
|
||||
Foreground=#f8f8f2
|
||||
|
||||
[Normal]
|
||||
Black=#1e1f1c
|
||||
; Monokai red (invalid)
|
||||
Red=#F44747
|
||||
; Monokai green (functions)
|
||||
Green=#A6E22E
|
||||
; Monokai yellow (strings)
|
||||
Yellow=#E6DB74
|
||||
; Monokai purple (constants)
|
||||
Blue=#AE81FF
|
||||
; Monokai magenta (keywords)
|
||||
Magenta=#F92672
|
||||
; Monokai blue (types)
|
||||
Cyan=#66D9EF
|
||||
White=#F8F8F2
|
||||
|
||||
; Identical to normal colors
|
||||
[Bright]
|
||||
Black=#1e1f1c
|
||||
Red=#F44747
|
||||
Green=#A6E22E
|
||||
Yellow=#E6DB74
|
||||
Blue=#AE81FF
|
||||
Magenta=#F92672
|
||||
Cyan=#66D9EF
|
||||
White=#F8F8F2
|
26
Base/res/color-schemes/Nord.ini
Normal file
26
Base/res/color-schemes/Nord.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#2e3440
|
||||
Foreground=#d8dee9
|
||||
|
||||
[Normal]
|
||||
Black=#3b4252
|
||||
Red=#bf616a
|
||||
Green=#a3be8c
|
||||
Yellow=#ebcb8b
|
||||
Blue=#81a1c1
|
||||
Magenta=#b48ead
|
||||
Cyan=#88c0d0
|
||||
White=#e5e9f0
|
||||
|
||||
[Bright]
|
||||
Black=#4c566a
|
||||
Red=#bf616a
|
||||
Green=#a3be8c
|
||||
Yellow=#ebcb8b
|
||||
Blue=#81a1c1
|
||||
Magenta=#b48ead
|
||||
Cyan=#8fbcbb
|
||||
White=#eceff4
|
32
Base/res/color-schemes/Octopus Cat.ini
Normal file
32
Base/res/color-schemes/Octopus Cat.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=#ffffff
|
||||
Foreground=#141414
|
||||
|
||||
; Normal named colors
|
||||
; These correspond to ANSI colors 0-7.
|
||||
[Normal]
|
||||
Black=#141414
|
||||
Red=#a71c21
|
||||
Green=#01a23d
|
||||
Yellow=#01a23d
|
||||
Blue=#152f65
|
||||
Magenta=#a0e5f9
|
||||
Cyan=#a0e5f9
|
||||
White=#eeeeee
|
||||
|
||||
; Bright named colors
|
||||
; These correspond to ANSI colors 8-15.
|
||||
[Bright]
|
||||
Black=#4f4f4f
|
||||
Red=#e32113
|
||||
Green=#99dab2
|
||||
Yellow=#f9f4ef
|
||||
Blue=#214fa8
|
||||
Magenta=#a0e5f9
|
||||
Cyan=#30f9fd
|
||||
White=#ffffff
|
26
Base/res/color-schemes/Solarized Dark.ini
Normal file
26
Base/res/color-schemes/Solarized Dark.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#002b36
|
||||
Foreground=#839496
|
||||
|
||||
[Normal]
|
||||
Black=#073642
|
||||
Red=#dc322f
|
||||
Green=#859900
|
||||
Yellow=#b58900
|
||||
Blue=#268bd2
|
||||
Magenta=#d33682
|
||||
Cyan=#2aa198
|
||||
White=#eee8d5
|
||||
|
||||
[Bright]
|
||||
Black=#002b36
|
||||
Red=#cb4b16
|
||||
Green=#586e75
|
||||
Yellow=#657b83
|
||||
Blue=#839496
|
||||
Magenta=#6c71c4
|
||||
Cyan=#93a1a1
|
||||
White=#fdf6e3
|
26
Base/res/color-schemes/Solarized Light.ini
Normal file
26
Base/res/color-schemes/Solarized Light.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#fdf6e3
|
||||
Foreground=#657b83
|
||||
|
||||
[Normal]
|
||||
Black=#073642
|
||||
Red=#dc322f
|
||||
Green=#859900
|
||||
Yellow=#b58900
|
||||
Blue=#268bd2
|
||||
Magenta=#d33682
|
||||
Cyan=#2aa198
|
||||
White=#eee8d5
|
||||
|
||||
[Bright]
|
||||
Black=#002b36
|
||||
Red=#cb4b16
|
||||
Green=#586e75
|
||||
Yellow=#657b83
|
||||
Blue=#839496
|
||||
Magenta=#6c71c4
|
||||
Cyan=#93a1a1
|
||||
White=#fdf6e3
|
26
Base/res/color-schemes/XTerm.ini
Normal file
26
Base/res/color-schemes/XTerm.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=true
|
||||
|
||||
[Primary]
|
||||
Background=#000000
|
||||
Foreground=#ffffff
|
||||
|
||||
[Normal]
|
||||
Black=#000000
|
||||
Red=#800000
|
||||
Green=#008000
|
||||
Yellow=#808000
|
||||
Blue=#000080
|
||||
Magenta=#800080
|
||||
Cyan=#008080
|
||||
White=#c0c0c0
|
||||
|
||||
[Bright]
|
||||
Black=#808080
|
||||
Red=#ff0000
|
||||
Green=#00ff00
|
||||
Yellow=#ffff00
|
||||
Blue=#0000ff
|
||||
Magenta=#ff00ff
|
||||
Cyan=#00ffff
|
||||
White=#ffffff
|
26
Base/res/color-schemes/Zenburn.ini
Normal file
26
Base/res/color-schemes/Zenburn.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[Options]
|
||||
ShowBoldTextAsBright=false
|
||||
|
||||
[Primary]
|
||||
Background=#111111
|
||||
Foreground=#dcdccc
|
||||
|
||||
[Normal]
|
||||
Black=#222222
|
||||
Red=#cc9393
|
||||
Green=#7f9f7f
|
||||
Yellow=#d0bf8f
|
||||
Blue=#6ca0a3
|
||||
Magenta=#dc8cc3
|
||||
Cyan=#93e0e3
|
||||
White=#dcdccc
|
||||
|
||||
[Bright]
|
||||
Black=#666666
|
||||
Red=#dca3a3
|
||||
Green=#bfebbf
|
||||
Yellow=#f0dfaf
|
||||
Blue=#8cd0d3
|
||||
Magenta=#fcace3
|
||||
Cyan=#b3ffff
|
||||
White=#ffffff
|
Loading…
Add table
Add a link
Reference in a new issue