mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge pull request #5701 from hpwamr/Mui_Beta
MUI - Update Finnish language (final)
This commit is contained in:
commit
f375e987bc
6
.gitignore
vendored
6
.gitignore
vendored
@ -62,13 +62,15 @@ Thumbs.db
|
||||
/np3portableapp/Notepad3Portable*.exe
|
||||
/np3portableapp/Notepad3Portable*.exe
|
||||
/np3portableapp/Notepad3Portable/Notepad3Portable*.exe
|
||||
/np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
|
||||
/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini
|
||||
/np3portableapp/Notepad3Portable/App/DefaultData/settings/*.ini
|
||||
/np3portableapp/Notepad3Portable/App/DefaultData/settings/Themes/*.ini
|
||||
/np3portableapp/Notepad3Portable/App/Notepad3/x64/*.exe
|
||||
/np3portableapp/Notepad3Portable/App/Notepad3/x64/lng
|
||||
/np3portableapp/Notepad3Portable/App/Notepad3/x86/*.exe
|
||||
/np3portableapp/Notepad3Portable/App/Notepad3/x86/lng
|
||||
/np3portableapp/Notepad3Portable/App/Notepad3/Docs/
|
||||
/np3portableapp/Notepad3Portable/App/AppInfo/appinfo.ini
|
||||
/np3portableapp/Notepad3Portable/App/AppInfo/installer.ini
|
||||
#
|
||||
|
||||
# Upgrade staging directory
|
||||
|
||||
@ -259,7 +259,7 @@ msgstr "Suodatustulokset"
|
||||
#. Resource IDs: (174)
|
||||
#, c-format
|
||||
msgid "Found %s files, skipped %s files."
|
||||
msgstr "Löydettiin %s tiedostoa, ohitettiin %s tiedostoa."
|
||||
msgstr "Löydetty %s, ohitettu %s tiedostoa."
|
||||
|
||||
#. Resource IDs: (109)
|
||||
msgid "GREPWIN"
|
||||
@ -271,11 +271,11 @@ msgstr "Jos tämä asetus on käytössä, hakukohteena olevaan kansioon luodaan
|
||||
|
||||
#. Resource IDs: (1050)
|
||||
msgid "Include binary items"
|
||||
msgstr "Sisällytä binäärikohteet"
|
||||
msgstr "Myös binäärikohteet"
|
||||
|
||||
#. Resource IDs: (1010)
|
||||
msgid "Include hidden items"
|
||||
msgstr "Sisällytä piilotetut kohteet"
|
||||
msgstr "Myös piilotetut kohteet"
|
||||
|
||||
#. Resource IDs: (1062)
|
||||
msgid "Include search path"
|
||||
@ -460,7 +460,7 @@ msgstr "E&tsittävä:"
|
||||
|
||||
#. Resource IDs: (1042)
|
||||
msgid "Search case-sensitive"
|
||||
msgstr "Hae kirjainkoko huomioiden"
|
||||
msgstr "Hae (sama kirjainkoko)"
|
||||
|
||||
#. Resource IDs: (1015)
|
||||
msgid "Search in"
|
||||
@ -535,11 +535,11 @@ msgstr "Korvaamisen jälkeen saatu teksti:"
|
||||
|
||||
#. Resource IDs: (1053)
|
||||
msgid "Treat files as UTF8"
|
||||
msgstr "Käsittele tiedostoja UTF-8-muodossa"
|
||||
msgstr "Tiedostot UTF8-muodossa"
|
||||
|
||||
#. Resource IDs: (1054)
|
||||
msgid "Treat files as binary"
|
||||
msgstr "Käsittele tiedostoja binäärinä"
|
||||
msgstr "Tiedostot binäärinä"
|
||||
|
||||
#. Resource IDs: (172)
|
||||
#, c-format
|
||||
|
||||
@ -1,206 +0,0 @@
|
||||
[Notepad3]
|
||||
;Notepad3.ini=%USERPROFILE%\Notepad3.ini
|
||||
;Notepad3.ini=%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini
|
||||
[Settings]
|
||||
SettingsVersion=5
|
||||
;AnalyzeReliableConfidenceLevel=50
|
||||
[Settings2]
|
||||
grepWin.exe=%PORTABLEAPPS_DIR%\grepWinPortable\grepWinPortable.exe
|
||||
;IMEInteraction=0
|
||||
;DateTimeFormat= ;(-> <Locale dependent short format>)
|
||||
;DateTimeLongFormat= ;(-> <Locale dependent long format>)
|
||||
;TimeStampRegEx= ;(-> \$Date:[^\$]+\$ ) (Find-Pattern to Update Stamps)
|
||||
;TimeStampFormat= ;(-> $Date: %s $) {Print format should fit to TimeStampRegEx}
|
||||
;DefaultDirectory=
|
||||
;DefaultExtension=txt
|
||||
;DenyVirtualSpaceAccess=0
|
||||
;filebrowser.exe=minipath.exe
|
||||
;FileCheckInterval=2000 ;(min: 200[msec] - if equal or less, notify immediately)
|
||||
;FileWatchingMethod=0 ;(0=both[default], 1=poll-only, 2=push-only)
|
||||
;FileChangedIndicator=[@]
|
||||
;FileDeletedIndicator=[X]
|
||||
;FileDlgFilters=
|
||||
;FileLoadWarningMB=4
|
||||
;MultiFileArg=0
|
||||
;NoCGIGuess=0
|
||||
;NoCopyLineOnEmptySelection=0
|
||||
;NoCutLineOnEmptySelection=0
|
||||
;CopyMultiSelectionSeparator= ;(-> <use current EOL>) {use empty value for no separator}
|
||||
;NoFadeHidden=0
|
||||
;NoFileVariables=0
|
||||
;NoHTMLGuess=0
|
||||
;PortableMyDocs=1
|
||||
;OpacityLevel=75
|
||||
;FindReplaceOpacityLevel=50
|
||||
;RelativeFileMRU=1
|
||||
;ReuseWindow=0
|
||||
;SaveBlankNewFile=true
|
||||
;RenderingTechnology=1
|
||||
; Scintilla Rendering Technology:
|
||||
; 0 = GDI (default Win32 rendering)
|
||||
; 1 = DirectWrite (default) - Direct2D
|
||||
; 2 = DirectWriteRetain (preserves back buffer, default on ARM64)
|
||||
; 3 = DirectWriteDC (DC-based Direct2D)
|
||||
; Tip: On ARM64 with rendering issues, try 0 (GDI) or 3 (DirectWriteDC)
|
||||
; Per-resolution override in [Window]: e.g. 1920x1080 RenderingTechnology=0
|
||||
;SciFontQuality=3
|
||||
;SimpleIndentGuides=0
|
||||
;SingleFileInstance=1
|
||||
;ShellAppUserModelID=Rizonesoft.Notepad3
|
||||
;ShellUseSystemMRU=1
|
||||
;StickyWindowPosition=0
|
||||
;SubWrappedLineSelectOnMarginClick=false
|
||||
;LaunchInstanceWndPosOffset=28
|
||||
;LaunchInstanceFullVisible=true
|
||||
;UseOldStyleBraceMatching=0
|
||||
;WebTemplate1=https://google.com/search?q=%s
|
||||
;WebTmpl1MenuName=Open Web Action 1
|
||||
;WebTemplate2=https://en.wikipedia.org/w/index.php?search=%s
|
||||
;WebTmpl2MenuName=Open Web Action 2
|
||||
;ExtendedWhiteSpaceChars=
|
||||
;AutoCompleteWordCharSet=
|
||||
;AutoCompleteFillUpChars=
|
||||
;LineCommentPostfixStrg=
|
||||
;UpdateDelayMarkAllOccurrences=50
|
||||
;CurrentLineHorizontalSlop=40
|
||||
;CurrentLineVerticalSlop=5
|
||||
;UndoTransactionTimeout=0 ;in [msec]
|
||||
;AdministrationTool.exe=
|
||||
;DevDebugMode=0
|
||||
;LocaleAnsiCodePageAnalysisBonus=33
|
||||
;UchardetLanguageFilter=31
|
||||
; Bitmask controlling which CJK charset probers are active in uchardet:
|
||||
; Bit 0 (0x01/1) = Chinese Simplified (GB18030)
|
||||
; Bit 1 (0x02/2) = Chinese Traditional (Big5, EUC-TW)
|
||||
; Bit 2 (0x04/4) = Japanese (Shift_JIS, EUC-JP)
|
||||
; Bit 3 (0x08/8) = Korean (EUC-KR)
|
||||
; Bit 4 (0x10/16) = Non-CJK (single-byte encodings)
|
||||
; Common values:
|
||||
; 31 = All probers (default)
|
||||
; 27 = Exclude Japanese (fix GB18030 misdetected as EUC-JP)
|
||||
; 17 = Chinese Simplified + Non-CJK only
|
||||
; 3 = Chinese only (simplified + traditional)
|
||||
;LexerSQLNumberSignAsComment=1
|
||||
;AtomicFileSave=true
|
||||
;ExitOnESCSkipLevel=2
|
||||
;ZoomTooltipTimeout=3200 ;in [msec]
|
||||
;WrapAroundTooltipTimeout=2000 ;in [msec]
|
||||
;LargeIconScalePrecent=150
|
||||
;DarkModeBkgColor=0x1F1F1F
|
||||
;DarkModeBtnFaceColor=0x333333
|
||||
;DarkModeTxtColor=0xEFEFEF
|
||||
;HyperlinkShellExURLWithApp=""
|
||||
;HyperlinkShellExURLCmdLnArgs="${URL}" ;(use ${URL} as place holder for clicked Hyperlink URL string)
|
||||
;HyperlinkFileProtocolVerb="" ;(ShellExecuteEx()::lpVerb (""=default, "edit", "explore", "find", "open", "print", "properties", "runas")
|
||||
;CodeFontPrefPrioList="Cascadia Code,Cascadia Mono,Cousine,Fira Code,Source Code Pro,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"
|
||||
;TextFontPrefPrioList="Cascadia Mono,Cousine,Roboto Mono,DejaVu Sans Mono,Inconsolata,Consolas,Lucida Console"
|
||||
[Statusbar Settings]
|
||||
;VisibleSections=0 1 15 14 2 4 5 6 7 8 9 10 11
|
||||
;SectionPrefixes=Ln ,Col ,Sel ,Sb ,SLn ,Occ ,,,,,,,Ch ,Repl ,Eval ,U+,
|
||||
;SectionPostfixes=,,,,,,,,,,,,,,,,
|
||||
;SectionWidthSpecs=30 20 20 20 20 20 20 0 0 0 0 0 0 0 20 24
|
||||
;ZeroBasedColumnIndex=0
|
||||
;ZeroBasedCharacterCount=0
|
||||
[Toolbar Images]
|
||||
;BitmapDefault=<[<drive>:|relative_]\path_to>\Toolbar.bmp
|
||||
;BitmapHot=<[<drive>:|relative_]\path_to>\ToolbarHot.bmp
|
||||
;BitmapDisabled=<[<drive>:|relative_]\path_to>\ToolbarDisabled.bmp
|
||||
[Toolbar Labels]
|
||||
;01=New
|
||||
;02=Open
|
||||
;03=Browse
|
||||
;04=Save
|
||||
;05=Undo
|
||||
;06=Redo
|
||||
;07=Cut
|
||||
;08=Copy
|
||||
;09=Paste
|
||||
;10=Find
|
||||
;11=Replace
|
||||
;12=Word Wrap
|
||||
;13=Zoom In
|
||||
;14=Zoom Out
|
||||
;15=Scheme
|
||||
;16=Customize Schemes
|
||||
;17=Exit
|
||||
;18=Save As
|
||||
;19=Save Copy
|
||||
;20=Delete
|
||||
;21=Print
|
||||
;22=Favorites
|
||||
;23=Add to Favorites
|
||||
;24=Toggle Folds
|
||||
;25=Execute Document
|
||||
;26=Focused View
|
||||
;27=Monitoring Log
|
||||
;28=History
|
||||
;29=Always On Top
|
||||
;30=Search in Files
|
||||
;31=Reset Zoom
|
||||
;32=New Empty Window
|
||||
[Styles]
|
||||
[Window]
|
||||
;<ResX>x<ResY> DefaultWindowPosition=
|
||||
[Suppressed Messages]
|
||||
[Custom Colors]
|
||||
[Common Base]
|
||||
[2nd Common Base]
|
||||
[Text Files]
|
||||
[ANSI Art]
|
||||
[Apache Config Files]
|
||||
[Assembly Script]
|
||||
[AutoHotkey Script]
|
||||
[AutoIt3 Script]
|
||||
[AviSynth Script]
|
||||
[Awk Script]
|
||||
[Batch Files]
|
||||
[C# Source Code]
|
||||
[C/C++ Source Code]
|
||||
[Cmake Script]
|
||||
[Coffeescript]
|
||||
[Configuration Files]
|
||||
[CSS Style Sheets]
|
||||
[CSV Prism]
|
||||
[D Source Code]
|
||||
[Dart Source Code]
|
||||
[Diff Files]
|
||||
[Fortran Source Code]
|
||||
[Go Source Code]
|
||||
[Inno Setup Script]
|
||||
[Java Source Code]
|
||||
[JavaScript]
|
||||
[JSON]
|
||||
[Julia Script]
|
||||
[KiXtart Script]
|
||||
[Kotlin Source Code]
|
||||
[LaTeX Files]
|
||||
[Lua Script]
|
||||
[Makefiles]
|
||||
[Markdown]
|
||||
[MATLAB]
|
||||
[Nim Source Code]
|
||||
[NSIS Script]
|
||||
[Pascal Source Code]
|
||||
[Perl Script]
|
||||
[PowerShell Script]
|
||||
[Python Script]
|
||||
[Registry Files]
|
||||
[Resource Script]
|
||||
[R-S-SPlus Statistics Code]
|
||||
[Ruby Script]
|
||||
[Rust Source Code]
|
||||
[Shell Script]
|
||||
[SQL Query]
|
||||
[SystemVerilog HDVL]
|
||||
[Tcl Script]
|
||||
[TOML Config]
|
||||
[VBScript]
|
||||
[Verilog HDL]
|
||||
[VHDL]
|
||||
[Visual Basic]
|
||||
[Web Source Code]
|
||||
[XML Document]
|
||||
[YAML]
|
||||
[Recent Files]
|
||||
[Recent Find]
|
||||
[Recent Replace]
|
||||
@ -1,138 +0,0 @@
|
||||
[minipath]
|
||||
;minipath.ini=%USERPROFILE%\minipath.ini
|
||||
;minipath.ini=%APPDATA%\Rizonesoft\Notepad3\minipath.ini
|
||||
[Settings]
|
||||
;SaveSettings=1
|
||||
;SingleClick=1
|
||||
;TrackSelect=1
|
||||
;FullRowSelect=0
|
||||
;UseRecycleBin=0
|
||||
;NoConfirmDelete=0
|
||||
;ClearReadOnly=1
|
||||
;RenameOnCollision=0
|
||||
;FocusEdit=1
|
||||
;AlwaysOnTop=0
|
||||
;MinimizeToTray=0
|
||||
;TransparentMode=0
|
||||
;EscFunction=2
|
||||
;StartupDirectory=2
|
||||
;Favorites=%USERPROFILE%\My Documents
|
||||
;Quikview.exe=Quikview.exe
|
||||
;QuikviewParams=
|
||||
;OpenWithDir=%USERPROFILE%\Desktop
|
||||
;FillMask=(32|64|128) ;; (DL_FOLDERS | DL_NONFOLDERS | DL_INCLHIDDEN)
|
||||
;SortOptions=2 ;;(TYPE)
|
||||
;SortReverse=0
|
||||
;FileFilter=*.*
|
||||
;NegativeFilter=0
|
||||
;DefColorNoFilter=1
|
||||
;DefColorFilter=1
|
||||
;ColorNoFilter= ;; Window-Text
|
||||
;ColorFilter= ;; Highlight
|
||||
;ToolbarButtons=1 2 3 4 5 0 8
|
||||
;ShowToolbar=1
|
||||
;ShowStatusbar=1
|
||||
;ShowDriveBox=1
|
||||
;GotoDlgSizeX=0
|
||||
;OpenWithDlgSizeX=0
|
||||
;OpenWithDlgSizeY=0
|
||||
;CopyMoveDlgSizeX=0
|
||||
[Settings2]
|
||||
;ReuseWindow=1
|
||||
;PortableMyDocs=1
|
||||
;NoFadeHidden=0
|
||||
;ToolbarLook=0
|
||||
;AutoRefreshRate=30 ;; 1/10 sec
|
||||
;OpacityLevel=75
|
||||
;FocusLostOpacity=100
|
||||
[Filters]
|
||||
&All Files=*.*
|
||||
&Windows Text Files=*.txt;*.asc;*.bat;*.vbs;*.ini;*.inf;*.reg;*.xml;*.text;*.tmp;*.log;*.doc;*.scp;*.wtx;*.csv
|
||||
&HTML Related Files=*.htm;*.html;*.shtml;*.php;*.css;*.js;*.vbs;*.gif;*.png;*.jpg;*.jpeg;*.bmp;*.txt;*.css;*.less;*.hss;*.sass;*.scss
|
||||
&C/C++ Related Files=*.c;*.cpp;*.h;*.hpp;*.rc;*.ico;*.cur;*.bmp;*.txt;*.nsi;*.nsh;*.cs;*.csx;*.vala;*.cxx;*.cc;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl;*.lang
|
||||
&No Binary Files=-*.exe;*.dll;*.cpl;*.ocx;*.bin;*.com;*.sys;*.scr;*.dat;*.dsk
|
||||
;Text Files=*.txt;*.text;*.tmp;*.log;*.asc;*.doc;*.scp;*.wtx
|
||||
;ANSI Art=*.nfo;*.diz
|
||||
Apache Config Files=*.conf;*.cfg;*.cnf;*.htaccess;*.prefs;*.iface;*.prop;*.po;*.te
|
||||
;Assembly Script=*.asm;*.s;*.sx;*.inc;*.a51
|
||||
;AutoHotkey_L Script=*.ahkl;*.ahk;*.ia;*.scriptlet
|
||||
;AutoIt3 Script=*.au3
|
||||
;AviSynth Script=*.avs;*.avsi
|
||||
;Awk Script=*.awk
|
||||
;Batch Files=*.bat;*.cmd
|
||||
;C# Source Code=*.cs;*.csx;*.vala
|
||||
;C/C++ Source Code=*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.hxx;*.hh;*.mm;*.idl;*.midl;*.inl;*.odl;*.xpm;*.pch;*.cl
|
||||
;Cmake Script=*.cmake;*.ctest
|
||||
;Coffeescript=*.coffee;*.cakefile
|
||||
;Configuration Files=*.ini;*.inf;*.properties;*.oem;*.sif;*.url;*.sed;*.theme;*.clw
|
||||
;CSS Style Sheets=*.css;*.less;*.hss;*.sass;*.scss
|
||||
;CSV Prism=*.csv
|
||||
;D Source Code=*.d;*.dd;*.di
|
||||
;Dart Source Code=*.dart
|
||||
;Diff Files=*.diff;*.patch
|
||||
;Fortran Source Code=*.f;*.for;*.ftn;*.fpp;*.f90;*.f95;*.f03;*.f08;*.f15;*.f2k;*.hf
|
||||
Go Source Code=*.go
|
||||
;Inno Setup Script=*.iss;*.isl;*.islu
|
||||
;Java Source Code=*.java;*.jad;*.aidl;*.bsh
|
||||
JavaScript=*.js;*.jse;*.jsm;*.jsx;*.as;*.mjs;*.qs
|
||||
;JSON=*.json;*.har;*.ipynb;*.wxcp;*.jshintrc;*.eslintrc;*.babelrc;*.prettierrc;*.stylelintrc;*.jsonld;*.jsonc;*.arcconfig;*.arclint;*.jscop
|
||||
;Julia Script=*.jl
|
||||
;KiXtart Script=*.kix
|
||||
;Kotlin Source Code=*.kt;*.kts;*.ktm
|
||||
;LaTeX Files=*.tex;*.latex;*.sty;*.texi;*.texinfo;*.txi
|
||||
;Lua Script=*.lua;*.wlua;*.nse;*.luadoc;*.luax
|
||||
Makefiles=*.mak;*.make;*.mk;*.dsp;*.msc;*.msvc;*.am;*.pro;*.pri;*.gmk;*.ninja;*.dsw
|
||||
;Markdown=*.md;*.markdown;*.mdown;*.mkdn;*.mkd
|
||||
MATLAB=*.matlab;*.m;*.sce;*.sci
|
||||
;Nim Source Code=*.nim;*.nimrod
|
||||
;NSIS Script=*.nsi;*.nsh
|
||||
Pascal Source Code=*.pas;*.dpr;*.dpk;*.dfm;*.pp;*.lfm;*.lpr;*.fpd
|
||||
;Perl Script=*.pl;*.pm;*.cgi;*.pod;*.plx;*.stp
|
||||
;PowerShell Script=*.ps1;*.psd1;*.psm1;*.psc1
|
||||
Python Script=*.py;*.pyw;*.pyx;*.pxd;*.pxi;*.boo;*.empy;*.cobra;*.gs
|
||||
;Registry Files=*.reg
|
||||
Resource Script=*.rc;*.rc2;*.rct;*.rh;*.dlg;*.lang
|
||||
;R-S-SPlus Statistics Code=*.r;*.rdata;*.rds;*.rda
|
||||
Ruby Script=*.rb;*.ruby;*.rbw;*.rake;*.rjs;*.rakefile;*.gemspec;*.podspec
|
||||
;Rust Source Code=*.rs;*.rust
|
||||
;Shell Script=*.sh;*.csh;*.zsh;*.bash;*.tcsh;*.m4;*.in
|
||||
;SQL Query=*.sql;*.mysql;*.hsql;*.pkb
|
||||
;SystemVerilog HDVL=*.sv;*.svh
|
||||
;Tcl Script=*.tcl;*.itcl;*.tm;*.ts;*.tsx
|
||||
;TOML Config=*.toml
|
||||
;VBScript=*.vbs;*.dsm
|
||||
;Verilog HDL=*.v;*.vh
|
||||
;VHDL=*.vhdl;*.vhd
|
||||
;Visual Basic=*.vb;*.bas;*.frm;*.cls;*.ctl;*.pag;*.dsr;*.dob
|
||||
;Web Source Code=*.html;*.htm;*.asp;*.aspx;*.shtml;*.htd;*.xhtml;*.php;*.php3;*.phtml;*.htt;*.cfm;*.tpl;*.dtd;*.hta;*.htc;*.jsp;*.mht;*.jd
|
||||
XML Document=*.xml;*.xsl;*.rss;*.svg;*.xul;*.xsd;*.xslt;*.axl;*.rdf;*.xaml;*.vcproj;*.ffs_gui;*.nzb;*.resx;*.plist;*.xrc;*.fbp;*.manifest
|
||||
;YAML=*.yaml;*.yml
|
||||
[Toolbar Images]
|
||||
;BitmapDefault=
|
||||
;BitmapHot=
|
||||
;BitmapDisabled=
|
||||
[Toolbar Labels]
|
||||
;01=Back
|
||||
;02=Forward
|
||||
;03=Up
|
||||
;04=Root
|
||||
;05=(none)
|
||||
;06=Previous File
|
||||
;07=Next File
|
||||
;08=(none)
|
||||
;09=Quickview
|
||||
;10=Save As
|
||||
;11=Copy/Move
|
||||
;12=Recycle
|
||||
;13=Delete
|
||||
;14=Filter
|
||||
[Target Application]
|
||||
;UseTargetApplication= ;; =>Notepad3.exe
|
||||
;TargetApplicationPath=
|
||||
;TargetApplicationParams=
|
||||
;TargetApplicationMode=
|
||||
;TargetApplicationWndClass=
|
||||
;DDEMessage=
|
||||
;DDEApplication=
|
||||
;DDETopic=
|
||||
[Window]
|
||||
@ -1,757 +0,0 @@
|
||||
# 2024/05/27 - Lexer Styles "Dark" taken from Axl Cash (https://www.axlcash.com/notepad2-dark-theme-schemes-style-or-whatever-you-call-it)
|
||||
|
||||
[Custom Colors]
|
||||
01=#252526
|
||||
02=#1346CE
|
||||
03=#A2C5D4
|
||||
04=#52A5F8
|
||||
05=#0D8206
|
||||
06=#B2D766
|
||||
07=#B5B5B9
|
||||
08=#F6B05B
|
||||
09=#54EDBF
|
||||
10=#FCA287
|
||||
11=#ACFBC0
|
||||
12=#F2B40D
|
||||
13=#F2450D
|
||||
14=#F53D3E
|
||||
15=#F653F6
|
||||
16=#92FB53
|
||||
[Common Base]
|
||||
Default Style=font:$Code0; fore:#FFFFE2; back:#252526
|
||||
Margins and Line Numbers=font:Consolas; size:-2; bold; fore:#A4FFFF; back:#444444
|
||||
Matching Braces (Indicator)=fore:#009100; back:#252526; alpha:40; alpha2:220; indic_roundbox
|
||||
Matching Braces Error (Indicator)=fore:#FF0080; back:#252526; alpha:140; alpha2:220; indic_roundbox
|
||||
Control Characters (Font)=size:-1; fore:#FFF1A8; back:#252526
|
||||
Indentation Guide (Color)=fore:#A0A0A0; back:#252526
|
||||
Selected Text (Colors)=fore:#FFFFE2; back:#409FFF; eolfilled; alpha:80
|
||||
Whitespace (Colors, Size 0-12)=fore:#666600
|
||||
Current Line Background (Color)=size:2; fore:#4F9D9D; back:#C1C1C1; alpha:50
|
||||
Caret (Color, Size 1-3)=fore:#80FF80
|
||||
Long Line Marker (Colors)=fore:#954A00; back:#181818
|
||||
Extra Line Spacing (Size)=back:#252526
|
||||
Bookmarks and Folding (Colors, Size)=size:+2; fore:#888888; back:#0095DD; alpha:100
|
||||
Mark Occurrences (Indicator)=fore:#00FF80; back:#B0FFB0; alpha:100; alpha2:100; indic_roundbox
|
||||
Hyperlink Hotspots=bold; italic; fore:#FFFF80; back:#2F8CFF; indic_plain
|
||||
Unicode-Point Hover=fore:#00FA00; alpha:60; alpha2:180; indic_compositionthick
|
||||
Multi Edit Indicator=fore:#FFA000; alpha:60; alpha2:180; indic_roundbox
|
||||
Change History Marker Modified=fore:#FF8000
|
||||
Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
Inline-IME Color=fore:#00FF00; back:#252526
|
||||
FileNameExtensions=
|
||||
[2nd Common Base]
|
||||
2nd Default Style=font:$Code1; fore:#FFFFE2; back:#252526
|
||||
2nd Margins and Line Numbers=font:Consolas; size:-2; bold; fore:#A4FFFF; back:#444444
|
||||
2nd Matching Braces (Indicator)=fore:#009100; back:#252526; alpha:40; alpha2:220; indic_roundbox
|
||||
2nd Matching Braces Error (Indicator)=fore:#FF0080; back:#252526; alpha:140; alpha2:220; indic_roundbox
|
||||
2nd Control Characters (Font)=size:-1; fore:#FFF1A8; back:#252526
|
||||
2nd Indentation Guide (Color)=fore:#A0A0A0; back:#252526
|
||||
2nd Selected Text (Colors)=fore:#FFFFE2; back:#409FFF; eolfilled; alpha:80
|
||||
2nd Whitespace (Colors, Size 0-12)=fore:#666600; back:#252526
|
||||
2nd Current Line Background (Color)=size:2; fore:#4F9D9D; back:#C1C1C1; alpha:50
|
||||
2nd Caret (Color, Size 1-3)=fore:#80FF80
|
||||
2nd Long Line Marker (Colors)=fore:#954A00; back:#181818
|
||||
2nd Extra Line Spacing (Size)=back:#252526
|
||||
2nd Bookmarks and Folding (Colors, Size)=size:+2; fore:#888888; back:#0095DD; alpha:100
|
||||
2nd Mark Occurrences (Indicator)=fore:#00FF80; back:#B0FFB0; alpha:100; alpha2:100; indic_roundbox
|
||||
2nd Hyperlink Hotspots=bold; italic; fore:#FFFF80; back:#52A5F8; indic_plain
|
||||
2nd Unicode-Point Hover=fore:#0000FA; alpha:60; alpha2:180; indic_compositionthick
|
||||
2nd Multi Edit Indicator=fore:#00A5FF; indic_box
|
||||
2nd Change History Marker Modified=fore:#FF8000
|
||||
2nd Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
2nd Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
2nd Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
2nd Inline-IME Color=fore:#00FF00; back:#252526
|
||||
FileNameExtensions=
|
||||
[Text Files]
|
||||
Default=font:$Text0
|
||||
Margins and Line Numbers=font:Consolas; size:-2
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
FileNameExtensions=txt; text; tmp; log; asc; doc; scp; wtx
|
||||
[ANSI Art]
|
||||
Default=font:Lucida Console; thin; size:11; smoothing:aliased
|
||||
Margins and Line Numbers=font:Consolas; size:-2
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
FileNameExtensions=nfo; diz; \^Readme$
|
||||
[Apache Config Files]
|
||||
Comment=fore:#75715E
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Directive=fore:#003CE6
|
||||
IP Address=bold; fore:#FF4000
|
||||
FileNameExtensions=conf; cfg; cnf; htaccess; prefs; iface; prop; po; te; \^Kconfig$; \^Doxyfile$
|
||||
[Assembly Script]
|
||||
Comment=fore:#75715E
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Operator=fore:#F92672
|
||||
CPU Instruction=fore:#0A246A
|
||||
FPU Instruction=fore:#0A246A
|
||||
Extended Instruction=fore:#0A246A
|
||||
Directive=fore:#0A246A
|
||||
Directive Operand=fore:#0A246A
|
||||
Register=fore:#75715E
|
||||
FileNameExtensions=asm; s; sx; inc; a51
|
||||
[AutoHotkey Script]
|
||||
Comment=fore:#008000
|
||||
Escape=italic; fore:#660000
|
||||
Syntax Operator=fore:#7F200F
|
||||
Expression Operator=fore:#FF4F00
|
||||
String=fore:#404040
|
||||
Number=fore:#FF9000
|
||||
Identifier=fore:#CF2F0F
|
||||
Variable Dereferencing=fore:#990055
|
||||
Label=fore:#0000DD
|
||||
Flow of Control=fore:#0000DD
|
||||
Command=bold; fore:#0000DD
|
||||
Function=fore:#DD00DD
|
||||
Directive=italic; fore:#4A0000
|
||||
Keys & Buttons=bold; fore:#FF00FF
|
||||
Built-In Variables=bold; fore:#EE3010
|
||||
Special=italic; fore:#BD8E00
|
||||
Variable Keyword=italic; fore:#CF00CF; back:#F9F9FF
|
||||
FileNameExtensions=ahk; ahkl; ia; scriptlet
|
||||
[AutoIt3 Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Function=fore:#0000FF
|
||||
User-Defined Function=fore:#0000FF
|
||||
Keyword=fore:#0000FF
|
||||
Macro=fore:#0080FF
|
||||
String=fore:#008080
|
||||
Operator=fore:#C000C0
|
||||
Variable=fore:#808000
|
||||
Send Key=fore:#FF0000
|
||||
Preprocessor=fore:#FF8000
|
||||
Special=fore:#FF8000
|
||||
FileNameExtensions=au3
|
||||
[AviSynth Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F
|
||||
Number=fore:#007F7F
|
||||
Keyword=bold; fore:#00007F
|
||||
Filter=bold; fore:#00007F
|
||||
Plugin=bold; fore:#0080C0
|
||||
Function=fore:#007F7F
|
||||
Clip Property=fore:#00007F
|
||||
FileNameExtensions=avs; avsi
|
||||
[Awk Script]
|
||||
Keyword=bold; fore:#0000A0
|
||||
Keyword 2nd=bold; italic; fore:#6666FF
|
||||
Comment=fore:#808080
|
||||
String=fore:#008000
|
||||
Number=fore:#C04000
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=awk
|
||||
[Batch Files]
|
||||
Default=back:#000000
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#26B5F9
|
||||
Identifier=fore:#003CE6; back:#FFF1A8
|
||||
Operator=fore:#B000B0
|
||||
Command=bold
|
||||
Label=fore:#C80000; back:#F4F4F4; eolfilled
|
||||
FileNameExtensions=bat; cmd
|
||||
[C# Source Code]
|
||||
Identifier=fore:#FFFFFF
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#52A5F8
|
||||
Keyword 2nd=bold; italic; fore:#804000
|
||||
Global Class=fore:#2B91AF
|
||||
String=fore:#FCA287
|
||||
Number=fore:#80FF80
|
||||
Operator=fore:#FFFFFF
|
||||
Preprocessor=fore:#808080
|
||||
Verbatim String=fore:#FCA287
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=cs; csx; vala
|
||||
[C/C++ Source Code]
|
||||
Identifier=fore:#B5B5B9
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
Keyword 2nd=bold; italic; fore:#3C6CDD
|
||||
Typedefs/Classes=bold; italic; fore:#800000
|
||||
String=fore:#FCA287
|
||||
Number=fore:#ACFBC0
|
||||
Operator=fore:#808080
|
||||
Preprocessor=fore:#808080
|
||||
Verbatim=fore:#B000B0
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F; back:#EEEEEE
|
||||
Function=fore:#00007F
|
||||
Parameter=fore:#7F200F
|
||||
Variable=fore:#CC3300
|
||||
While Def=fore:#00007F
|
||||
For Each Def=fore:#00007F
|
||||
If Def=fore:#00007F
|
||||
Macro Def=fore:#00007F
|
||||
Variable within String=fore:#CC3300; back:#EEEEEE
|
||||
Number=fore:#008080
|
||||
FileNameExtensions=cmake; ctest; \^cmakelists\.txt$
|
||||
[Coffeescript]
|
||||
Comment=fore:#646464
|
||||
String=fore:#008000
|
||||
Preprocessor=fore:#FF8000
|
||||
Identifier=bold; fore:#0A246A
|
||||
Operator=fore:#B000B0
|
||||
Number=fore:#FF0000
|
||||
Regex=fore:#006633; back:#FFF1A8
|
||||
FileNameExtensions=coffee; cakefile
|
||||
[Configuration Files]
|
||||
Default=back:#000000
|
||||
Key=fore:#00006D
|
||||
Comment=fore:#0D8206
|
||||
Section=fore:#3A6EA5
|
||||
Assignment=fore:#A6E22E
|
||||
Default Value=fore:#FF0000
|
||||
FileNameExtensions=ini; inf; properties; oem; sif; url; sed; theme; clw; editorconfig
|
||||
[CSS Style Sheets]
|
||||
Default=fore:#FFFFFF; back:#000000
|
||||
Comment=fore:#008000
|
||||
HTML Tag=bold; fore:#B28B40
|
||||
Tag-Class=bold; fore:#B28B40
|
||||
Tag-ID=bold; fore:#B28B40
|
||||
Tag-Attribute=fore:#B28B40
|
||||
Pseudo-Class=fore:#B000B0
|
||||
Pseudo-Element=fore:#B00050
|
||||
CSS Property=fore:#35BDFF
|
||||
String=fore:#FF8080
|
||||
Value=fore:#FFFFFF
|
||||
Operator=fore:#DFE1B1
|
||||
Important=bold; fore:#DFE1B1
|
||||
Directive=bold
|
||||
Media=bold; fore:#0A246A
|
||||
Variable=bold; fore:#FF4000
|
||||
Unknown Pseudo-Class=fore:#FF0000
|
||||
Unknown Property=fore:#FF0000
|
||||
FileNameExtensions=css; less; hss; sass; scss
|
||||
[CSV Prism]
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
Column 0=fore:#9400D3
|
||||
Column 1=fore:#1C01AF
|
||||
Column 2=fore:#0162F3
|
||||
Column 3=fore:#28A4FF
|
||||
Column 4=fore:#01C2C2
|
||||
Column 5=fore:#00D530
|
||||
Column 6=fore:#80D500
|
||||
Column 7=fore:#D3E401
|
||||
Column 8=fore:#FE9901
|
||||
Column 9=fore:#D90000
|
||||
FileNameExtensions=csv
|
||||
[D Source Code]
|
||||
Comment=fore:#008000
|
||||
Comment Doc=fore:#0040A0
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Keyword 2nd=bold; fore:#0A246A
|
||||
Typedef=italic; fore:#0A246A
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=d; dd; di
|
||||
[Dart Source Code]
|
||||
Keyword=fore:#0000FF
|
||||
Keyword 2nd=fore:#0000FF
|
||||
Meta-Data=fore:#FF8000
|
||||
Class=fore:#0080FF
|
||||
Enumeration=fore:#FF8000
|
||||
Function=fore:#A46000
|
||||
Comment=fore:#608060
|
||||
Comment Doc=fore:#408040
|
||||
Task Marker=bold; fore:#408080
|
||||
String=fore:#008000
|
||||
TriQ-String=fore:#F08000
|
||||
Verbatim String=fore:#F08000
|
||||
ESC Sequence=fore:#0080C0
|
||||
Label=fore:#7C5AF3
|
||||
Number=fore:#FF0000
|
||||
Variable=fore:#9E4D2A
|
||||
Operator=fore:#7C5AF3
|
||||
Symbol Identifier=fore:#7C5AF3
|
||||
Symbol Operator=fore:#7C5AF3
|
||||
FileNameExtensions=dart
|
||||
[Diff Files]
|
||||
Comment=fore:#75715E
|
||||
Command=bold; fore:#0A246A
|
||||
Source and Destination=bold; italic; fore:#4C4745
|
||||
Position Setting=fore:#0000FF
|
||||
Line Addition=back:#13354A; eolfilled
|
||||
Line Removal=fore:#960050; back:#1E0010; eolfilled
|
||||
Line Change=fore:#89807D; back:#4C4745; eolfilled
|
||||
FileNameExtensions=diff; patch
|
||||
[Fortran Source Code]
|
||||
Preprocessor=fore:#FF8000
|
||||
Comment=italic; fore:#808080
|
||||
Keyword=bold; fore:#0080FF
|
||||
Function=bold; italic; fore:#00B3FF
|
||||
User-Defined Function=bold; italic; fore:#8678FE
|
||||
String Single Quoted=fore:#008800
|
||||
String Double Quoted=fore:#008800
|
||||
String EOL=fore:#008000
|
||||
Number=fore:#7C00F9
|
||||
Operator=bold; fore:#0AB456
|
||||
Label=fore:#FF0080
|
||||
Continuation=fore:#D8F766
|
||||
FileNameExtensions=f; for; ftn; fpp; f90; f95; f03; f08; f15; f2k; hf
|
||||
[Go Source Code]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Keyword 2nd=bold; fore:#0A246A
|
||||
Typedef=italic; fore:#0A246A
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=go
|
||||
[Inno Setup Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#0000FF
|
||||
Parameter=fore:#0000FF
|
||||
Section=bold; fore:#000080
|
||||
Preprocessor=fore:#CC0000
|
||||
Inline Expansion=fore:#800080
|
||||
Pascal Comment=fore:#008000
|
||||
Pascal Keyword=fore:#0000FF
|
||||
FileNameExtensions=iss; isl; islu
|
||||
[Java Source Code]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#F92672
|
||||
Keyword 2nd=bold; fore:#A46000
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Operator=fore:#F92672
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=java; jad; aidl; bsh
|
||||
[JavaScript]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#0080C0
|
||||
String=fore:#FF8080
|
||||
Regex=fore:#804000
|
||||
Number=fore:#FFFFFF
|
||||
Operator=fore:#FFFFFF
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=js; jse; jsm; jsx; as; mjs; qs
|
||||
[JSON]
|
||||
Comment=fore:#646464
|
||||
Keyword=bold; fore:#A46000
|
||||
LD Keyword=bold; fore:#A61D04
|
||||
String=fore:#008000
|
||||
Unclosed String=fore:#FFFFFF; back:#FF8040; eolfilled
|
||||
Number=fore:#FF0000
|
||||
Operator=fore:#B000B0
|
||||
Property Name=fore:#002697
|
||||
ESC Sequence=fore:#0B982E
|
||||
URL/IRI=fore:#0000FF
|
||||
Compact IRI=fore:#D137C1
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=json; har; ipynb; wxcp; jshintrc; eslintrc; babelrc; prettierrc; stylelintrc; jsonld; jsonc; arcconfig; arclint; jscop
|
||||
[Julia Script]
|
||||
Comment=fore:#608060
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0000FF
|
||||
Keyword 2nd=bold; fore:#8A008A
|
||||
String=fore:#BB2F00
|
||||
Operator=fore:#B53A00
|
||||
Type Operator=fore:#950095
|
||||
Identifier=fore:#00007B
|
||||
Symbol=fore:#C0A030
|
||||
Macro Def=fore:#0080FF
|
||||
Comment Doc=fore:#808080
|
||||
Literal String=fore:#B000B0
|
||||
Command=bold; fore:#0000DD
|
||||
Annotation=fore:#FF8000
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=jl
|
||||
[KiXtart Script]
|
||||
Keyword=bold; fore:#265CFF
|
||||
Function=fore:#9B009B
|
||||
Macro=fore:#FFC000
|
||||
Comment=fore:#008000
|
||||
String=italic; fore:#8F8F8F
|
||||
Operator=fore:#C80000
|
||||
Number=fore:#009797
|
||||
Variable=fore:#9E4D2A
|
||||
FileNameExtensions=kix
|
||||
[Kotlin Source Code]
|
||||
Keyword=fore:#0000FF
|
||||
Annotation=fore:#FF8000
|
||||
Class=fore:#0080FF
|
||||
Interface=bold; fore:#1E90FF
|
||||
Enumeration=fore:#FF8000
|
||||
Function=fore:#A46000
|
||||
Comment=fore:#608060
|
||||
Comment Doc=fore:#408080
|
||||
Comment Doc Word=fore:#408080
|
||||
Task Marker=bold; fore:#208080
|
||||
String=fore:#008000
|
||||
Verbatim String=fore:#F08000
|
||||
ESC Sequence=fore:#0080C0
|
||||
Back Ticks=fore:#9E4D2A
|
||||
Label=fore:#7C5AF3
|
||||
Number=fore:#FF0000
|
||||
Variable=fore:#9E4D2A
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=kt; kts; ktm
|
||||
[LaTeX Files]
|
||||
Command=fore:#0000FF
|
||||
Comment=fore:#008000
|
||||
Math=fore:#FF0000
|
||||
Special Char=fore:#AAAA00
|
||||
Tag=fore:#0000FF
|
||||
Verbatim Segment=fore:#666666
|
||||
Error=fore:#FFFF00; back:#A00000
|
||||
FileNameExtensions=tex; latex; sty; texi; texinfo; txi
|
||||
[Lua Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Keyword=fore:#00007F
|
||||
Basic Functions=fore:#00007F
|
||||
String, Table & Math Functions=fore:#00007F
|
||||
Input, Output & System Facilities=fore:#00007F
|
||||
String=fore:#B000B0
|
||||
Literal String=fore:#B000B0
|
||||
Preprocessor=fore:#FF8000
|
||||
Label=fore:#808000
|
||||
FileNameExtensions=lua; wlua; nse; luadoc; luax
|
||||
[Makefiles]
|
||||
Comment=fore:#75715E
|
||||
Identifier=fore:#003CE6
|
||||
Target=fore:#003CE6; back:#FFC000
|
||||
Preprocessor=fore:#75715E
|
||||
FileNameExtensions=mak; make; mk; dsp; msc; msvc; am; pro; pri; gmk; ninja; dsw; \^Makefile$; \^Kbuild$
|
||||
[Markdown]
|
||||
Strong=bold
|
||||
Emphasis=italic
|
||||
Header 1=bold; fore:#FF0088
|
||||
Header 2=bold; fore:#FF0088
|
||||
Header 3=bold; fore:#FF0088
|
||||
Header 4=bold; fore:#FF0088
|
||||
Header 5=bold; fore:#FF0088
|
||||
Header 6=bold; fore:#FF0088
|
||||
Pre Char=fore:#00007F
|
||||
Unordered List=bold; fore:#0080FF
|
||||
Ordered List=bold; fore:#0080FF
|
||||
Block Quote=fore:#00007F
|
||||
Horizontal Rule=bold
|
||||
Link=fore:#0000FF
|
||||
Code=fore:#00007F; back:#EBEBEB
|
||||
FileNameExtensions=md; markdown; mdown; mkdn; mkd
|
||||
[MATLAB]
|
||||
Comment=fore:#008000
|
||||
Command=bold
|
||||
Number=fore:#FF8000
|
||||
Keyword=bold; fore:#00007F
|
||||
String=fore:#7F007F
|
||||
FileNameExtensions=matlab; m; sce; sci
|
||||
[Nim Source Code]
|
||||
Comment=italic; fore:#484A86
|
||||
Keyword=bold; fore:#5E8F60
|
||||
String Double Quoted=fore:#A4255B
|
||||
String Single Quoted=fore:#A4255B
|
||||
String Triple Double Quotes=fore:#A4255B
|
||||
String Triple Single Quotes=fore:#A4255B
|
||||
Number=fore:#252DBE
|
||||
Operator=bold; fore:#4B4B4B
|
||||
Function name=fore:#4B4B4B
|
||||
Parsing Error=italic; fore:#FFFF00; back:#A00000
|
||||
FileNameExtensions=nim; nimrod
|
||||
[NSIS Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#666666; back:#EEEEEE
|
||||
Function=fore:#0033CC
|
||||
Variable=fore:#CC3300
|
||||
Variable within String=fore:#CC3300; back:#EEEEEE
|
||||
Number=fore:#FF0000
|
||||
Constant=fore:#FF9900
|
||||
Section=fore:#0033CC
|
||||
Sub Section=fore:#0033CC
|
||||
Section Group=fore:#0033CC
|
||||
Function Definition=fore:#0033CC
|
||||
PageEx=fore:#0033CC
|
||||
If Definition=fore:#0033CC
|
||||
Macro Definition=fore:#0033CC
|
||||
FileNameExtensions=nsi; nsh
|
||||
[Pascal Source Code]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Inline Asm=fore:#0000FF
|
||||
Preprocessor=fore:#75715E
|
||||
FileNameExtensions=pas; dpr; dpk; dfm; pp; lfm; lpr; fpd
|
||||
[Perl Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String Double Quoted=fore:#E6DB74
|
||||
String Single Quoted=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Scalar $var=fore:#0A246A
|
||||
Array @var=fore:#003CE6
|
||||
Hash %var=fore:#B000B0
|
||||
Symbol Table *var=fore:#3A6EA5
|
||||
Regex /re/ or m{re}=fore:#E6DB74
|
||||
Substitution s/re/ore/=fore:#E6DB74
|
||||
Back Ticks=fore:#E24000; back:#FFF1A8
|
||||
Here-Doc (Delimiter)=fore:#75715E
|
||||
Here-Doc (Single Quoted, q)=fore:#75715E
|
||||
Here-Doc (Double Quoted, qq)=fore:#75715E
|
||||
Here-Doc (Back Ticks, qx)=fore:#75715E
|
||||
Single Quoted String (Generic, q)=fore:#E6DB74
|
||||
Double Quoted String (qq)=fore:#E6DB74
|
||||
Back Ticks (qx)=fore:#E24000; back:#FFF1A8
|
||||
Regex (qr)=fore:#E6DB74
|
||||
Array (qw)=fore:#003CE6
|
||||
Prototype=fore:#800080; back:#FFE2FF
|
||||
Format Identifier=bold; fore:#648000; back:#FFF1A8
|
||||
Format Body=fore:#648000; back:#FFF1A8
|
||||
POD (Common)=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
POD (Verbatim)=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
Data Section=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
Parsing Error=fore:#F8F8F0; back:#F92672
|
||||
FileNameExtensions=pl; pm; cgi; pod; plx; stp
|
||||
[PowerShell Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Variable=fore:#0A246A
|
||||
Cmdlet=fore:#804000; back:#FFF1A8
|
||||
Alias=bold; fore:#0A246A
|
||||
FileNameExtensions=ps1; psd1; psm1; psc1
|
||||
[Python Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
Keyword 2nd=fore:#000088
|
||||
Attribute=fore:#008E8E
|
||||
String Single Quoted=fore:#E6DB74
|
||||
String Double Quoted=fore:#E6DB74
|
||||
String Triple Single Quotes=fore:#E6DB74
|
||||
String Triple Double Quotes=fore:#E6DB74
|
||||
Decorator=fore:#F2B600
|
||||
Number=fore:#AE81FF
|
||||
Operator=fore:#F92672
|
||||
Function Name=fore:#A6E22E
|
||||
Class Name=fore:#A6E22E
|
||||
FileNameExtensions=py; pyw; pyx; pxd; pxi; boo; empy; cobra; gs
|
||||
[Registry Files]
|
||||
Comment=fore:#008800
|
||||
String=fore:#008000
|
||||
Value Type=bold; fore:#00007F
|
||||
Hex=fore:#7F0B0C
|
||||
Added Key=bold; fore:#000000; back:#FF8040; eolfilled
|
||||
Deleted Key=fore:#FF0000
|
||||
Escaped=bold; fore:#7D8187
|
||||
GUID in Key Path=fore:#7B5F15
|
||||
Parameter=fore:#0B6561
|
||||
Operator=bold
|
||||
FileNameExtensions=reg
|
||||
[Resource Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E6DB74
|
||||
Number=fore:#80FF80
|
||||
Operator=fore:#F92672
|
||||
Preprocessor=fore:#75715E
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=rc; rc2; rct; rh; dlg; lang
|
||||
[R-S-SPlus Statistics Code]
|
||||
Comment=fore:#008000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Base Package Functions=bold; fore:#7F0000
|
||||
Other Package Functions=bold; fore:#7F007F
|
||||
Number=fore:#0000FF
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=bold; fore:#B000B0
|
||||
Infix=fore:#660066
|
||||
Infix EOL=fore:#FF4000; back:#E0C0E0; eolfilled
|
||||
Backticks=fore:#3C6CDD
|
||||
Literal String=italic; fore:#3C6CDD
|
||||
ESC Sequence=fore:#0080C0
|
||||
FileNameExtensions=r; rdata; rds; rda
|
||||
[Ruby Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#00007F
|
||||
Number=fore:#008080
|
||||
String=fore:#FF8000
|
||||
Class Name=fore:#0000FF
|
||||
Function Name=fore:#007F7F
|
||||
POD=fore:#004000; back:#C0FFC0; eolfilled
|
||||
Regex=fore:#000000; back:#A0FFA0
|
||||
Symbol=fore:#C0A030
|
||||
Module Name=fore:#A000A0
|
||||
Instance Var=fore:#B00080
|
||||
Class Var=fore:#8000B0
|
||||
Data Section=fore:#600000; back:#FFF0D8; eolfilled
|
||||
FileNameExtensions=rb; ruby; rbw; rake; rjs; rakefile; gemspec; podspec; \^Rakefile$; \^Podfile$
|
||||
[Rust Source Code]
|
||||
Keyword=bold; fore:#248112
|
||||
Build-In Type=fore:#A9003D
|
||||
Other Keyword=italic; fore:#248112
|
||||
Number=fore:#666666
|
||||
Comment=italic; fore:#488080
|
||||
String=fore:#B31C1B
|
||||
Operator=fore:#666666
|
||||
Macro Definition=fore:#0A246A
|
||||
Rust Lifetime=fore:#B000B0
|
||||
Parsing Error=fore:#F0F0F0; back:#F00000
|
||||
Byte String=fore:#C0C0C0
|
||||
FileNameExtensions=rs; rust
|
||||
[Shell Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Keyword=fore:#0000FF
|
||||
String Double Quoted=fore:#008080
|
||||
String Single Quoted=fore:#800080
|
||||
Scalar=fore:#808000
|
||||
Parameter Expansion=fore:#808000; back:#FFFF99
|
||||
Back Ticks=fore:#FF0080
|
||||
Here-Doc (Single Quoted, q)=fore:#008080
|
||||
FileNameExtensions=sh; csh; zsh; bash; tcsh; m4; in; \^mozconfig$
|
||||
[SQL Query]
|
||||
Default=bold; fore:#EC7600
|
||||
Comment=fore:#66747B
|
||||
Keyword=bold; fore:#93C763
|
||||
Value Type=bold; fore:#000080
|
||||
String=fore:#E6DB74
|
||||
Identifier=bold; fore:#93C763
|
||||
Quoted Identifier=fore:#800080; back:#FFCCFF
|
||||
Number=fore:#FFD351
|
||||
Operator=fore:#FFF1A8
|
||||
FileNameExtensions=sql; mysql; hsql; pkb
|
||||
[Tcl Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#0000FF
|
||||
Number=fore:#008080
|
||||
String=fore:#008080
|
||||
Identifier=fore:#800080
|
||||
Substitution=fore:#CC0000
|
||||
Modifier=fore:#FF00FF
|
||||
FileNameExtensions=tcl; itcl; tm; ts; tsx
|
||||
[TOML Config]
|
||||
Keyword=bold; fore:#FF0080
|
||||
Comment=fore:#008000
|
||||
Section=bold; fore:#000000; back:#FFF1A8; eolfilled
|
||||
Key=bold; fore:#5E608F
|
||||
Assignment=bold; fore:#FF2020
|
||||
Value=fore:#202020
|
||||
Number=fore:#0000E0
|
||||
Date-Time=fore:#950095
|
||||
String=italic; fore:#606060
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=toml
|
||||
[VBScript]
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
String=fore:#FCA287
|
||||
Number=fore:#ACFBC0
|
||||
FileNameExtensions=vbs; dsm
|
||||
[VHDL]
|
||||
Comment=fore:#008800
|
||||
Number=fore:#FF0000
|
||||
String=fore:#008000
|
||||
Operator=fore:#B000B0
|
||||
Keyword=bold; fore:#0A246A
|
||||
Standard Operator=bold; fore:#0A246A
|
||||
Standard Type=fore:#FF8000
|
||||
FileNameExtensions=vhdl; vhd
|
||||
[Visual Basic]
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
Identifier=fore:#FFFFFF
|
||||
String=fore:#FCA287
|
||||
Number=fore:#92FB53
|
||||
Operator=fore:#FFFFFF
|
||||
Preprocessor=fore:#52A5F8
|
||||
FileNameExtensions=vb; bas; frm; cls; ctl; pag; dsr; dob
|
||||
[Web Source Code]
|
||||
Default=fore:#FFFFFF
|
||||
HTML Tag=fore:#0080C0
|
||||
HTML Unknown Tag=fore:#C80000
|
||||
HTML Attribute=fore:#80FFFF
|
||||
HTML Unknown Attribute=fore:#C80000
|
||||
HTML Value=fore:#FFFFFF
|
||||
HTML String=fore:#FFFFFF
|
||||
HTML Other Inside Tag=fore:#FFFFFF
|
||||
HTML Comment=fore:#008000
|
||||
HTML Entity=fore:#0080C0
|
||||
HTML Element Text=fore:#E0E2E4
|
||||
XML Identifier=bold; fore:#881280
|
||||
SGML=fore:#0080C0
|
||||
CDATA=fore:#E0E2E4
|
||||
ASP Start Tag=fore:#0080C0
|
||||
PHP Start Tag=fore:#FFFFFF
|
||||
PHP Comment=fore:#FFFFFF
|
||||
PHP Keyword=fore:#92C654
|
||||
PHP String=font:Lucida Console; size:9; fore:#808080
|
||||
PHP Simple String=fore:#EB7517
|
||||
PHP Number=fore:#FFCD22
|
||||
PHP Operator=fore:#E7AF66
|
||||
PHP Variable=font:Lucida Console; size:9; fore:#678CB1
|
||||
PHP String Variable=fore:#EB7517
|
||||
PHP Complex Variable=fore:#EB7517
|
||||
JS Comment=fore:#8F0306; back:#9F9F9F
|
||||
JS Keyword=bold; fore:#3A6EA5
|
||||
JS String=fore:#FF8080
|
||||
JS Regex=fore:#FFFFFF
|
||||
JS Number=fore:#2291FF
|
||||
JS Symbols=fore:#FFFFFF
|
||||
ASP JS Comment=fore:#75715E
|
||||
ASP JS Keyword=fore:#F92672
|
||||
ASP JS String=fore:#E6DB74
|
||||
ASP JS Regex=fore:#E6DB74
|
||||
ASP JS Number=fore:#AE81FF
|
||||
ASP JS Symbols=fore:#F92672
|
||||
VBS Comment=fore:#75715E
|
||||
VBS Keyword=fore:#F92672
|
||||
VBS String=fore:#E6DB74
|
||||
VBS Number=fore:#AE81FF
|
||||
ASP VBS Comment=fore:#75715E
|
||||
ASP VBS Keyword=fore:#F92672
|
||||
ASP VBS String=fore:#E6DB74
|
||||
ASP VBS Number=fore:#AE81FF
|
||||
FileNameExtensions=html; htm; asp; aspx; shtml; htd; xhtml; php; php3; phtml; htt; cfm; tpl; dtd; hta; htc; jsp; mht; jd
|
||||
[XML Document]
|
||||
Default=fore:#FFFFFF; back:#000000
|
||||
XML Tag=fore:#3A6EA5
|
||||
XML Attribute=fore:#52A5F8
|
||||
XML Value=fore:#0080C0
|
||||
XML String=fore:#FFFFFF
|
||||
XML Other Inside Tag=fore:#0080C0
|
||||
XML Comment=fore:#008000
|
||||
XML Entity=fore:#0080C0
|
||||
XML Identifier=fore:#808080
|
||||
SGML=fore:#F92672
|
||||
CDATA=fore:#75715E
|
||||
FileNameExtensions=xml; xsl; rss; svg; xul; xsd; xslt; axl; rdf; xaml; vcproj; ffs_gui; nzb; resx; plist; xrc; fbp; manifest
|
||||
[YAML]
|
||||
Comment=fore:#008800
|
||||
Identifier=bold; fore:#0A246A
|
||||
Keyword=fore:#880088
|
||||
Number=fore:#FF8000
|
||||
Reference=fore:#008888
|
||||
Document=bold; fore:#FFFFFF; back:#000088; eolfilled
|
||||
Text=fore:#404040
|
||||
Error=bold; italic; fore:#FFFFFF; back:#FF0000; eolfilled
|
||||
Operator=fore:#333366
|
||||
FileNameExtensions=yaml; yml
|
||||
@ -1,758 +0,0 @@
|
||||
# 2024/05/27 - Lexer Styles "Obsidian" taken from xCONFLiCTiONx (https://gist.github.com/xCONFLiCTiONx/43c035627909a92572334559b5685cf0)
|
||||
|
||||
[Custom Colors]
|
||||
02=#B5E2F5
|
||||
03=#A2C5D4
|
||||
04=#89ACEC
|
||||
06=#B2D766
|
||||
08=#F6B05B
|
||||
11=#594A05
|
||||
12=#F2B40D
|
||||
13=#F2450D
|
||||
14=#F53D3E
|
||||
15=#F653F6
|
||||
16=#BE9450
|
||||
01=#000000
|
||||
05=#006633
|
||||
07=#648000
|
||||
09=#FFFFFF
|
||||
10=#FFFFE2
|
||||
[Common Base]
|
||||
Default Style=font:$Code0; fore:#EAEAEA; back:#000000
|
||||
Margins and Line Numbers=font:Consolas; size:-2; fore:#A4FFFF; back:#444444
|
||||
Matching Braces (Indicator)=fore:#00FF40; alpha:80; alpha2:80; indic_roundbox
|
||||
Matching Braces Error (Indicator)=fore:#FF0080; alpha:140; alpha2:140; indic_roundbox
|
||||
Control Characters (Font)=size:-1
|
||||
Indentation Guide (Color)=fore:#A0A0A0
|
||||
Selected Text (Colors)=fore:#FFFFFF; back:#3478AB; eolfilled
|
||||
Whitespace (Colors, Size 0-12)=fore:#FF4000
|
||||
Current Line Background (Color)=fore:#F7F7F7; back:#000000
|
||||
Caret (Color, Size 1-3)=size:2; fore:#FFFFFF
|
||||
Long Line Marker (Colors)=fore:#BCBCBC; back:#3B3A32
|
||||
Extra Line Spacing (Size)=size:2
|
||||
Bookmarks and Folding (Colors, Size)=size:+2; fore:#000000; back:#808080; alpha:80
|
||||
Mark Occurrences (Indicator)=fore:#FF0000; alpha:100; alpha2:100; indic_roundbox
|
||||
Hyperlink Hotspots=fore:#FFFF80; back:#4AA5FF; indic_plain
|
||||
Unicode-Point Hover=fore:#00FA00; alpha:60; alpha2:180; indic_compositionthick
|
||||
Multi Edit Indicator=fore:#FFA000; alpha:60; alpha2:180; indic_roundbox
|
||||
Change History Marker Modified=fore:#FF8000
|
||||
Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
Inline-IME Color=fore:#00AA00
|
||||
FileNameExtensions=
|
||||
[2nd Common Base]
|
||||
2nd Default Style=font:$Code1; fore:#EAEAEA; back:#000000
|
||||
2nd Margins and Line Numbers=font:Consolas; size:-2; fore:#A4FFFF; back:#444444
|
||||
2nd Matching Braces (Indicator)=fore:#00FF40; alpha:80; alpha2:80; indic_roundbox
|
||||
2nd Matching Braces Error (Indicator)=fore:#FF0080; alpha:140; alpha2:140; indic_roundbox
|
||||
2nd Control Characters (Font)=size:-1
|
||||
2nd Indentation Guide (Color)=fore:#A0A0A0
|
||||
2nd Selected Text (Colors)=fore:#FFFFFF; back:#3478AB; eolfilled
|
||||
2nd Whitespace (Colors, Size 0-12)=fore:#FF4000
|
||||
2nd Current Line Background (Color)=fore:#F7F7F7; back:#000000
|
||||
2nd Caret (Color, Size 1-3)=size:2; fore:#FFFFFF
|
||||
2nd Long Line Marker (Colors)=fore:#BCBCBC; back:#3B3A32
|
||||
2nd Extra Line Spacing (Size)=size:2
|
||||
2nd Bookmarks and Folding (Colors, Size)=size:+2; fore:#000000; back:#808080; alpha:80
|
||||
2nd Mark Occurrences (Indicator)=fore:#FF0000; alpha:100; alpha2:100; indic_roundbox
|
||||
2nd Hyperlink Hotspots=fore:#FFFF80; back:#89ACEC; indic_plain
|
||||
2nd Unicode-Point Hover=fore:#0000FA; alpha:60; alpha2:180; indic_compositionthick
|
||||
2nd Multi Edit Indicator=fore:#00A5FF; indic_box
|
||||
2nd Change History Marker Modified=fore:#FF8000
|
||||
2nd Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
2nd Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
2nd Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
2nd Inline-IME Color=fore:#00AA00
|
||||
FileNameExtensions=
|
||||
[Text Files]
|
||||
Default=font:$Text0
|
||||
Margins and Line Numbers=font:Consolas; size:-2
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
FileNameExtensions=txt; text; tmp; log; asc; doc; scp; wtx
|
||||
[ANSI Art]
|
||||
Default=font:Lucida Console; size:11
|
||||
Margins and Line Numbers=font:Consolas; size:-2
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
FileNameExtensions=nfo; diz; \^Readme$
|
||||
[Apache Config Files]
|
||||
Comment=fore:#75715E
|
||||
String=fore:#E0A596
|
||||
Number=fore:#AE81FF
|
||||
Directive=fore:#003CE6
|
||||
IP Address=bold; fore:#FF4000
|
||||
FileNameExtensions=conf; cfg; cnf; htaccess; prefs; iface; prop; po; te; \^Kconfig$; \^Doxyfile$
|
||||
[Assembly Script]
|
||||
Comment=fore:#75715E
|
||||
String=fore:#E0A596
|
||||
Number=fore:#AE81FF
|
||||
Operator=fore:#F92672
|
||||
CPU Instruction=fore:#0A246A
|
||||
FPU Instruction=fore:#0A246A
|
||||
Extended Instruction=fore:#0A246A
|
||||
Directive=fore:#0A246A
|
||||
Directive Operand=fore:#0A246A
|
||||
Register=fore:#75715E
|
||||
FileNameExtensions=asm; s; sx; inc; a51
|
||||
[AutoHotkey Script]
|
||||
Comment=fore:#008000
|
||||
Escape=italic; fore:#660000
|
||||
Syntax Operator=fore:#7F200F
|
||||
Expression Operator=fore:#FF4F00
|
||||
String=fore:#404040
|
||||
Number=fore:#FF9000
|
||||
Identifier=fore:#CF2F0F
|
||||
Variable Dereferencing=fore:#990055
|
||||
Label=fore:#0000DD
|
||||
Flow of Control=fore:#0000DD
|
||||
Command=bold; fore:#0000DD
|
||||
Function=fore:#DD00DD
|
||||
Directive=italic; fore:#4A0000
|
||||
Keys & Buttons=bold; fore:#FF00FF
|
||||
Built-In Variables=bold; fore:#EE3010
|
||||
Special=italic; fore:#BD8E00
|
||||
Variable Keyword=italic; fore:#CF00CF; back:#F9F9FF
|
||||
FileNameExtensions=ahk; ahkl; ia; scriptlet
|
||||
[AutoIt3 Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Function=fore:#0000FF
|
||||
User-Defined Function=fore:#0000FF
|
||||
Keyword=fore:#0000FF
|
||||
Macro=fore:#0080FF
|
||||
String=fore:#008080
|
||||
Operator=fore:#C000C0
|
||||
Variable=fore:#808000
|
||||
Send Key=fore:#FF0000
|
||||
Preprocessor=fore:#FF8000
|
||||
Special=fore:#FF8000
|
||||
FileNameExtensions=au3
|
||||
[AviSynth Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F
|
||||
Number=fore:#007F7F
|
||||
Keyword=bold; fore:#00007F
|
||||
Filter=bold; fore:#00007F
|
||||
Plugin=bold; fore:#0080C0
|
||||
Function=fore:#007F7F
|
||||
Clip Property=fore:#00007F
|
||||
FileNameExtensions=avs; avsi
|
||||
[Awk Script]
|
||||
Keyword=bold; fore:#0000A0
|
||||
Keyword 2nd=bold; italic; fore:#6666FF
|
||||
Comment=fore:#808080
|
||||
String=fore:#008000
|
||||
Number=fore:#C04000
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=awk
|
||||
[Batch Files]
|
||||
Default=back:#000000
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#52A5F8
|
||||
Identifier=fore:#003CE6; back:#FFF1A8
|
||||
Operator=fore:#ADADAD
|
||||
Command=bold
|
||||
Label=fore:#2FEA00
|
||||
FileNameExtensions=bat; cmd
|
||||
[C# Source Code]
|
||||
Identifier=fore:#FFFFFF
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#52A5F8
|
||||
Keyword 2nd=bold; italic; fore:#804000
|
||||
Global Class=fore:#54EDBF
|
||||
String=fore:#E0A596
|
||||
Number=fore:#80FF80
|
||||
Operator=fore:#FFFFFF
|
||||
Preprocessor=fore:#808080
|
||||
Verbatim String=fore:#E0A596
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=cs; csx; vala
|
||||
[C/C++ Source Code]
|
||||
Identifier=fore:#B000B0
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
Keyword 2nd=bold; italic; fore:#3C6CDD
|
||||
Typedefs/Classes=bold; italic; fore:#800000
|
||||
String=fore:#E0A596
|
||||
Number=fore:#ACFBC0
|
||||
Operator=fore:#808080
|
||||
Preprocessor=fore:#808080
|
||||
Verbatim=fore:#B000B0
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#7F007F; back:#EEEEEE
|
||||
Function=fore:#00007F
|
||||
Parameter=fore:#7F200F
|
||||
Variable=fore:#CC3300
|
||||
While Def=fore:#00007F
|
||||
For Each Def=fore:#00007F
|
||||
If Def=fore:#00007F
|
||||
Macro Def=fore:#00007F
|
||||
Variable within String=fore:#CC3300; back:#EEEEEE
|
||||
Number=fore:#008080
|
||||
FileNameExtensions=cmake; ctest; \^cmakelists\.txt$
|
||||
[Coffeescript]
|
||||
Comment=fore:#646464
|
||||
String=fore:#008000
|
||||
Preprocessor=fore:#FF8000
|
||||
Identifier=bold; fore:#0A246A
|
||||
Operator=fore:#B000B0
|
||||
Number=fore:#FF0000
|
||||
Regex=fore:#006633; back:#FFF1A8
|
||||
FileNameExtensions=coffee; cakefile
|
||||
[Configuration Files]
|
||||
Default=back:#000000
|
||||
Key=fore:#00006D
|
||||
Comment=fore:#0D8206
|
||||
Section=fore:#3A6EA5
|
||||
Assignment=fore:#A6E22E
|
||||
Default Value=fore:#FF0000
|
||||
FileNameExtensions=ini; inf; properties; oem; sif; url; sed; theme; clw; editorconfig
|
||||
[CSS Style Sheets]
|
||||
Default=fore:#FFFFFF; back:#000000
|
||||
Comment=fore:#008000
|
||||
HTML Tag=bold; fore:#B28B40
|
||||
Tag-Class=bold; fore:#B28B40
|
||||
Tag-ID=bold; fore:#B28B40
|
||||
Tag-Attribute=fore:#B28B40
|
||||
Pseudo-Class=fore:#B000B0
|
||||
Pseudo-Element=fore:#B00050
|
||||
CSS Property=fore:#35BDFF
|
||||
String=fore:#E0A596
|
||||
Value=fore:#FFFFFF
|
||||
Operator=fore:#DFE1B1
|
||||
Important=bold; fore:#DFE1B1
|
||||
Directive=bold
|
||||
Media=bold; fore:#0A246A
|
||||
Variable=bold; fore:#FF4000
|
||||
Unknown Pseudo-Class=fore:#FF0000
|
||||
Unknown Property=fore:#FF0000
|
||||
FileNameExtensions=css; less; hss; sass; scss
|
||||
[CSV Prism]
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
Column 0=fore:#9400D3
|
||||
Column 1=fore:#1C01AF
|
||||
Column 2=fore:#0162F3
|
||||
Column 3=fore:#28A4FF
|
||||
Column 4=fore:#01C2C2
|
||||
Column 5=fore:#00D530
|
||||
Column 6=fore:#80D500
|
||||
Column 7=fore:#D3E401
|
||||
Column 8=fore:#FE9901
|
||||
Column 9=fore:#D90000
|
||||
FileNameExtensions=csv
|
||||
[D Source Code]
|
||||
Comment=fore:#008000
|
||||
Comment Doc=fore:#0040A0
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Keyword 2nd=bold; fore:#0A246A
|
||||
Typedef=italic; fore:#0A246A
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=d; dd; di
|
||||
[Dart Source Code]
|
||||
Keyword=fore:#0000FF
|
||||
Keyword 2nd=fore:#0000FF
|
||||
Meta-Data=fore:#FF8000
|
||||
Class=fore:#0080FF
|
||||
Enumeration=fore:#FF8000
|
||||
Function=fore:#A46000
|
||||
Comment=fore:#608060
|
||||
Comment Doc=fore:#408040
|
||||
Task Marker=bold; fore:#408080
|
||||
String=fore:#008000
|
||||
TriQ-String=fore:#F08000
|
||||
Verbatim String=fore:#F08000
|
||||
ESC Sequence=fore:#0080C0
|
||||
Label=fore:#7C5AF3
|
||||
Number=fore:#FF0000
|
||||
Variable=fore:#9E4D2A
|
||||
Operator=fore:#7C5AF3
|
||||
Symbol Identifier=fore:#7C5AF3
|
||||
Symbol Operator=fore:#7C5AF3
|
||||
FileNameExtensions=dart
|
||||
[Diff Files]
|
||||
Comment=fore:#008000
|
||||
Command=bold; fore:#0A246A
|
||||
Source and Destination=fore:#C80000; back:#FFF1A8; eolfilled
|
||||
Position Setting=fore:#0000FF
|
||||
Line Addition=fore:#002000; back:#80FF80; eolfilled
|
||||
Line Removal=fore:#200000; back:#FF8080; eolfilled
|
||||
Line Change=fore:#000020; back:#8080FF; eolfilled
|
||||
FileNameExtensions=diff; patch
|
||||
[Fortran Source Code]
|
||||
Preprocessor=fore:#FF8000
|
||||
Comment=italic; fore:#808080
|
||||
Keyword=bold; fore:#0080FF
|
||||
Function=bold; italic; fore:#00B3FF
|
||||
User-Defined Function=bold; italic; fore:#8678FE
|
||||
String Single Quoted=fore:#008800
|
||||
String Double Quoted=fore:#008800
|
||||
String EOL=fore:#008000
|
||||
Number=fore:#7C00F9
|
||||
Operator=bold; fore:#0AB456
|
||||
Label=fore:#FF0080
|
||||
Continuation=fore:#D8F766
|
||||
FileNameExtensions=f; for; ftn; fpp; f90; f95; f03; f08; f15; f2k; hf
|
||||
[Go Source Code]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Keyword 2nd=bold; fore:#0A246A
|
||||
Typedef=italic; fore:#0A246A
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=go
|
||||
[Inno Setup Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#0000FF
|
||||
Parameter=fore:#0000FF
|
||||
Section=bold; fore:#000080
|
||||
Preprocessor=fore:#CC0000
|
||||
Inline Expansion=fore:#800080
|
||||
Pascal Comment=fore:#008000
|
||||
Pascal Keyword=fore:#0000FF
|
||||
FileNameExtensions=iss; isl; islu
|
||||
[Java Source Code]
|
||||
Comment=fore:#646464
|
||||
Keyword=bold; fore:#A46000
|
||||
Keyword 2nd=bold; fore:#A46000
|
||||
String=fore:#E0A596
|
||||
Number=fore:#FF0000
|
||||
Operator=fore:#B000B0
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=java; jad; aidl; bsh
|
||||
[JavaScript]
|
||||
Comment=fore:#646464
|
||||
Keyword=bold; fore:#A46000
|
||||
String=fore:#E0A596
|
||||
Regex=fore:#006633; back:#FFF1A8
|
||||
Number=fore:#FF0000
|
||||
Operator=fore:#B000B0
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=js; jse; jsm; jsmx; as; mjs; qs
|
||||
[JSON]
|
||||
Comment=fore:#646464
|
||||
Keyword=bold; fore:#A46000
|
||||
LD Keyword=bold; fore:#A61D04
|
||||
String=fore:#008000
|
||||
Unclosed String=fore:#FFFFFF; back:#FF8040; eolfilled
|
||||
Number=fore:#FF0000
|
||||
Operator=fore:#B000B0
|
||||
Property Name=fore:#002697
|
||||
ESC Sequence=fore:#0B982E
|
||||
URL/IRI=fore:#0000FF
|
||||
Compact IRI=fore:#D137C1
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=json; har; ipynb; wxcp; jshintrc; eslintrc; babelrc; prettierrc; stylelintrc; jsonld; jsonc; arcconfig; arclint; jscop
|
||||
[Julia Script]
|
||||
Comment=fore:#608060
|
||||
Number=fore:#FF0000
|
||||
Keyword=bold; fore:#0000FF
|
||||
Keyword 2nd=bold; fore:#8A008A
|
||||
String=fore:#BB2F00
|
||||
Operator=fore:#B53A00
|
||||
Type Operator=fore:#950095
|
||||
Identifier=fore:#00007B
|
||||
Symbol=fore:#C0A030
|
||||
Macro Def=fore:#0080FF
|
||||
Comment Doc=fore:#808080
|
||||
Literal String=fore:#B000B0
|
||||
Command=bold; fore:#0000DD
|
||||
Annotation=fore:#FF8000
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=jl
|
||||
[KiXtart Script]
|
||||
Keyword=bold; fore:#265CFF
|
||||
Function=fore:#9B009B
|
||||
Macro=fore:#FFC000
|
||||
Comment=fore:#008000
|
||||
String=italic; fore:#8F8F8F
|
||||
Operator=fore:#C80000
|
||||
Number=fore:#009797
|
||||
Variable=fore:#9E4D2A
|
||||
FileNameExtensions=kix
|
||||
[Kotlin Source Code]
|
||||
Keyword=fore:#0000FF
|
||||
Annotation=fore:#FF8000
|
||||
Class=fore:#0080FF
|
||||
Interface=bold; fore:#1E90FF
|
||||
Enumeration=fore:#FF8000
|
||||
Function=fore:#A46000
|
||||
Comment=fore:#608060
|
||||
Comment Doc=fore:#408080
|
||||
Comment Doc Word=fore:#408080
|
||||
Task Marker=bold; fore:#208080
|
||||
String=fore:#008000
|
||||
Verbatim String=fore:#F08000
|
||||
ESC Sequence=fore:#0080C0
|
||||
Back Ticks=fore:#9E4D2A
|
||||
Label=fore:#7C5AF3
|
||||
Number=fore:#FF0000
|
||||
Variable=fore:#9E4D2A
|
||||
Operator=fore:#B000B0
|
||||
FileNameExtensions=kt; kts; ktm
|
||||
[LaTeX Files]
|
||||
Command=fore:#0000FF
|
||||
Comment=fore:#008000
|
||||
Math=fore:#FF0000
|
||||
Special Char=fore:#AAAA00
|
||||
Tag=fore:#0000FF
|
||||
Verbatim Segment=fore:#666666
|
||||
Error=fore:#FFFF00; back:#A00000
|
||||
FileNameExtensions=tex; latex; sty; texi; texinfo; txi
|
||||
[Lua Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Keyword=fore:#00007F
|
||||
Basic Functions=fore:#00007F
|
||||
String, Table & Math Functions=fore:#00007F
|
||||
Input, Output & System Facilities=fore:#00007F
|
||||
String=fore:#B000B0
|
||||
Literal String=fore:#B000B0
|
||||
Preprocessor=fore:#FF8000
|
||||
Label=fore:#808000
|
||||
FileNameExtensions=lua; wlua; nse; luadoc; luax
|
||||
[Makefiles]
|
||||
Comment=fore:#008000
|
||||
Identifier=fore:#003CE6
|
||||
Target=fore:#003CE6; back:#FFC000
|
||||
Preprocessor=fore:#FF8000
|
||||
FileNameExtensions=mak; make; mk; dsp; msc; msvc; am; pro; pri; gmk; ninja; dsw; \^Makefile$; \^Kbuild$
|
||||
[Markdown]
|
||||
Strong=bold; fore:#E68A00
|
||||
Emphasis=italic; fore:#E68A00
|
||||
Header 1=bold; fore:#3A6EA5
|
||||
Header 2=bold; fore:#3A6EA5
|
||||
Header 3=bold; fore:#3A6EA5
|
||||
Header 4=bold; fore:#3A6EA5
|
||||
Header 5=bold; fore:#3A6EA5
|
||||
Header 6=bold; fore:#3A6EA5
|
||||
Pre Char=fore:#55A5F4
|
||||
Unordered List=bold; fore:#52A5F8
|
||||
Ordered List=bold; fore:#52A5F8
|
||||
Block Quote=fore:#52A5F8
|
||||
Horizontal Rule=bold
|
||||
Link=fore:#418FDE
|
||||
Code=fore:#3A6EA5
|
||||
FileNameExtensions=md; markdown; mdown; mkdn; mkd
|
||||
[MATLAB]
|
||||
Comment=fore:#008000
|
||||
Command=bold
|
||||
Number=fore:#FF8000
|
||||
Keyword=bold; fore:#00007F
|
||||
String=fore:#7F007F
|
||||
FileNameExtensions=matlab; m; sce; sci
|
||||
[Nim Source Code]
|
||||
Comment=fore:#880000
|
||||
Keyword=bold; fore:#000088
|
||||
String Double Quoted=fore:#008800
|
||||
String Single Quoted=fore:#008800
|
||||
String Triple Double Quotes=fore:#008800
|
||||
String Triple Single Quotes=fore:#008800
|
||||
Number=fore:#FF4000
|
||||
Operator=bold; fore:#666600
|
||||
Function name=fore:#4B4B4B
|
||||
Parsing Error=italic; fore:#FFFF00; back:#A00000
|
||||
FileNameExtensions=nim; nimrod
|
||||
[NSIS Script]
|
||||
Comment=fore:#008000
|
||||
String=fore:#666666; back:#EEEEEE
|
||||
Function=fore:#0033CC
|
||||
Variable=fore:#CC3300
|
||||
Variable within String=fore:#CC3300; back:#EEEEEE
|
||||
Number=fore:#FF0000
|
||||
Constant=fore:#FF9900
|
||||
Section=fore:#0033CC
|
||||
Sub Section=fore:#0033CC
|
||||
Section Group=fore:#0033CC
|
||||
Function Definition=fore:#0033CC
|
||||
PageEx=fore:#0033CC
|
||||
If Definition=fore:#0033CC
|
||||
Macro Definition=fore:#0033CC
|
||||
FileNameExtensions=nsi; nsh
|
||||
[Pascal Source Code]
|
||||
Comment=fore:#646464
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E0A596
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Inline Asm=fore:#0000FF
|
||||
Preprocessor=fore:#75715E
|
||||
FileNameExtensions=pas; dpr; dpk; dfm; pp; lfm; lpr; fpd
|
||||
[Perl Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String Double Quoted=fore:#E0A596
|
||||
String Single Quoted=fore:#E0A596
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Scalar $var=fore:#0A246A
|
||||
Array @var=fore:#003CE6
|
||||
Hash %var=fore:#B000B0
|
||||
Symbol Table *var=fore:#3A6EA5
|
||||
Regex /re/ or m{re}=fore:#E6DB74
|
||||
Substitution s/re/ore/=fore:#E6DB74
|
||||
Back Ticks=fore:#E24000; back:#FFF1A8
|
||||
Here-Doc (Delimiter)=fore:#75715E
|
||||
Here-Doc (Single Quoted, q)=fore:#75715E
|
||||
Here-Doc (Double Quoted, qq)=fore:#75715E
|
||||
Here-Doc (Back Ticks, qx)=fore:#75715E
|
||||
Single Quoted String (Generic, q)=fore:#E0A596
|
||||
Double Quoted String (qq)=fore:#E0A596
|
||||
Back Ticks (qx)=fore:#E24000; back:#FFF1A8
|
||||
Regex (qr)=fore:#E6DB74
|
||||
Array (qw)=fore:#003CE6
|
||||
Prototype=fore:#800080; back:#FFE2FF
|
||||
Format Identifier=bold; fore:#648000; back:#FFF1A8
|
||||
Format Body=fore:#648000; back:#FFF1A8
|
||||
POD (Common)=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
POD (Verbatim)=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
Data Section=fore:#A46000; back:#FFFFC0; eolfilled
|
||||
Parsing Error=fore:#F8F8F0; back:#F92672
|
||||
FileNameExtensions=pl; pm; cgi; pod; plx; stp
|
||||
[PowerShell Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E0A596
|
||||
Number=fore:#AE81FF
|
||||
Operator=bold
|
||||
Variable=fore:#0A246A
|
||||
Cmdlet=fore:#804000; back:#FFF1A8
|
||||
Alias=bold; fore:#0A246A
|
||||
FileNameExtensions=ps1; psd1; psm1; psc1
|
||||
[Python Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
Keyword 2nd=fore:#000088
|
||||
Attribute=fore:#008E8E
|
||||
String Single Quoted=fore:#E0A596
|
||||
String Double Quoted=fore:#E0A596
|
||||
String Triple Single Quotes=fore:#E0A596
|
||||
String Triple Double Quotes=fore:#E0A596
|
||||
Decorator=fore:#F2B600
|
||||
Number=fore:#AE81FF
|
||||
Operator=fore:#F92672
|
||||
Function Name=fore:#A6E22E
|
||||
Class Name=fore:#A6E22E
|
||||
FileNameExtensions=py; pyw; pyx; pxd; pxi; boo; empy; cobra; gs
|
||||
[Registry Files]
|
||||
Comment=fore:#0D8206
|
||||
Value Name=fore:#6ABAE6
|
||||
String=fore:#E0A596
|
||||
Value Type=fore:#8AB3DB
|
||||
Hex=fore:#A0DCAB
|
||||
Added Key=semibold; fore:#2563A0
|
||||
Deleted Key=fore:#BB0000
|
||||
Escaped=fore:#E0A596
|
||||
GUID in Key Path=fore:#95D09C
|
||||
Parameter=fore:#0B6561
|
||||
Operator=bold
|
||||
FileNameExtensions=reg
|
||||
[Resource Script]
|
||||
Comment=fore:#75715E
|
||||
Keyword=fore:#F92672
|
||||
String=fore:#E0A596
|
||||
Number=fore:#80FF80
|
||||
Operator=fore:#F92672
|
||||
Preprocessor=fore:#75715E
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#800000
|
||||
Task Marker=bold; fore:#208080
|
||||
FileNameExtensions=rc; rc2; rct; rh; dlg; lang
|
||||
[R-S-SPlus Statistics Code]
|
||||
Comment=fore:#008000
|
||||
Keyword=bold; fore:#0A246A
|
||||
Base Package Functions=bold; fore:#7F0000
|
||||
Other Package Functions=bold; fore:#7F007F
|
||||
Number=fore:#0000FF
|
||||
String=italic; fore:#3C6CDD
|
||||
Operator=bold; fore:#B000B0
|
||||
Infix=fore:#660066
|
||||
Infix EOL=fore:#FF4000; back:#E0C0E0; eolfilled
|
||||
Backticks=fore:#3C6CDD
|
||||
Literal String=italic; fore:#3C6CDD
|
||||
ESC Sequence=fore:#0080C0
|
||||
FileNameExtensions=r; rdata; rds; rda
|
||||
[Ruby Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#00007F
|
||||
Number=fore:#008080
|
||||
String=fore:#FF8000
|
||||
Class Name=fore:#0000FF
|
||||
Function Name=fore:#007F7F
|
||||
POD=fore:#004000; back:#C0FFC0; eolfilled
|
||||
Regex=fore:#000000; back:#A0FFA0
|
||||
Symbol=fore:#C0A030
|
||||
Module Name=fore:#A000A0
|
||||
Instance Var=fore:#B00080
|
||||
Class Var=fore:#8000B0
|
||||
Data Section=fore:#600000; back:#FFF0D8; eolfilled
|
||||
FileNameExtensions=rb; ruby; rbw; rake; rjs; rakefile; gemspec; podspec; \^Rakefile$; \^Podfile$
|
||||
[Rust Source Code]
|
||||
Keyword=bold; fore:#248112
|
||||
Build-In Type=fore:#A9003D
|
||||
Other Keyword=italic; fore:#248112
|
||||
Number=fore:#666666
|
||||
Comment=italic; fore:#488080
|
||||
String=fore:#B31C1B
|
||||
Operator=fore:#666666
|
||||
Macro Definition=fore:#0A246A
|
||||
Rust Lifetime=fore:#B000B0
|
||||
Parsing Error=fore:#F0F0F0; back:#F00000
|
||||
Byte String=fore:#C0C0C0
|
||||
FileNameExtensions=rs; rust
|
||||
[Shell Script]
|
||||
Comment=fore:#008000
|
||||
Number=fore:#008080
|
||||
Keyword=fore:#0000FF
|
||||
String Double Quoted=fore:#008080
|
||||
String Single Quoted=fore:#800080
|
||||
Scalar=fore:#808000
|
||||
Parameter Expansion=fore:#808000; back:#FFFF99
|
||||
Back Ticks=fore:#FF0080
|
||||
Here-Doc (Single Quoted, q)=fore:#008080
|
||||
FileNameExtensions=sh; csh; zsh; bash; tcsh; m4; in; \^mozconfig$
|
||||
[SQL Query]
|
||||
Default=bold; fore:#EC7600
|
||||
Comment=fore:#66747B
|
||||
Keyword=bold; fore:#93C763
|
||||
Value Type=bold; fore:#000080
|
||||
String=fore:#E0A596
|
||||
Identifier=bold; fore:#93C763
|
||||
Quoted Identifier=fore:#800080; back:#FFCCFF
|
||||
Number=fore:#FFD351
|
||||
Operator=fore:#FFF1A8
|
||||
FileNameExtensions=sql; mysql; hsql; pkb
|
||||
[Tcl Script]
|
||||
Comment=fore:#008000
|
||||
Keyword=fore:#0000FF
|
||||
Number=fore:#008080
|
||||
String=fore:#008080
|
||||
Identifier=fore:#800080
|
||||
Substitution=fore:#CC0000
|
||||
Modifier=fore:#FF00FF
|
||||
FileNameExtensions=tcl; itcl; tm; ts; tsx
|
||||
[TOML Config]
|
||||
Keyword=bold; fore:#FF0080
|
||||
Comment=fore:#008000
|
||||
Section=bold; fore:#000000; back:#FFF1A8; eolfilled
|
||||
Key=bold; fore:#5E608F
|
||||
Assignment=bold; fore:#FF2020
|
||||
Value=fore:#202020
|
||||
Number=fore:#0000E0
|
||||
Date-Time=fore:#950095
|
||||
String=italic; fore:#606060
|
||||
Parsing Error=fore:#FFFF00; back:#A00000; eolfilled
|
||||
FileNameExtensions=toml
|
||||
[VBScript]
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
String=fore:#E0A596
|
||||
Number=fore:#ACFBC0
|
||||
FileNameExtensions=vbs; dsm
|
||||
[VHDL]
|
||||
Comment=fore:#008800
|
||||
Number=fore:#FF0000
|
||||
String=fore:#008000
|
||||
Operator=fore:#B000B0
|
||||
Keyword=bold; fore:#0A246A
|
||||
Standard Operator=bold; fore:#0A246A
|
||||
Standard Type=fore:#FF8000
|
||||
FileNameExtensions=vhdl; vhd
|
||||
[Visual Basic]
|
||||
Comment=fore:#0D8206
|
||||
Keyword=fore:#3A6EA5
|
||||
Identifier=fore:#FFFFFF
|
||||
String=fore:#E0A596
|
||||
Number=fore:#92FB53
|
||||
Operator=fore:#FFFFFF
|
||||
Preprocessor=fore:#52A5F8
|
||||
FileNameExtensions=vb; bas; frm; cls; ctl; pag; dsr; dob
|
||||
[Web Source Code]
|
||||
Default=fore:#FFFFFF
|
||||
HTML Tag=fore:#0080C0
|
||||
HTML Unknown Tag=fore:#C80000
|
||||
HTML Attribute=fore:#80FFFF
|
||||
HTML Unknown Attribute=fore:#C80000
|
||||
HTML Value=fore:#FFFFFF
|
||||
HTML String=fore:#E0A596
|
||||
HTML Other Inside Tag=fore:#FFFFFF
|
||||
HTML Comment=fore:#008000
|
||||
HTML Entity=fore:#0080C0
|
||||
HTML Element Text=fore:#E0E2E4
|
||||
XML Identifier=bold; fore:#881280
|
||||
SGML=fore:#0080C0
|
||||
CDATA=fore:#E0E2E4
|
||||
ASP Start Tag=fore:#0080C0
|
||||
PHP Start Tag=fore:#FFFFFF
|
||||
PHP Comment=fore:#FFFFFF
|
||||
PHP Keyword=fore:#92C654
|
||||
PHP String=fore:#E0A596
|
||||
PHP Simple String=fore:#E0A596
|
||||
PHP Number=fore:#FFCD22
|
||||
PHP Operator=fore:#E7AF66
|
||||
PHP Variable=fore:#E0A596
|
||||
PHP String Variable=fore:#E0A596
|
||||
PHP Complex Variable=fore:#EB7517
|
||||
JS Comment=fore:#8F0306; back:#9F9F9F
|
||||
JS Keyword=bold; fore:#3A6EA5
|
||||
JS String=fore:#E0A596
|
||||
JS Regex=fore:#FFFFFF
|
||||
JS Number=fore:#2291FF
|
||||
JS Symbols=fore:#FFFFFF
|
||||
ASP JS Comment=fore:#75715E
|
||||
ASP JS Keyword=fore:#F92672
|
||||
ASP JS String=fore:#E0A596
|
||||
ASP JS Regex=fore:#E6DB74
|
||||
ASP JS Number=fore:#AE81FF
|
||||
ASP JS Symbols=fore:#F92672
|
||||
VBS Comment=fore:#75715E
|
||||
VBS Keyword=fore:#F92672
|
||||
VBS String=fore:#E0A596
|
||||
VBS Number=fore:#AE81FF
|
||||
ASP VBS Comment=fore:#75715E
|
||||
ASP VBS Keyword=fore:#F92672
|
||||
ASP VBS String=fore:#E0A596
|
||||
ASP VBS Number=fore:#AE81FF
|
||||
FileNameExtensions=html; htm; asp; aspx; shtml; htd; xhtml; php; php3; phtml; htt; cfm; tpl; dtd; hta; htc; jsp; mht; jd
|
||||
[XML Document]
|
||||
Default=fore:#FFFFFF; back:#000000
|
||||
XML Tag=fore:#3A6EA5
|
||||
XML Attribute=fore:#52A5F8
|
||||
XML Value=fore:#0080C0
|
||||
XML String=fore:#E0A596
|
||||
XML Other Inside Tag=fore:#0080C0
|
||||
XML Comment=fore:#008000
|
||||
XML Entity=fore:#0080C0
|
||||
XML Identifier=fore:#808080
|
||||
SGML=fore:#F92672
|
||||
CDATA=fore:#75715E
|
||||
FileNameExtensions=xml; xsl; rss; svg; xul; xsd; xslt; axl; rdf; xaml; vcproj; ffs_gui; nzb; resx; plist; xrc; fbp; manifest
|
||||
[YAML]
|
||||
Comment=fore:#008800
|
||||
Identifier=bold; fore:#0A246A
|
||||
Keyword=fore:#880088
|
||||
Number=fore:#FF8000
|
||||
Reference=fore:#008888
|
||||
Document=bold; fore:#FFFFFF; back:#000088; eolfilled
|
||||
Text=fore:#404040
|
||||
Error=bold; italic; fore:#FFFFFF; back:#FF0000; eolfilled
|
||||
Operator=fore:#333366
|
||||
FileNameExtensions=yaml; yml
|
||||
@ -1,783 +0,0 @@
|
||||
# 2024/05/27 - Lexer Style "NewSombra" from MadDogVachon (https://github.com/MadDogVachon)
|
||||
|
||||
[Custom Colors]
|
||||
01=#EDEDED
|
||||
02=#B3C8F8
|
||||
03=#679ACB
|
||||
04=#749DFF
|
||||
05=#00DA63
|
||||
06=#7AA323
|
||||
07=#7EA100
|
||||
08=#C46A00
|
||||
09=#151515
|
||||
10=#1B1B01
|
||||
11=#322C00
|
||||
12=#634F00
|
||||
13=#C83C00
|
||||
14=#FF2430
|
||||
15=#DC00DC
|
||||
16=#8C7132
|
||||
[Common Base]
|
||||
Default Style=font:$Code0; fore:#EDEDED; back:#151515
|
||||
Margins and Line Numbers=font:Consolas; size:-2; fore:#00AFAA
|
||||
Matching Braces (Indicator)=fore:#00FF40; alpha:80; alpha2:80; indic_roundbox
|
||||
Matching Braces Error (Indicator)=fore:#FF0080; alpha:140; alpha2:140; indic_roundbox
|
||||
Control Characters (Font)=size:-1
|
||||
Indentation Guide (Color)=fore:#656565
|
||||
Selected Text (Colors)=fore:#FF4000; back:#4040FF; eolfilled; alpha:80
|
||||
Whitespace (Colors, Size 0-12)=size:2; fore:#FF4000; alpha:255
|
||||
Current Line Background (Color)=size:2; fore:#A0A0A0; back:#FFFF00; alpha:50
|
||||
Long Line Marker (Colors)=fore:#634F00
|
||||
Extra Line Spacing (Size)=size:2
|
||||
Bookmarks and Folding (Colors, Size)=fore:#00DC00; alpha:100
|
||||
Mark Occurrences (Indicator)=fore:#3399FF; alpha:60; alpha2:60; indic_roundbox
|
||||
Hyperlink Hotspots=fore:#9EA3FF; back:#1298FF; indic_plain
|
||||
Unicode-Point Hover=fore:#00FA00; alpha:60; alpha2:180; indic_compositionthick
|
||||
Multi Edit Indicator=fore:#FFA000; alpha:60; alpha2:180; indic_roundbox
|
||||
Change History Marker Modified=fore:#FF8000
|
||||
Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
Inline-IME Color=fore:#00A50A
|
||||
FileNameExtensions=
|
||||
[2nd Common Base]
|
||||
2nd Default Style=font:$Code1; fore:#EDEDED; back:#151515
|
||||
2nd Margins and Line Numbers=font:Consolas; size:-2; fore:#00AFAA
|
||||
2nd Matching Braces (Indicator)=fore:#00FF40; alpha:80; alpha2:220; indic_roundbox
|
||||
2nd Matching Braces Error (Indicator)=fore:#FF0080; alpha:140; alpha2:220; indic_roundbox
|
||||
2nd Control Characters (Font)=size:-1
|
||||
2nd Indentation Guide (Color)=fore:#656565
|
||||
2nd Selected Text (Colors)=fore:#C83C00; eolfilled
|
||||
2nd Whitespace (Colors, Size 0-12)=size:2; fore:#FF4000; alpha:255
|
||||
2nd Current Line Background (Color)=size:2; fore:#0000B0; back:#FFFF00; alpha:50
|
||||
2nd Long Line Marker (Colors)=fore:#634F00
|
||||
2nd Extra Line Spacing (Size)=size:2
|
||||
2nd Bookmarks and Folding (Colors, Size)=charset:2; fore:#00DC00; case:U; alpha:100
|
||||
2nd Mark Occurrences (Indicator)=fore:#0000FF; alpha:60; alpha2:60; indic_box
|
||||
2nd Hyperlink Hotspots=fore:#00D000; back:#009C00; alpha:180; indic_compositionthin
|
||||
2nd Unicode-Point Hover=fore:#0000FA; alpha:60; alpha2:180; indic_compositionthick
|
||||
2nd Multi Edit Indicator=fore:#0779BB; indic_box
|
||||
2nd Change History Marker Modified=fore:#FF8000
|
||||
2nd Change History Marker Saved=fore:#00A000; back:#00A000
|
||||
2nd Change History Marker Reverted to Modified=fore:#A0C000; back:#A0C000
|
||||
2nd Change History Marker Reverted to Origin=fore:#40A0BF; back:#40A0BF
|
||||
2nd Inline-IME Color=fore:#DF0D00
|
||||
FileNameExtensions=
|
||||
[Text Files]
|
||||
Default=font:$Text0
|
||||
Margins and Line Numbers=font:Consolas; size:-2; fore:#00AFAA
|
||||
Extra Line Spacing (Size)=size:2
|
||||
FileNameExtensions=txt; text; tmp; log; asc; doc; scp; wtx
|
||||
[ANSI Art]
|
||||
Default=font:Lucida Console; thin; size:11; smoothing:aliased
|
||||
Margins and Line Numbers=font:Consolas; size:-2; fore:#00AFAA
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
FileNameExtensions=nfo; diz; \^Readme$
|
||||
[Apache Config Files]
|
||||
Comment=fore:#7EA100
|
||||
String=fore:#DC00DC
|
||||
Number=fore:#C83C00
|
||||
Directive=fore:#749DFF
|
||||
IP Address=bold; fore:#C83C00
|
||||
FileNameExtensions=conf; cfg; cnf; htaccess; prefs; iface; prop; po; te; \^Kconfig$; \^Doxyfile$
|
||||
[Assembly Script]
|
||||
Comment=fore:#00CB00
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#B3C8F8
|
||||
CPU Instruction=fore:#B3C8F8
|
||||
FPU Instruction=fore:#B3C8F8
|
||||
Extended Instruction=fore:#B3C8F8
|
||||
Directive=fore:#B3C8F8
|
||||
Directive Operand=fore:#B3C8F8
|
||||
Register=fore:#C85C00
|
||||
FileNameExtensions=asm; s; sx; inc; a51
|
||||
[AutoHotkey Script]
|
||||
Comment=fore:#00CB00
|
||||
Escape=fore:#C85C00
|
||||
Syntax Operator=fore:#F08B80
|
||||
Expression Operator=fore:#BE4400
|
||||
String=fore:#8A8A8A
|
||||
Number=fore:#6E95CA
|
||||
Identifier=fore:#EC2A11
|
||||
Variable Dereferencing=fore:#EC2A11; back:#004404
|
||||
Label=fore:#EDEDED; back:#383802
|
||||
Flow of Control=bold; fore:#FF17FF
|
||||
Command=fore:#7FA3FF
|
||||
Function=italic; fore:#13B7D0
|
||||
Directive=italic; fore:#D2370E
|
||||
Keys & Buttons=bold; fore:#A005A0
|
||||
Built-In Variables=italic; fore:#C106C1
|
||||
Special=italic; fore:#8D6F00
|
||||
Variable Keyword=italic; fore:#C106C1; back:#080082
|
||||
FileNameExtensions=ahk; ahkl; ia; scriptlet
|
||||
[AutoIt3 Script]
|
||||
Comment=fore:#00CB00
|
||||
Number=fore:#4772FF
|
||||
Function=fore:#BABEFF
|
||||
User-Defined Function=fore:#0B7CF6
|
||||
Keyword=fore:#9197FF
|
||||
Macro=fore:#8E8E00
|
||||
String=fore:#DF0D00
|
||||
Operator=fore:#C85C00
|
||||
Variable=fore:#A3A3A3
|
||||
Send Key=fore:#808080
|
||||
Preprocessor=fore:#BE6800
|
||||
Special=fore:#EB0E43
|
||||
FileNameExtensions=au3
|
||||
[AviSynth Script]
|
||||
Comment=fore:#00CB00
|
||||
Operator=fore:#FF38FF
|
||||
String=fore:#8F8F47
|
||||
Number=fore:#00AFAA
|
||||
Keyword=bold; fore:#56ABFF
|
||||
Identifier=bold; fore:#909090
|
||||
Filter=bold; fore:#7C83FF
|
||||
Plugin=bold; fore:#A33F00
|
||||
Function=fore:#9A43FF
|
||||
Clip Property=fore:#5C5C03
|
||||
User Defined Function=fore:#A457FF
|
||||
FileNameExtensions=avs; avsi
|
||||
[Awk Script]
|
||||
Keyword=bold; fore:#B5B9FF
|
||||
Keyword 2nd=bold; italic; fore:#6D64FF
|
||||
Comment=fore:#808080
|
||||
String=fore:#00CB00
|
||||
Number=fore:#E54100
|
||||
Operator=fore:#DC00DC
|
||||
FileNameExtensions=awk
|
||||
[Batch Files]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
Identifier=fore:#749DFF; back:#463D00
|
||||
Operator=fore:#DC00DC
|
||||
Command=bold
|
||||
Label=fore:#FF2430; back:#303030; eolfilled
|
||||
After Label=fore:#008A8E
|
||||
FileNameExtensions=bat; cmd
|
||||
[C# Source Code]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=bold; fore:#FA7200
|
||||
Keyword 2nd=bold; italic; fore:#FA7200
|
||||
Global Class=fore:#2F91AF
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#DC00DC
|
||||
Preprocessor=fore:#C85C00
|
||||
Verbatim String=fore:#00CB00
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=cs; csx; vala
|
||||
[C/C++ Source Code]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
Keyword 2nd=bold; italic; fore:#5886E3
|
||||
Typedefs/Classes=bold; italic; fore:#FF8289
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#DC00DC
|
||||
Preprocessor=fore:#C85C00
|
||||
Verbatim=fore:#DC00DC
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=c; cpp; cxx; cc; h; hpp; hxx; hh; mm; idl; midl; inl; odl; xpm; pch; cl
|
||||
[Cmake Script]
|
||||
Comment=fore:#00CB00
|
||||
String=fore:#FF38FF; back:#353535
|
||||
Function=fore:#C1C4FF
|
||||
Parameter=fore:#F08B80
|
||||
Variable=fore:#EA2E00
|
||||
While Def=fore:#C1C4FF
|
||||
For Each Def=fore:#C1C4FF
|
||||
If Def=fore:#C1C4FF
|
||||
Macro Def=fore:#C1C4FF
|
||||
Variable within String=fore:#EA2E00; back:#353535
|
||||
Number=fore:#00AFAA
|
||||
FileNameExtensions=cmake; ctest; \^cmakelists\.txt$
|
||||
[Coffeescript]
|
||||
Comment=fore:#9A9A9A
|
||||
String=fore:#00CB00
|
||||
Preprocessor=fore:#C85C00
|
||||
Identifier=bold; fore:#B3C8F8
|
||||
Operator=fore:#DC00DC
|
||||
Number=fore:#DF0D00
|
||||
Regex=fore:#00DA63; back:#463D00
|
||||
FileNameExtensions=coffee; cakefile
|
||||
[Configuration Files]
|
||||
Key=fore:#C6C9FF
|
||||
Comment=fore:#00CB00
|
||||
Section=bold; fore:#EDEDED; back:#C14A00; eolfilled
|
||||
Assignment=fore:#DF0D00
|
||||
Default Value=fore:#DF0D00
|
||||
FileNameExtensions=ini; inf; properties; oem; sif; url; sed; theme; clw; editorconfig
|
||||
[CSS Style Sheets]
|
||||
Comment=fore:#9A9A9A
|
||||
HTML Tag=bold; fore:#B3C8F8
|
||||
Tag-Class=fore:#7EA100
|
||||
Tag-ID=fore:#7EA100
|
||||
Tag-Attribute=italic; fore:#7EA100
|
||||
Pseudo-Class=fore:#DC00DC
|
||||
Pseudo-Element=fore:#FF2E92
|
||||
CSS Property=fore:#C83C00
|
||||
String=fore:#00CB00
|
||||
Value=fore:#679ACB
|
||||
Operator=fore:#DC00DC
|
||||
Important=bold; fore:#FF2430
|
||||
Directive=bold; fore:#EDEDED; back:#463D00
|
||||
Media=bold; fore:#B3C8F8
|
||||
Variable=bold; fore:#C83C00
|
||||
Unknown Pseudo-Class=fore:#FF2430; back:#3D3D02
|
||||
Unknown Property=fore:#FF2430; back:#3D3D02
|
||||
FileNameExtensions=css; less; hss; sass; scss
|
||||
[CSV Prism]
|
||||
Extra Line Spacing (Size)=size:-1
|
||||
Column 0=fore:#BE3FFF
|
||||
Column 1=fore:#B5ADFF
|
||||
Column 2=fore:#398DFE
|
||||
Column 3=fore:#0873C7
|
||||
Column 4=fore:#017B7F
|
||||
Column 5=fore:#008926
|
||||
Column 6=fore:#447205
|
||||
Column 7=fore:#474D02
|
||||
Column 8=fore:#835400
|
||||
Column 9=fore:#F90000
|
||||
FileNameExtensions=csv
|
||||
[D Source Code]
|
||||
Comment=fore:#00CB00
|
||||
Comment Doc=fore:#7CB4FF
|
||||
Number=fore:#DF0D00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
Keyword 2nd=bold; fore:#B3C8F8
|
||||
Typedef=italic; fore:#B3C8F8
|
||||
String=italic; fore:#5886E3
|
||||
Operator=fore:#DC00DC
|
||||
FileNameExtensions=d; dd; di
|
||||
[Dart Source Code]
|
||||
Keyword=fore:#9197FF
|
||||
Keyword 2nd=fore:#9197FF
|
||||
Meta-Data=fore:#C85C00
|
||||
Class=fore:#0B7CF6
|
||||
Enumeration=fore:#C85C00
|
||||
Function=fore:#C46A00
|
||||
Comment=fore:#759773
|
||||
Comment Doc=fore:#5FB05A
|
||||
Task Marker=bold; fore:#51A19F
|
||||
String=fore:#00CB00
|
||||
TriQ-String=fore:#995900
|
||||
Verbatim String=fore:#995900
|
||||
ESC Sequence=fore:#0095E0
|
||||
Label=fore:#855BF3
|
||||
Number=fore:#DF0D00
|
||||
Variable=fore:#D07151
|
||||
Operator=fore:#DC00DC
|
||||
Symbol Identifier=fore:#855BF3
|
||||
Symbol Operator=fore:#855BF3
|
||||
FileNameExtensions=dart
|
||||
[Diff Files]
|
||||
Comment=fore:#00CB00
|
||||
Command=bold; fore:#B3C8F8
|
||||
Source and Destination=fore:#FF2430; back:#463D00; eolfilled
|
||||
Position Setting=fore:#9197FF
|
||||
Line Addition=fore:#95FF8F; back:#007207; eolfilled
|
||||
Line Removal=fore:#FFCDD0; back:#CD0C00; eolfilled
|
||||
Line Change=fore:#DFE1FF; back:#626BFF; eolfilled
|
||||
FileNameExtensions=diff; patch
|
||||
[Fortran Source Code]
|
||||
Preprocessor=fore:#C85C00
|
||||
Comment=italic; fore:#808080
|
||||
Keyword=bold; fore:#83A7F3
|
||||
Function=bold; italic; fore:#A457FF
|
||||
User-Defined Function=bold; italic; fore:#FF35FF
|
||||
String Single Quoted=fore:#00C200
|
||||
String Double Quoted=fore:#00C200
|
||||
String EOL=fore:#00CB00
|
||||
Number=fore:#F83200
|
||||
Operator=bold; fore:#FF3CA1
|
||||
Label=fore:#FA007E
|
||||
Continuation=fore:#00696C
|
||||
FileNameExtensions=f; for; ftn; fpp; f90; f95; f03; f08; f15; f2k; hf
|
||||
[Go Source Code]
|
||||
Comment=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
Keyword 2nd=bold; fore:#B3C8F8
|
||||
Typedef=italic; fore:#B3C8F8
|
||||
String=italic; fore:#5886E3
|
||||
Operator=fore:#DC00DC
|
||||
FileNameExtensions=go
|
||||
[Inno Setup Script]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=fore:#9197FF
|
||||
Parameter=fore:#9197FF
|
||||
Section=bold; fore:#BFC3FF
|
||||
Preprocessor=fore:#FF1926
|
||||
Inline Expansion=fore:#FF35FF
|
||||
Pascal Comment=fore:#00CB00
|
||||
Pascal Keyword=fore:#9197FF
|
||||
FileNameExtensions=iss; isl; islu
|
||||
[Java Source Code]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#C46A00
|
||||
Keyword 2nd=bold; fore:#C46A00
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#DC00DC
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=java; jad; aidl; bsh
|
||||
[JavaScript]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#C46A00
|
||||
String=fore:#00CB00
|
||||
Regex=fore:#00DA63; back:#463D00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#DC00DC
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=js; jse; jsm; jsx; as; mjs; qs
|
||||
[JSON]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#AC7B00
|
||||
LD Keyword=bold; fore:#FB5B4A
|
||||
String=fore:#00CB00
|
||||
Unclosed String=fore:#151515; back:#C14A00; eolfilled
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#DC00DC
|
||||
Property Name=fore:#A0BBFF
|
||||
ESC Sequence=fore:#0DB12E
|
||||
URL/IRI=fore:#9197FF
|
||||
Compact IRI=fore:#A0BBFF
|
||||
Parsing Error=fore:#353502; back:#E05E65; eolfilled
|
||||
FileNameExtensions=json; har; ipynb; wxcp; jshintrc; eslintrc; babelrc; prettierrc; stylelintrc; jsonld; jsonc; arcconfig; arclint; jscop
|
||||
[Julia Script]
|
||||
Comment=fore:#759773
|
||||
Number=fore:#DF0D00
|
||||
Keyword=bold; fore:#9197FF
|
||||
Keyword 2nd=bold; fore:#FF08FF
|
||||
String=fore:#FA3200
|
||||
Operator=fore:#F24100
|
||||
Type Operator=fore:#F500F5
|
||||
Identifier=fore:#C2C5FF
|
||||
Symbol=fore:#79681E
|
||||
Macro Def=fore:#0B7CF6
|
||||
Comment Doc=fore:#808080
|
||||
Literal String=fore:#DC00DC
|
||||
Command=bold; fore:#9FA4FF
|
||||
Annotation=fore:#C85C00
|
||||
Parsing Error=fore:#353502; back:#FF3D48; eolfilled
|
||||
FileNameExtensions=jl
|
||||
[KiXtart Script]
|
||||
Keyword=bold; fore:#5383FF
|
||||
Function=fore:#EF00EF
|
||||
Macro=fore:#634F00
|
||||
Comment=fore:#00CB00
|
||||
String=italic; fore:#737373
|
||||
Operator=fore:#FF2430
|
||||
Number=fore:#00999E
|
||||
Variable=fore:#D07151
|
||||
FileNameExtensions=kix
|
||||
[Kotlin Source Code]
|
||||
Keyword=fore:#9197FF
|
||||
Annotation=fore:#C85C00
|
||||
Class=fore:#0B7CF6
|
||||
Interface=bold; fore:#0A76E8
|
||||
Enumeration=fore:#C85C00
|
||||
Function=fore:#C46A00
|
||||
Comment=fore:#759773
|
||||
Comment Doc=fore:#51A19F
|
||||
Comment Doc Word=fore:#51A19F
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
String=fore:#00CB00
|
||||
Verbatim String=fore:#995900
|
||||
ESC Sequence=fore:#0095E0
|
||||
Back Ticks=fore:#D07151
|
||||
Label=fore:#855BF3
|
||||
Number=fore:#DF0D00
|
||||
Variable=fore:#D07151
|
||||
Operator=fore:#DC00DC
|
||||
FileNameExtensions=kt; kts; ktm
|
||||
[LaTeX Files]
|
||||
Command=fore:#9197FF
|
||||
Comment=fore:#00CB00
|
||||
Math=fore:#DF0D00
|
||||
Special Char=fore:#6E6E03
|
||||
Tag=fore:#9197FF
|
||||
Verbatim Segment=fore:#989898
|
||||
Error=fore:#353502; back:#FF3D48
|
||||
FileNameExtensions=tex; latex; sty; texi; texinfo; txi
|
||||
[Lua Script]
|
||||
Comment=fore:#00CB00
|
||||
Number=fore:#00AFAA
|
||||
Keyword=fore:#C1C4FF
|
||||
Basic Functions=fore:#C1C4FF
|
||||
String, Table & Math Functions=fore:#C1C4FF
|
||||
Input, Output & System Facilities=fore:#C1C4FF
|
||||
String=fore:#DC00DC
|
||||
Literal String=fore:#DC00DC
|
||||
Preprocessor=fore:#C85C00
|
||||
Label=fore:#8E8E00
|
||||
FileNameExtensions=lua; wlua; nse; luadoc; luax
|
||||
[Makefiles]
|
||||
Comment=fore:#00CB00
|
||||
Identifier=fore:#749DFF
|
||||
Target=fore:#749DFF; back:#7A6000
|
||||
Preprocessor=fore:#C85C00
|
||||
FileNameExtensions=mak; make; mk; dsp; msc; msvc; am; pro; pri; gmk; ninja; dsw; \^Makefile$; \^Kbuild$
|
||||
[Markdown]
|
||||
Strong=bold
|
||||
Emphasis=italic
|
||||
Header 1=bold; fore:#1B1B01; back:#4769E2; eolfilled
|
||||
Header 2=bold; fore:#78A5D1; back:#0859B4; eolfilled
|
||||
Header 3=bold; fore:#78A5D1; back:#053C78; eolfilled
|
||||
Header 4=bold; fore:#78A5D1; eolfilled
|
||||
Header 5=bold; fore:#5A90C8; eolfilled
|
||||
Header 6=bold; fore:#477CBD; eolfilled
|
||||
Pre Char=fore:#C1C4FF
|
||||
Unordered List=bold; fore:#0B7CF6
|
||||
Ordered List=bold; fore:#0B7CF6
|
||||
Block Quote=fore:#C1C4FF
|
||||
Horizontal Rule=bold
|
||||
Link=fore:#9197FF
|
||||
Code=fore:#C1C4FF; back:#383838
|
||||
FileNameExtensions=md; markdown; mdown; mkdn; mkd
|
||||
[MATLAB]
|
||||
Comment=fore:#00CB00
|
||||
Command=bold
|
||||
Number=fore:#C85C00
|
||||
Keyword=bold; fore:#C1C4FF
|
||||
String=fore:#FF38FF
|
||||
FileNameExtensions=matlab; m; sce; sci
|
||||
[Nim Source Code]
|
||||
Comment=italic; fore:#A2A5CE
|
||||
Keyword=bold; fore:#619360
|
||||
String Double Quoted=fore:#DD649A
|
||||
String Single Quoted=fore:#DD649A
|
||||
String Triple Double Quotes=fore:#DD649A
|
||||
String Triple Single Quotes=fore:#DD649A
|
||||
Number=fore:#A0A7ED
|
||||
Operator=bold; fore:#B0B0B0
|
||||
Function name=fore:#B0B0B0
|
||||
Parsing Error=italic; fore:#353502; back:#FF3D48
|
||||
FileNameExtensions=nim; nimrod
|
||||
[NSIS Script]
|
||||
Comment=fore:#00CB00
|
||||
String=fore:#989898; back:#353535
|
||||
Function=fore:#85A8FF
|
||||
Variable=fore:#EA2E00
|
||||
Variable within String=fore:#EA2E00; back:#353535
|
||||
Number=fore:#DF0D00
|
||||
Constant=fore:#835400
|
||||
Section=fore:#85A8FF
|
||||
Sub Section=fore:#85A8FF
|
||||
Section Group=fore:#85A8FF
|
||||
Function Definition=fore:#85A8FF
|
||||
PageEx=fore:#85A8FF
|
||||
If Definition=fore:#85A8FF
|
||||
Macro Definition=fore:#85A8FF
|
||||
FileNameExtensions=nsi; nsh
|
||||
[Pascal Source Code]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#FF35FF
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=bold
|
||||
Inline Asm=fore:#9197FF
|
||||
Preprocessor=fore:#A005A0
|
||||
FileNameExtensions=pas; dpr; dpk; dfm; pp; lfm; lpr; fpd
|
||||
[Perl Script]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#FA7200
|
||||
String Double Quoted=fore:#00CB00
|
||||
String Single Quoted=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=bold
|
||||
Scalar $var=fore:#B3C8F8
|
||||
Array @var=fore:#749DFF
|
||||
Hash %var=fore:#DC00DC
|
||||
Symbol Table *var=fore:#679ACB
|
||||
Regex /re/ or m{re}=fore:#00DA63; back:#463D00
|
||||
Substitution s/re/ore/=fore:#00DA63; back:#463D00
|
||||
Back Ticks=fore:#D34700; back:#463D00
|
||||
Here-Doc (Delimiter)=fore:#7EA100
|
||||
Here-Doc (Single Quoted, q)=fore:#7EA100
|
||||
Here-Doc (Double Quoted, qq)=fore:#7EA100
|
||||
Here-Doc (Back Ticks, qx)=fore:#D34700; back:#463D00
|
||||
Single Quoted String (Generic, q)=fore:#00CB00
|
||||
Double Quoted String (qq)=fore:#00CB00
|
||||
Back Ticks (qx)=fore:#D34700; back:#463D00
|
||||
Regex (qr)=fore:#00DA63; back:#463D00
|
||||
Array (qw)=fore:#749DFF
|
||||
Prototype=fore:#FF35FF; back:#550355
|
||||
Format Identifier=bold; fore:#7EA100; back:#463D00
|
||||
Format Body=fore:#7EA100; back:#463D00
|
||||
POD (Common)=fore:#C46A00; back:#343402; eolfilled
|
||||
POD (Verbatim)=fore:#C46A00; back:#343402; eolfilled
|
||||
Data Section=fore:#C46A00; back:#343402; eolfilled
|
||||
Parsing Error=fore:#FF2430; back:#3D3D02
|
||||
FileNameExtensions=pl; pm; cgi; pod; plx; stp
|
||||
[PowerShell Script]
|
||||
Comment=fore:#9A9A9A
|
||||
Keyword=bold; fore:#FA7200
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=bold
|
||||
Variable=fore:#B3C8F8
|
||||
Cmdlet=fore:#FA7200; back:#463D00
|
||||
Alias=bold; fore:#B3C8F8
|
||||
FileNameExtensions=ps1; psd1; psm1; psc1
|
||||
[Python Script]
|
||||
Comment=fore:#008E08
|
||||
Keyword=bold; fore:#C1C4FF
|
||||
Keyword 2nd=fore:#BDC1FF
|
||||
Attribute=fore:#00A19C
|
||||
String Single Quoted=fore:#00C200
|
||||
String Double Quoted=fore:#00E000
|
||||
String Triple Single Quotes=fore:#597825
|
||||
String Triple Double Quotes=fore:#7AA42B
|
||||
Decorator=fore:#6B5400
|
||||
Number=fore:#C83C00
|
||||
Operator=bold; fore:#A7A700
|
||||
Function Name=fore:#FF6BFF
|
||||
Class Name=fore:#FF5AB0
|
||||
FileNameExtensions=py; pyw; pyx; pxd; pxi; boo; empy; cobra; gs
|
||||
[Registry Files]
|
||||
Comment=fore:#00C200
|
||||
String=fore:#FF4FAB
|
||||
Value Type=bold; fore:#C1C4FF
|
||||
Hex=fore:#F58A91
|
||||
Added Key=bold; fore:#EDEDED; back:#C14A00; eolfilled
|
||||
Deleted Key=fore:#DF0D00
|
||||
Escaped=bold; fore:#7D8087
|
||||
GUID String=fore:#8D6A1B
|
||||
GUID in Key Path=fore:#009498
|
||||
Parameter=fore:#16C9BC
|
||||
Operator=bold
|
||||
FileNameExtensions=reg
|
||||
[Resource Script]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Operator=fore:#B3C8F8
|
||||
Preprocessor=fore:#C85C00
|
||||
Comment Doc=fore:#808080
|
||||
Comment Doc Word=bold; fore:#808080
|
||||
Comment Doc Error=italic; fore:#FF8289
|
||||
Task Marker=bold; fore:#2BACA8
|
||||
FileNameExtensions=rc; rc2; rct; rh; dlg; lang
|
||||
[R-S-SPlus Statistics Code]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=bold; fore:#B3C8F8
|
||||
Base Package Functions=bold; fore:#FF838A
|
||||
Other Package Functions=bold; fore:#FF38FF
|
||||
Number=fore:#9197FF
|
||||
String=italic; fore:#5886E3
|
||||
Operator=bold; fore:#DC00DC
|
||||
Infix=fore:#FF6BFF
|
||||
Infix EOL=fore:#C83C00; back:#6E376E; eolfilled
|
||||
Backticks=fore:#5886E3
|
||||
Literal String=italic; fore:#5886E3
|
||||
ESC Sequence=fore:#0095E0
|
||||
FileNameExtensions=r; rdata; rds; rda
|
||||
[Ruby Script]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=fore:#C1C4FF
|
||||
Number=fore:#00AFAA
|
||||
String=fore:#C85C00
|
||||
Class Name=fore:#9197FF
|
||||
Function Name=fore:#00AFAA
|
||||
POD=fore:#2BFF1F; back:#005705; eolfilled
|
||||
Regex=fore:#EDEDED; back:#006706
|
||||
Global=fore:#C74B00
|
||||
Symbol=fore:#79681E
|
||||
Module Name=fore:#EA00EA
|
||||
Instance Var=fore:#F700B4
|
||||
Class Var=fore:#CE5EFF
|
||||
Data Section=fore:#FF9EA3; back:#4A3000; eolfilled
|
||||
Error=fore:#353502; back:#FF3D48; eolfilled
|
||||
FileNameExtensions=rb; ruby; rbw; rake; rjs; rakefile; gemspec; podspec; \^Rakefile$; \^Podfile$
|
||||
[Rust Source Code]
|
||||
Keyword=bold; fore:#36C313
|
||||
Build-In Type=fore:#FF448E
|
||||
Other Keyword=italic; fore:#36C313
|
||||
Number=fore:#989898
|
||||
Comment=italic; fore:#599D9B
|
||||
String=fore:#E75F66
|
||||
Operator=fore:#989898
|
||||
Macro Definition=fore:#B3C8F8
|
||||
Rust Lifetime=fore:#DC00DC
|
||||
Parsing Error=fore:#212121; back:#FF1B28
|
||||
Byte String=fore:#4A4A4A
|
||||
FileNameExtensions=rs; rust
|
||||
[Shell Script]
|
||||
Comment=fore:#00CB00
|
||||
Number=fore:#00AFAA
|
||||
Keyword=fore:#9197FF
|
||||
String Double Quoted=fore:#00AFAA
|
||||
String Single Quoted=fore:#FF35FF
|
||||
Scalar=fore:#8E8E00
|
||||
Parameter Expansion=fore:#8E8E00; back:#393902
|
||||
Back Ticks=fore:#CB0965
|
||||
Here-Doc (Single Quoted, q)=fore:#00AFAA
|
||||
FileNameExtensions=sh; csh; zsh; bash; tcsh; m4; in; \^mozconfig$
|
||||
[SQL Query]
|
||||
Comment=fore:#00AFAA
|
||||
Keyword=bold; fore:#7A81FF
|
||||
Value Type=bold; fore:#BFC3FF
|
||||
String=fore:#808080
|
||||
Identifier=fore:#EDEDED
|
||||
Quoted Identifier=fore:#BFC3FF; back:#2E2E01
|
||||
Number=fore:#E800E8
|
||||
Operator=bold; fore:#C85C00
|
||||
FileNameExtensions=sql; mysql; hsql; pkb
|
||||
[SystemVerilog HDVL]
|
||||
Comment=fore:#00C200
|
||||
Number=fore:#DF0D00
|
||||
Keyword=bold; fore:#FD00BE
|
||||
System Tasks=fore:#59AFFF
|
||||
String=fore:#00CB00
|
||||
Preprocessor=fore:#C85C00
|
||||
Operator=fore:#00BEB8
|
||||
User-Defined Function=fore:#9A8DFF
|
||||
Input=fore:#90B3FE
|
||||
Output=fore:#C1C4FF
|
||||
InOut=fore:#9197FF
|
||||
Port Connection=bold; fore:#B3C8F8
|
||||
FileNameExtensions=sv; svh
|
||||
[Tcl Script]
|
||||
Comment=fore:#00CB00
|
||||
Keyword=fore:#9197FF
|
||||
Number=fore:#00AFAA
|
||||
String=fore:#00AFAA
|
||||
Identifier=fore:#FF35FF
|
||||
Substitution=fore:#FF1926
|
||||
Modifier=fore:#A005A0
|
||||
FileNameExtensions=tcl; itcl; tm; ts; tsx
|
||||
[TOML Config]
|
||||
Keyword=bold; fore:#CB0965
|
||||
Comment=fore:#00CB00
|
||||
Section=bold; fore:#EDEDED; back:#463D00; eolfilled
|
||||
Key=bold; fore:#9194B8
|
||||
Assignment=bold; fore:#DA0D00
|
||||
Value=fore:#D4D4D4
|
||||
Number=fore:#9EA3FF
|
||||
Date-Time=fore:#F500F5
|
||||
String=italic; fore:#9D9D9D
|
||||
Parsing Error=fore:#353502; back:#FF3D48; eolfilled
|
||||
FileNameExtensions=toml
|
||||
[VBScript]
|
||||
Comment=fore:#808080
|
||||
Keyword=bold; fore:#DC00DC
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
FileNameExtensions=vbs; dsm
|
||||
[Verilog HDL]
|
||||
Comment=fore:#00C200
|
||||
Number=fore:#DF0D00
|
||||
Keyword=bold; fore:#FD00BE
|
||||
System Tasks=fore:#59AFFF
|
||||
String=fore:#00CB00
|
||||
Preprocessor=fore:#C85C00
|
||||
Operator=fore:#00BEB8
|
||||
User-Defined Function=fore:#9A8DFF
|
||||
Input=fore:#90B3FE
|
||||
Output=fore:#C1C4FF
|
||||
InOut=fore:#9197FF
|
||||
Port Connection=bold; fore:#B3C8F8
|
||||
FileNameExtensions=v; vh
|
||||
[VHDL]
|
||||
Comment=fore:#00C200
|
||||
Number=fore:#DF0D00
|
||||
String=fore:#00CB00
|
||||
Operator=fore:#00AFAA
|
||||
Keyword=bold; fore:#B3B7FF
|
||||
Standard Operator=bold; fore:#B3C8F8
|
||||
Attribute=fore:#DA8B6B
|
||||
Standard Function=fore:#8D8D21
|
||||
Standard Package=fore:#31C428
|
||||
Standard Type=fore:#2BACA8
|
||||
Constant=fore:#DA8B6B
|
||||
FileNameExtensions=vhdl; vhd
|
||||
[Visual Basic]
|
||||
Comment=fore:#808080
|
||||
Keyword=bold; fore:#DC00DC
|
||||
String=fore:#00CB00
|
||||
Number=fore:#DF0D00
|
||||
Preprocessor=fore:#815400
|
||||
FileNameExtensions=vb; bas; frm; cls; ctl; pag; dsr; dob
|
||||
[Web Source Code]
|
||||
HTML Tag=fore:#7EA100
|
||||
HTML Unknown Tag=fore:#FF2430; back:#3D3D02
|
||||
HTML Attribute=fore:#C83C00
|
||||
HTML Unknown Attribute=fore:#FF2430; back:#3D3D02
|
||||
HTML Value=fore:#679ACB
|
||||
HTML String=fore:#679ACB
|
||||
HTML Other Inside Tag=fore:#679ACB
|
||||
HTML Comment=fore:#9A9A9A
|
||||
HTML Entity=fore:#DC00DC
|
||||
XML Identifier=bold; fore:#EA5BE1
|
||||
SGML=fore:#EA5BE1
|
||||
CDATA=fore:#9A9A9A
|
||||
ASP Start Tag=bold; fore:#BFC3FF
|
||||
PHP Start Tag=bold; fore:#BFC3FF
|
||||
PHP Comment=fore:#C85C00
|
||||
PHP Keyword=bold; fore:#C46A00
|
||||
PHP String=fore:#00CB00
|
||||
PHP Simple String=fore:#00CB00
|
||||
PHP Number=fore:#DF0D00
|
||||
PHP Operator=fore:#DC00DC
|
||||
PHP Variable=italic; fore:#BFC3FF
|
||||
PHP String Variable=italic; fore:#BFC3FF
|
||||
PHP Complex Variable=italic; fore:#BFC3FF
|
||||
JS Comment=fore:#9A9A9A
|
||||
JS Keyword=bold; fore:#C46A00
|
||||
JS String=fore:#00CB00
|
||||
JS Regex=fore:#00DA63; back:#463D00
|
||||
JS Number=fore:#DF0D00
|
||||
JS Symbols=fore:#DC00DC
|
||||
ASP JS Comment=fore:#9A9A9A
|
||||
ASP JS Keyword=bold; fore:#C46A00
|
||||
ASP JS String=fore:#00CB00
|
||||
ASP JS Regex=fore:#00DA63; back:#463D00
|
||||
ASP JS Number=fore:#DF0D00
|
||||
ASP JS Symbols=fore:#DC00DC
|
||||
VBS Comment=fore:#9A9A9A
|
||||
VBS Keyword=bold; fore:#DC00DC
|
||||
VBS String=fore:#00CB00
|
||||
VBS Number=fore:#DF0D00
|
||||
ASP VBS Comment=fore:#9A9A9A
|
||||
ASP VBS Keyword=bold; fore:#DC00DC
|
||||
ASP VBS String=fore:#00CB00
|
||||
ASP VBS Number=fore:#DF0D00
|
||||
FileNameExtensions=html; htm; asp; aspx; shtml; htd; xhtml; php; php3; phtml; htt; cfm; tpl; dtd; hta; htc; jsp; mht; jd
|
||||
[XML Document]
|
||||
XML Tag=fore:#EA5BE1
|
||||
XML Attribute=fore:#EF6100
|
||||
XML Value=fore:#B0B4F3
|
||||
XML String=fore:#B0B4F3
|
||||
XML Other Inside Tag=fore:#B0B4F3
|
||||
XML Comment=fore:#9A9A9A
|
||||
XML Entity=fore:#DC00DC
|
||||
XML Identifier=bold; fore:#EA5BE1
|
||||
SGML=fore:#EA5BE1
|
||||
CDATA=fore:#9A9A9A
|
||||
FileNameExtensions=xml; xsl; rss; svg; xul; xsd; xslt; axl; rdf; xaml; vcproj; ffs_gui; nzb; resx; plist; xrc; fbp; manifest
|
||||
[YAML]
|
||||
Comment=fore:#00C200
|
||||
Identifier=bold; fore:#B3C8F8
|
||||
Keyword=fore:#FF17FF
|
||||
Number=fore:#C85C00
|
||||
Reference=fore:#00A8A3
|
||||
Document=bold; fore:#151515; back:#ACB1FF; eolfilled
|
||||
Text=fore:#BABABA
|
||||
Error=bold; italic; fore:#151515; back:#FF0000; eolfilled
|
||||
Operator=fore:#B8BADD
|
||||
FileNameExtensions=yaml; yml
|
||||
Loading…
Reference in New Issue
Block a user