diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 11:13:18 +0100 |
commit | 72efe134f645a5212f875c153dd8db4a64cbe968 (patch) | |
tree | d23229285071bf381515657b94919852ebf426c9 /Common/alacritty/papertheme.yaml | |
parent | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (diff) | |
download | dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.tar.gz dotfiles-72efe134f645a5212f875c153dd8db4a64cbe968.zip |
changes
Diffstat (limited to 'Common/alacritty/papertheme.yaml')
-rw-r--r-- | Common/alacritty/papertheme.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Common/alacritty/papertheme.yaml b/Common/alacritty/papertheme.yaml deleted file mode 100644 index 13117e1..0000000 --- a/Common/alacritty/papertheme.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# Colors (Paper Theme) -colors: - # Default colors - primary: - background: '#F2EEDE' - foreground: '#000000' - - # Normal colors - normal: - black: '#000000' - red: '#CC3E28' - green: '#216609' - yellow: '#B58900' - blue: '#1E6FCC' - magenta: '#5C21A5' - cyan: '#158C86' - white: '#AAAAAA' - - # Bright colors - bright: - black: '#555555' - red: '#CC3E28' - green: '#216609' - yellow: '#B58900' - blue: '#1E6FCC' - magenta: '#5C21A5' - cyan: '#158C86' - white: '#AAAAAA' |