Skip to content

AutoIt for github.com by mlipok

Screenshot of AutoIt for github.com

Details

Authormlipok

LicenseCreative Commons

CategoryAutoIt, github

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         AutoIt for github.com
@version      20230227.07.30
@namespace    userstyles.world/user/mlipok
@description  This style should improves
@author       mlipok
@license      No License
==/UserStyle== */

@-moz-document domain("github.com") {
div.highlight-source-autoit pre {
	font-weight: bold;
}

div.highlight-source-autoit span.pl-c1 {
	color: blue !important;
}

div.highlight-source-autoit span.pl-s {
	color: green !important;
}

div.highlight-source-autoit span.pl-smi {
	color: chocolate !important;
}

div.highlight-source-autoit span.pl-pds {
	color: black !important;
}

div.highlight-source-autoit span.pl-c {
	color: darkgray !important;
}

div.highlight-source-autoit span.pl-k {
	color: purple !important;
}

table[data-tagsearch-lang~="AutoIt"] {
	font-weight: bold;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-c1 {
	color: blue !important;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-s {
	color: green !important;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-smi {
	color: chocolate !important;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-pds {
	color: black !important;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-c {
	color: darkgray !important;
}

table[data-tagsearch-lang~="AutoIt"] span.pl-k {
	color: purple !important;
}


}

Reviews

No reviews yet.