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 : molokai.rb
# -*- coding: utf-8 -*- # # frozen_string_literal: true module Rouge module Themes class Molokai < CSSTheme name 'molokai' palette :black => '#1b1d1e' palette :white => '#f8f8f2' palette :blue => '#66d9ef' palette :green => '#a6e22e' palette :grey => '#403d3d' palette :red => '#f92672' palette :light_grey => '#465457' palette :dark_blue => '#5e5d83' palette :violet => '#af87ff' palette :yellow => '#d7d787' style Comment, Comment::Multiline, Comment::Single, :fg => :dark_blue, :italic => true style Comment::Preproc, :fg => :light_grey, :bold => true style Comment::Special, :fg => :light_grey, :italic => true, :bold => true style Error, :fg => :white, :bg => :grey style Generic::Inserted, :fg => :green style Generic::Deleted, :fg => :red style Generic::Emph, :fg => :black, :italic => true style Generic::Error, Generic::Traceback, :fg => :red style Generic::Heading, :fg => :grey style Generic::Output, :fg => :grey style Generic::Prompt, :fg => :blue style Generic::Strong, :bold => true style Generic::Subheading, :fg => :light_grey style Keyword, Keyword::Constant, Keyword::Declaration, Keyword::Pseudo, Keyword::Reserved, Keyword::Type, :fg => :blue, :bold => true style Keyword::Namespace, Operator::Word, Operator, :fg => :red, :bold => true style Literal::Number::Float, Literal::Number::Hex, Literal::Number::Integer::Long, Literal::Number::Integer, Literal::Number::Oct, Literal::Number, Literal::String::Escape, :fg => :violet style Literal::String::Backtick, Literal::String::Char, Literal::String::Doc, Literal::String::Double, Literal::String::Heredoc, Literal::String::Interpol, Literal::String::Other, Literal::String::Regex, Literal::String::Single, Literal::String::Symbol, Literal::String, :fg => :yellow style Name::Attribute, :fg => :green style Name::Class, Name::Decorator, Name::Exception, Name::Function, :fg => :green, :bold => true style Name::Constant, :fg => :blue style Name::Builtin::Pseudo, Name::Builtin, Name::Entity, Name::Namespace, Name::Variable::Class, Name::Variable::Global, Name::Variable::Instance, Name::Variable, Text::Whitespace, :fg => :white style Name::Label, :fg => :white, :bold => true style Name::Tag, :fg => :red style Text, :fg => :white, :bg => :black end end end
Close