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.

 

Constraint to have N elements distributed in M bins

Code to distribute N elements into M bins, you add unique keyword to have each bin will have unique number of elements. class test; param...