Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
rouge /
themes /
[ HOME SHELL ]
Name
Size
Permission
Action
base16.rb
3.44
KB
-rw-r--r--
colorful.rb
3.15
KB
-rw-r--r--
github.rb
4.24
KB
-rw-r--r--
gruvbox.rb
4.18
KB
-rw-r--r--
igor_pro.rb
785
B
-rw-r--r--
molokai.rb
3.33
KB
-rw-r--r--
monokai.rb
3.85
KB
-rw-r--r--
monokai_sublime.rb
3.32
KB
-rw-r--r--
pastie.rb
3.22
KB
-rw-r--r--
thankful_eyes.rb
2.89
KB
-rw-r--r--
tulip.rb
2.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tulip.rb
# -*- coding: utf-8 -*- # # frozen_string_literal: true module Rouge module Themes class Tulip < CSSTheme name 'tulip' palette :purple => '#766DAF' palette :lpurple => '#9f93e6' palette :orange => '#FAAF4C' palette :green => '#3FB34F' palette :lgreen => '#41ff5b' palette :yellow => '#FFF02A' palette :black => '#000000' palette :gray => '#6D6E70' palette :red => '#CC0000' palette :dark_purple => '#231529' palette :lunicorn => '#faf8ed' palette :white => '#FFFFFF' palette :earth => '#181a27' palette :dune => '#fff0a6' style Text, :fg => :white, :bg => :dark_purple style Comment, :fg => :gray, :italic => true style Comment::Preproc, :fg => :lgreen, :bold => true, :italic => true style Error, Generic::Error, :fg => :white, :bg => :red style Keyword, :fg => :yellow, :bold => true style Operator, Punctuation, :fg => :lgreen style Generic::Deleted, :fg => :red style Generic::Inserted, :fg => :green style Generic::Emph, :italic => true style Generic::Strong, :bold => true style Generic::Traceback, Generic::Lineno, :fg => :white, :bg => :purple style Keyword::Constant, :fg => :lpurple, :bold => true style Keyword::Namespace, Keyword::Pseudo, Keyword::Reserved, Generic::Heading, Generic::Subheading, :fg => :white, :bold => true style Keyword::Type, Name::Constant, Name::Class, Name::Decorator, Name::Namespace, Name::Builtin::Pseudo, Name::Exception, :fg => :orange, :bold => true style Name::Label, Name::Tag, :fg => :lpurple, :bold => true style Literal::Number, Literal::Date, Literal::String::Symbol, :fg => :lpurple, :bold => true style Literal::String, :fg => :dune, :bold => true style Literal::String::Escape, Literal::String::Char, Literal::String::Interpol, :fg => :orange, :bold => true style Name::Builtin, :bold => true style Name::Entity, :fg => '#999999', :bold => true style Text::Whitespace, :fg => '#BBBBBB' style Name::Function, Name::Property, Name::Attribute, :fg => :lgreen style Name::Variable, :fg => :lgreen, :bold => true end end end
Close