Wednesday, April 20, 2022

Adding colorscheme to Konsole

 If got bored of colour schemes present in the Konsole, you can try new ones.


Here's how.


Goto the following link.

https://github.com/mbadolato/iTerm2-Color-Schemes

Download the colorschemes.

Now, once you download the file, unzip it.

In the sub-directory you can fine konsole colorschemes.

Copy them to one of the 2 directories , depending upon your linux distribution.

1. ~/.local/share/konsole

2. ~/.kde/share/apps/konsole


Open konsole

SETTINGS -> EDIT CURRENT PROFILE -> APPEARANCE

you can find all the colorschemes copied.


Hope it helps.

 

Generating prime numbers between 1 to 100

  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 class test ; int prime_q[$]; function voi...