1
0
Fork 0

[X] Prettify xresources and termite + alacritty themes

main
Sebastian Schulze 2019-07-16 13:59:34 +02:00
parent 188a8b8f19
commit 56e6a67ab7
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
4 changed files with 152 additions and 35 deletions

View File

@ -1,4 +1,3 @@
Xft.dpi: 96
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
@ -6,5 +5,60 @@ Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xcursor.size: 24
Xcursor.theme: Breeze
Xcursor.theme: Adwaita
Xft.dpi: 96
! Base16 Default Light
! Scheme: Chris Kempson (http://chriskempson.com)
#define base00 #f8f8f8
#define base01 #e8e8e8
#define base02 #d8d8d8
#define base03 #b8b8b8
#define base04 #585858
#define base05 #383838
#define base06 #282828
#define base07 #181818
#define base08 #ab4642
#define base09 #dc9656
#define base0A #f7ca88
#define base0B #a1b56c
#define base0C #86c1b9
#define base0D #7cafc2
#define base0E #ba8baf
#define base0F #a16946
*foreground: base05
#ifdef background_opacity
*background: [background_opacity]base00
#else
*background: base00
#endif
*cursorColor: base05
*color0: base00
*color1: base08
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base03
*color9: base08
*color10: base0B
*color11: base0A
*color12: base0D
*color13: base0E
*color14: base0C
*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16: base09
*color17: base0F
*color18: base01
*color19: base02
*color20: base04
*color21: base06

View File

@ -125,7 +125,6 @@ font:
# scale_with_dpi: true
# Display the time it takes to redraw each frame.
render_timer: false
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true

View File

@ -22,7 +22,7 @@ configuration {
/* disable-history: false;*/
/* sort: false;*/
levenshtein-sort: true;
/* case-sensitive: false;*/
case-sensitive: false;
/* cycle: true;*/
sidebar-mode: true;
/* eh: 1;*/
@ -40,7 +40,7 @@ configuration {
/* hide-scrollbar: false;*/
fullscreen: false;
fake-transparency: false;
/* dpi: -1;*/
dpi: 120;
/* threads: 0;*/
/* scrollbar-width: 8;*/
/* scroll-method: 0;*/
@ -134,4 +134,4 @@ configuration {
/* me-accept-entry: "MouseD1";*/
/* me-accept-custom: "Control+MouseD1";*/
}
@import "/usr/share/rofi/themes/Arc-Dark.rasi"
@import "/usr/share/rofi/themes/Arc.rasi"

View File

@ -4,44 +4,108 @@ clickable_url = true
font = FuraCode Nerd Font 12
scrollback_lines = 10000
cursor_shape = block
mouse_autohide = true
dynamic_title = true
hyperlinks = true
[colors]
# Base16 Tomorrow
# Author: Chris Kempson (http://chriskempson.com)
# special
foreground = #f8f8f2
foreground_bold = #f8f8f2
cursor = #f8f8f2
background = #282a36
foreground = #4d4d4c
foreground_bold = #282a2e
cursor = #282a2e
cursor_foreground = #ffffff
background = rgba(255, 255, 255)
# black
color0 = #000000
color8 = #4d4d4d
# 16 color space
# red
color1 = #ff5555
color9 = #ff6e67
# Black, Gray, Silver, White
color0 = #ffffff
color8 = #8e908c
color7 = #4d4d4c
color15 = #1d1f21
# green
color2 = #50fa7b
color10 = #5af78e
# Red
color1 = #c82829
color9 = #c82829
# yellow
color3 = #f1fa8c
color11 = #f4f99d
# Green
color2 = #718c00
color10 = #718c00
# blue
color4 = #bd93f9
color12 = #caa9fa
# Yellow
color3 = #eab700
color11 = #eab700
# magenta
color5 = #ff79c6
color13 = #ff92d0
# Blue
color4 = #4271ae
color12 = #4271ae
# cyan
color6 = #8be9fd
color14 = #9aedfe
# Purple
color5 = #8959a8
color13 = #8959a8
# white
color7 = #bfbfbf
color15 = #e6e6e6
# Teal
color6 = #3e999f
color14 = #3e999f
# Extra colors
color16 = #f5871f
color17 = #a3685a
color18 = #e0e0e0
color19 = #d6d6d6
color20 = #969896
color21 = #282a2e
# [colors]
# # Base16 Darktooth
# # Author: Jason Milkins (https://github.com/jasonm23)
# # foreground = #A89984
# # foreground_bold = #D5C4A1
# # cursor = #D5C4A1
# # cursor_foreground = #1D2021
# # background = rgba(29, 32, 33)
# # 16 color space
# # Black, Gray, Silver, White
# color0 = #1D2021
# color8 = #665C54
# color7 = #A89984
# color15 = #FDF4C1
# # Red
# color1 = #FB543F
# color9 = #FB543F
# # Green
# color2 = #95C085
# color10 = #95C085
# # Yellow
# color3 = #FAC03B
# color11 = #FAC03B
# # Blue
# color4 = #0D6678
# color12 = #0D6678
# # Purple
# color5 = #8F4673
# color13 = #8F4673
# # Teal
# color6 = #8BA59B
# color14 = #8BA59B
# # # Extra colors
# # color16 = #FE8625
# # color17 = #A87322
# # colocr18 = #32302F
# # color19 = #504945
# # color20 = #928374
# # color21 = #D5C4A1