#blog

Change colorscheme for code blocks highlighting

Code here is highlighted with https://github.com/mzlogin/rouge-themes1, I changed scheme a bit, now it looks brighter.

Here is the Python method example

1
2
def python():
    puts("Python method example")

Thats for Javascript

1
2
3
4
function test() {
    let sh = 1;
    console.log(sh);
}

PHP

1
2
3
4
5
class Testing {
    function __constructor() {
        $this->a = date('r');
    }
}

Rust

1
2
3
4
5
6
7
fn main() {
    // Statements here are executed when the compiled binary is called

    // Print text to the console
    println!("Hello World!");
}

Comment with an Email

No comments here yet Write here gently