📝 Editor Theme Preview

+--------------------------------------+ | /home/geek/picoruby/calc.rb | +--------------------------------------+ 1 |def factorial(n) 2 | return 1 if n <= 1 3 | n * factorial(n-1) 4 |end 5 |_ ---------------------------------------- => nil ---------------------------------------- [ NORMAL ] BAT:4.2V

Color Palette

#C586C0
Pink
Keywords (def, class, if, return, etc.)
#CE9178
Brown/Orange
String literals
#B5CEA8
Light Green
Numbers
#569CD6
Blue
Constants (nil, true, false, self), Symbols
#9CDCFE
Light Blue
Instance/Class/Global variables (@var, @@var, $var)
#4EC9B0
Teal
Class names (capitalized words)
#FFFCDA
Light Yellow
Method names
#6A9955
Green
Comments
#D4D4D4
White
Normal text
#808080
Gray
UI elements (borders, line numbers, status)

About This Theme

Professional Code Editor - A code editor theme with full syntax highlighting support. Features line numbers, multi-line input with auto-indentation, and intelligent syntax coloring for Ruby code. The theme provides excellent readability and a comfortable coding experience. Perfect for writing and testing complex Ruby code with proper visual feedback.

Features

Keyboard Shortcuts