<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: theme</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/theme/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Debian 6 First Impressions Linux Magazine</title>
      <link>https://chrisjrob.com/2011/02/23/debian-6-first-impressions-linux-magazine/</link>
      <pubDate>Wed, 23 Feb 2011 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2011/02/23/debian-6-first-impressions-linux-magazine</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/linux-magazine-debian6.png" align="right" alt="Featured Image">
         
         <p>Apparently I am not the only one that thinks that the Debian graphics
are appalling:</p>

<table>
  <tbody>
    <tr>
      <td>[Debian 6: First Impressions</td>
      <td>Linux Magazine](http://www.linux-mag.com/id/8188/)</td>
    </tr>
  </tbody>
</table>

<!--more-->

<p>Debian did have a design contest of sorts, well a brief mailing list
thread that had the impossible task of voting the best out of just a
handful of rubbish themes.  Given the choices, personally I would have
opted for the upstream themes, or just to stick with the Debian Lenny
theme which was perfectly okay.</p>

<p>I do wonder how easy or difficult it is to submit themes - do you have
to be a Debian developer?  If so, then they should really think about
lowering the bar.  I’m sure that I could produce something better,
although <a href="http://kde-look.org/content/search.php?user=chrisjrob&amp;search=Search" title="chrisjrob @ kde-look">my last attempt</a>
does not appear to be getting widespread approval.</p>

<p>Anyhow, we don’t love Debian for how pretty is looks - we can soon
change the theme if it bothers us.</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Debian Lenny - applying the new KDM theme</title>
      <link>https://chrisjrob.com/2008/12/20/debian-lenny-applying-the-kdm-theme/</link>
      <pubDate>Sat, 20 Dec 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/12/20/debian-lenny-applying-the-kdm-theme</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/debian_logo.png" align="right" alt="Featured Image">
         
         <p>If you install kde from a Debian base install, then it is likely that you do not have the attractive new Debian theming for the boot loader and KDM login.  The key to this is the installation of desktop-base, but you do need a few other packages, which don’t currently get treated as dependencies.</p>

<!--more-->

<h2 id="install-packages">Install packages</h2>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo aptitude install desktop-base ksplash-engine-moodin kdmtheme splashy splashy-themes
</code></pre></div></div>

<h2 id="add-splashy-to-grub">Add splashy to grub</h2>

<p>Look for the kopt line in <code class="language-plaintext highlighter-rouge">/boot/grub/menu.lst</code> and add <code class="language-plaintext highlighter-rouge">quiet splash vga=791</code>:</p>

<p>N.B.  <code class="language-plaintext highlighter-rouge">vga=791</code> is suitable for 1024x768, if your monitor resolution is below this, then you should change this number by reference to the table below.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/boot/grub/menu.lst:
# kopt=root=/dev/sda1 ro quiet splash vga=791
</code></pre></div></div>

<p>N.B. Do not uncomment this line, this line is not used itself, but is used by update-grub to automatically populate the actual kernel lines further down</p>

<p>Then update-grub to apply this change to your kernels:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo update-grub
</code></pre></div></div>

<h2 id="splashy-vga-settings-table">Splashy VGA settings table</h2>

<table>
  <thead>
    <tr>
      <th>colour</th>
      <th>depth</th>
      <th>640x480</th>
      <th>800x600</th>
      <th>1024x768</th>
      <th>1280x1024</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>256</td>
      <td>8bit</td>
      <td>769</td>
      <td>771</td>
      <td>773</td>
      <td>775</td>
    </tr>
    <tr>
      <td>32000</td>
      <td>15bit</td>
      <td>784</td>
      <td>787</td>
      <td>790</td>
      <td>793</td>
    </tr>
    <tr>
      <td>65000</td>
      <td>16bit</td>
      <td>785</td>
      <td>788</td>
      <td>791</td>
      <td>794</td>
    </tr>
    <tr>
      <td>16.7m</td>
      <td>24bit</td>
      <td>786</td>
      <td>789</td>
      <td>792</td>
      <td>795</td>
    </tr>
  </tbody>
</table>

<p>The 65000 colour line is the one recommended for this purpose, so you’ll probably want 785 or 788 if you have a low resolution netbook.  I don’t believe there is any point in increasing to 794, as I believe the new Debian themes have been designed for 1024x768 (I have not checked that fact).</p>

<h2 id="configure-kdm-themes">Configure KDM themes</h2>

<p>Under KDE Control Panel, System Administration, KDM Theme Manager, enter Administrator Mode and enable KDM Themes and select “More Blue Orbit”.  It will warn you that your changes will be overwritten by /etc/default/kdm.d/, but this step still seems to be required.</p>

<h2 id="remove-login-manager-background">Remove Login Manager Background</h2>

<p>Under KDE Control Panel, System Administration, Login Manager, select the Background tab and disable the background.  This background displays after your new KDM Theme and before your actual desktop, which is definitely one background too many!</p>

       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
