mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-07 05:05:31 +02:00
Add retro term example scene
Uses: - Larger (size 39) font for 80x24 rows. - World environment with glow enabled. - Retro green color scheme based on https://superuser.com/a/1206781 - CRT Shader by Peter Höglund (pend00), released under CC-0 license. Downloaded from https://godotshaders.com/shader/vhs-and-crt-monitor-effect/
This commit is contained in:
parent
1083c13276
commit
0cb458b3d2
4 changed files with 385 additions and 0 deletions
36
themes/retro_green.xresources
Normal file
36
themes/retro_green.xresources
Normal file
|
@ -0,0 +1,36 @@
|
|||
! special
|
||||
*.foreground: #00ff66
|
||||
*.background: #282828
|
||||
*.cursorColor: #00ff66
|
||||
|
||||
! black
|
||||
*.color0: #00ff66
|
||||
*.color8: #00ff66
|
||||
|
||||
! red
|
||||
*.color1: #00ff66
|
||||
*.color9: #00ff66
|
||||
|
||||
! green
|
||||
*.color2: #00ff66
|
||||
*.color10: #00ff66
|
||||
|
||||
! yellow
|
||||
*.color3: #00ff66
|
||||
*.color11: #00ff66
|
||||
|
||||
! blue
|
||||
*.color4: #00ff66
|
||||
*.color12: #00ff66
|
||||
|
||||
! magenta
|
||||
*.color5: #00ff66
|
||||
*.color13: #00ff66
|
||||
|
||||
! cyan
|
||||
*.color6: #00ff66
|
||||
*.color14: #00ff66
|
||||
|
||||
! white
|
||||
*.color7: #00ff66
|
||||
*.color15: #00ff66
|
Loading…
Add table
Add a link
Reference in a new issue