[WIP] Gentoo / Sway
This commit is contained in:
parent
9969d212cc
commit
c97df6b70a
12 changed files with 385 additions and 51 deletions
42
config/termite/config
Normal file
42
config/termite/config
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||
# Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||
|
||||
# Project: Nord Termite
|
||||
# Repository: https://github.com/arcticicestudio/nord-termite
|
||||
# License: MIT
|
||||
|
||||
[options]
|
||||
allow_bold = true
|
||||
bold_is_bright = true
|
||||
clickable_url = true
|
||||
cursor_shape = block
|
||||
font = Droid Sans Mono Slashed for Powerline 9
|
||||
|
||||
[colors]
|
||||
cursor = #d8dee9
|
||||
cursor_foreground = #2e3440
|
||||
|
||||
foreground = #d8dee9
|
||||
foreground_bold = #d8dee9
|
||||
background = #2e3440
|
||||
|
||||
highlight = #4c566a
|
||||
|
||||
color0 = #3b4252
|
||||
color1 = #bf616a
|
||||
color2 = #a3be8c
|
||||
color3 = #ebcb8b
|
||||
color4 = #81a1c1
|
||||
color5 = #b48ead
|
||||
color6 = #88c0d0
|
||||
color7 = #e5e9f0
|
||||
color8 = #4c566a
|
||||
color9 = #bf616a
|
||||
color10 = #a3be8c
|
||||
color11 = #ebcb8b
|
||||
color12 = #81a1c1
|
||||
color13 = #b48ead
|
||||
color14 = #8fbcbb
|
||||
color15 = #eceff4
|
||||
|
||||
# vim: ft=dosini cms=#%s
|
Loading…
Add table
Add a link
Reference in a new issue