[Rofi] Nicer theme in my opinion
This commit is contained in:
parent
05ba577b2f
commit
2f0b3d1068
@ -1,8 +1,11 @@
|
|||||||
|
/* -*- mode: css -*- */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* sidetab-adapta theme,
|
* sidetab-adapta theme,
|
||||||
* based on sidetab theme by deadguy.
|
* based on sidetab theme by deadguy.
|
||||||
*
|
*
|
||||||
* Theme found at https://github.com/shizonic/nord-rofi-theme
|
* Theme found at https://github.com/shizonic/nord-rofi-theme
|
||||||
|
* Modified by P’undrak
|
||||||
*
|
*
|
||||||
* This theme has been dedicated to the public domain.
|
* This theme has been dedicated to the public domain.
|
||||||
*
|
*
|
||||||
@ -10,7 +13,7 @@
|
|||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
sidebar-mode: true;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@ -40,10 +43,10 @@ configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
anchor: west;
|
anchor: center;
|
||||||
location: west;
|
location: center;
|
||||||
width: 384px;
|
width: 800px;
|
||||||
height: 100%;
|
height: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainbox {
|
#mainbox {
|
||||||
@ -114,5 +117,3 @@ button selected {
|
|||||||
background-color: @active-background;
|
background-color: @active-background;
|
||||||
text-color: @background-color;
|
text-color: @background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim: ft=css
|
|
||||||
|
@ -246,7 +246,7 @@ In this category, again, one layer is enabled: ~unicode-fonts~. This layer addss
|
|||||||
"<$" "<=" "<>" "<-" "<<" "<+" "</" "#{" "#[" "#:" "#=" "#!"
|
"<$" "<=" "<>" "<-" "<<" "<+" "</" "#{" "#[" "#:" "#=" "#!"
|
||||||
"##" "#(" "#?" "#_" "%%" ".=" ".-" ".." ".?" "+>" "++" "?:"
|
"##" "#(" "#?" "#_" "%%" ".=" ".-" ".." ".?" "+>" "++" "?:"
|
||||||
"?=" "?." "??" ";;" "/*" "/=" "/>" "//" "__" "~~" "(*" "*)"
|
"?=" "?." "??" ";;" "/*" "/=" "/>" "//" "__" "~~" "(*" "*)"
|
||||||
"\\" "://"))
|
"\\\\" "://"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Fun
|
*** Fun
|
||||||
@ -1057,13 +1057,6 @@ By default, Flyspell should be disabled and only enabled manually.
|
|||||||
(flyspell-mode 0)
|
(flyspell-mode 0)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Here is a little workaround to the issue [[https://github.com/Fuco1/smartparens/issues/1055][#1055]] of smartparens which will be fixed when the PR [[https://github.com/Fuco1/smartparens/pull/1054][#1054]] will be fixed.
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(require 'comp)
|
|
||||||
(add-to-list 'comp-bootstrap-black-list "smartparens")
|
|
||||||
(add-to-list 'comp-deferred-compilation-black-list "smartparens")
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Finally, here is a quick workaround for Tramp, sometimes it cannot connect to my hosts if I don’t have this code snippet.
|
Finally, here is a quick workaround for Tramp, sometimes it cannot connect to my hosts if I don’t have this code snippet.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq tramp-ssh-controlmaster-options
|
(setq tramp-ssh-controlmaster-options
|
||||||
|
Loading…
Reference in New Issue
Block a user