commit 132acf7bf744e8fadd542f1ab28177e4f8b8b0b0
parent df3e272a5153e1e56a5ebd4e139a5c9d6ce20b84
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sat, 19 Oct 2019 13:38:44 -0400
Xresources file
Former-commit-id: accf359a868c63be64213faf59d015321f020015
Diffstat:
A | Xresources | | | 126 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 126 insertions(+), 0 deletions(-)
diff --git a/Xresources b/Xresources
@@ -0,0 +1,126 @@
+! This is the Regolith root-level Xresources file.
+!
+! -- Styles - Colors
+!
+! Uncomment one and only one of the following color definitions:
+!#include "/etc/regolith/styles/color-solarized-dark"
+!#include "/etc/regolith/styles/color-solarized-light"
+!#include "/etc/regolith/styles/color-gruvbox"
+#include "/etc/regolith/styles/color-nord"
+!#include "/etc/regolith/styles/color-ayu"
+!#include "/etc/regolith/styles/color-ayu-dark"
+!#include "/etc/regolith/styles/color-ayu-mirage"
+
+! -- Styles - Fonts
+! NOTE: Font packages may need to be installed when enabling typefaces.
+! Uncomment one and only one of the following font definitions:
+#include "/etc/regolith/styles/typeface-sourcecodepro"
+!#include "/etc/regolith/styles/typeface-ubuntu"
+
+! -- Styles - Theme
+! NOTE: GTK theme and icon packages may need to be installed when enabling themes.
+! Uncomment one and only one of the following theme definitions:
+!
+! The following theme requires solarc-theme and arc-icon-theme to be installed.
+!#include "/etc/regolith/styles/theme-regolith"
+!
+! The following theme requires gnome-themes-extra-data and adwaita-icon-theme to be installed.
+!#include "/etc/regolith/styles/theme-ubuntu-dark"
+!
+! The following theme requires nordic and paper-icon-theme to be installed
+#include "/etc/regolith/styles/theme-nordic"
+
+! The following theme requires Ayu and Arc-icon-theme to be installed
+! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-0.1.0)
+!#include "/etc/regolith/styles/theme-ayu"
+
+! The following theme requires Ayu and Arc-icon-theme to be installed
+! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-0.1.0)
+!#include "/etc/regolith/styles/theme-ayu-dark"
+
+! The following theme requires Ayu-Mirage and Arc-icon-theme to be installed
+! (https://github.com/appelgriebsch/ayu-theme/releases/tag/ayu-mirage-0.1.0)
+!#include "/etc/regolith/styles/theme-ayu-mirage"
+
+! -- Applications
+! These files map values defined above into specific app settings.
+#include "/etc/regolith/styles/st-term"
+#include "/etc/regolith/styles/i3-wm"
+#include "/etc/regolith/styles/i3xrocks"
+#include "/etc/regolith/styles/rofi"
+#include "/etc/regolith/styles/gnome"
+
+! These options only take effect on startup.
+st.termname: st-256color
+! if you do not set shell, precedence is: -e arg, utmp option, SHELL env var, /etc/passwd shell
+st.shell: /usr/bin/zsh
+
+! The following options options can be reloaded via USR1 signal.
+st.font: Liberation Mono:pixelsize=12:antialias=true:autohint=true;
+st.borderpx: 10
+! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions)
+st.cursorshape: 2
+! thickness of underline and bar cursors
+st.cursorthickness: 2
+! 0: normal blinking, 1: leave cursor border and blink with cursors background
+st.cursorblinkstyle: 0
+! 0: cursor blinks with a constant interval; 1: blinking cycle resets on key input
+st.cursorblinkontype: 1
+st.bold_font: 1
+st.xfps: 120
+st.actionfps: 30
+! Amount of lines scrolled
+st.mouseScrollLines: 1
+! Kerning / character bounding-box height multiplier
+st.chscale: 1.0
+! Kerning / character bounding-box width multiplier
+st.cwscale: 1.0
+! blinking timeout for terminal and cursor blinking (0 disables)
+st.blinktimeout: 800
+! bell volume. Value between -100 and 100. (0 disables)
+st.bellvolume: 100
+! this is a char that is exposed like so: `printf '\033[z'`
+st.prompt_char: $
+! This option is can be preedit style. Available values: `root` `overthespot` (Default taken `root`)
+st.imstyle: root
+
+! opacity==255 means what terminal will be not transparent, 0 - fully transparent
+st.opacity: 250
+! Defaults taken from base16-twilight colorscheme.
+! special
+*.foreground: #d0d0d0
+*.background: #151515
+*.cursorColor: #d0d0d0
+
+! black
+*.color0: #151515
+*.color8: #505050
+
+! red
+*.color1: #ac4142
+*.color9: #ac4142
+
+! green
+*.color2: #90a959
+*.color10: #90a959
+
+! yellow
+*.color3: #f4bf75
+*.color11: #f4bf75
+
+! blue
+*.color4: #6a9fb5
+*.color12: #6a9fb5
+
+! magenta
+*.color5: #aa759f
+*.color13: #aa759f
+
+! cyan
+*.color6: #75b5aa
+*.color14: #75b5aa
+
+! white
+*.color7: #d0d0d0
+*.color15: #f5f5f5
+