home: update color scheme to solarized
This commit is contained in:
parent
d3c7b429c7
commit
cf396ba220
3 changed files with 20 additions and 21 deletions
|
@ -32,7 +32,6 @@ with lib.hm.gvariant;
|
||||||
clock-show-date = true;
|
clock-show-date = true;
|
||||||
clock-show-seconds = false;
|
clock-show-seconds = false;
|
||||||
clock-show-weekday = true;
|
clock-show-weekday = true;
|
||||||
color-scheme = "prefer-dark";
|
|
||||||
enable-animations = true;
|
enable-animations = true;
|
||||||
enable-hot-corners = false;
|
enable-hot-corners = false;
|
||||||
font-antialiasing = "grayscale";
|
font-antialiasing = "grayscale";
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
# XTerm's default colors
|
# Colors (Solarized Light)
|
||||||
|
|
||||||
# Default colors
|
# Default colors
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#ffffff'
|
background = '#fdf6e3'
|
||||||
foreground = '#000000'
|
foreground = '#586e75'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
[colors.normal]
|
[colors.normal]
|
||||||
black = '#000000'
|
black = '#073642'
|
||||||
red = '#cd0000'
|
red = '#dc322f'
|
||||||
green = '#00cd00'
|
green = '#859900'
|
||||||
yellow = '#cdcd00'
|
yellow = '#b58900'
|
||||||
blue = '#0000ee'
|
blue = '#268bd2'
|
||||||
magenta = '#cd00cd'
|
magenta = '#d33682'
|
||||||
cyan = '#00cdcd'
|
cyan = '#2aa198'
|
||||||
white = '#e5e5e5'
|
white = '#eee8d5'
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
[colors.bright]
|
[colors.bright]
|
||||||
black = '#7f7f7f'
|
black = '#002b36'
|
||||||
red = '#ff0000'
|
red = '#cb4b16'
|
||||||
green = '#00ff00'
|
green = '#586e75'
|
||||||
yellow = '#ffff00'
|
yellow = '#657b83'
|
||||||
blue = '#5c5cff'
|
blue = '#839496'
|
||||||
magenta = '#ff00ff'
|
magenta = '#6c71c4'
|
||||||
cyan = '#00ffff'
|
cyan = '#93a1a1'
|
||||||
white = '#ffffff'
|
white = '#fdf6e3'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
theme = "emacs"
|
theme = "solarized_light"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue